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
 
Member Function/Subroutine Documentation
◆ hipmallocmipmappedarray_()
| integer(kind(hipsuccess)) function hipfort::hipmallocmipmappedarray::hipmallocmipmappedarray_ | ( | type(c_ptr) | mipmappedArray, | 
| type(c_ptr) | 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: