hipmallocmipmappedarray Interface Reference#
hipfort::hipmallocmipmappedarray Interface Reference
Allocate a mipmapped array on the device. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmallocmipmappedarray_ (mipmappedarray, desc, extent, numlevels, flags) |
Detailed Description
Allocate a mipmapped array on the device.
- Parameters
-
[out] mipmappedArray - Pointer to allocated mipmapped array in device memory [in] desc - Requested channel format [in] extent - Requested allocation size (width field in elements) [in] numLevels - Number of mipmap levels to allocate [in] flags - Flags for extensions
- Returns
hipSuccess,hipErrorInvalidValue,hipErrorMemoryAllocation
- Note
- This API is implemented on Linux and is under development on Microsoft Windows.
Member Function/Subroutine Documentation
◆ hipmallocmipmappedarray_()
| integer(kind(hipsuccess)) function hipfort::hipmallocmipmappedarray::hipmallocmipmappedarray_ | ( | type(c_ptr) | mipmappedarray, |
| type(hipchannelformatdesc) | desc, | ||
| type(c_ptr), value | extent, | ||
| integer(c_int), value | numlevels, | ||
| integer(c_int), value | flags | ||
| ) |
The documentation for this interface was generated from the following file: