hipexternalmemorygetmappedmipmappedarray Interface Reference

hipexternalmemorygetmappedmipmappedarray Interface Reference#

HIPFORT API Reference: hipfort::hipexternalmemorygetmappedmipmappedarray Interface Reference
hipfort::hipexternalmemorygetmappedmipmappedarray Interface Reference

Maps a mipmapped array onto an external memory object. More...

Public Member Functions

integer(kind(hipsuccess)) function hipexternalmemorygetmappedmipmappedarray_ (mipmap, extmem, mipmapdesc)
 

Detailed Description

Maps a mipmapped array onto an external memory object.

Parameters
[out]mipmap- mipmapped array to return
[in]extMem- external memory object handle
[in]mipmapDesc- external mipmapped array descriptor

Returned mipmapped array must be freed using hipFreeMipmappedArray.

Returns
hipSuccess, hipErrorInvalidValue, hipErrorInvalidResourceHandle
See also
hipImportExternalMemory, hipDestroyExternalMemory, hipExternalMemoryGetMappedBuffer, hipFreeMipmappedArray

Member Function/Subroutine Documentation

◆ hipexternalmemorygetmappedmipmappedarray_()

integer(kind(hipsuccess)) function hipfort::hipexternalmemorygetmappedmipmappedarray::hipexternalmemorygetmappedmipmappedarray_ ( type(c_ptr)  mipmap,
type(c_ptr), value  extmem,
type(hipexternalmemorymipmappedarraydesc mipmapdesc 
)

The documentation for this interface was generated from the following file: