hipMipmappedArray_t Struct Reference#
hipMipmappedArray_t Struct Reference
#include <driver_types.h>
Collaboration diagram for hipMipmappedArray_t:
Data Fields | |
void * | data |
Data pointer of the mipmapped array. | |
struct hipChannelFormatDesc | desc |
Description of the mipmapped array. | |
unsigned int | type |
Type of the mipmapped array. | |
unsigned int | width |
Width of the mipmapped array. | |
unsigned int | height |
Height of the mipmapped array. | |
unsigned int | depth |
Depth of the mipmapped array. | |
unsigned int | min_mipmap_level |
Minimum level of the mipmapped array. | |
unsigned int | max_mipmap_level |
Maximum level of the mipmapped array. | |
unsigned int | flags |
Flags of the mipmapped array. | |
enum hipArray_Format | format |
Format of the mipmapped array. | |
unsigned int | num_channels |
Number of channels of the mipmapped array. | |
Detailed Description
HIP mipmapped array
HIP mipmapped array pointer
Field Documentation
◆ data
void* hipMipmappedArray_t::data |
Data pointer of the mipmapped array.
◆ depth
unsigned int hipMipmappedArray_t::depth |
Depth of the mipmapped array.
◆ desc
struct hipChannelFormatDesc hipMipmappedArray_t::desc |
Description of the mipmapped array.
◆ flags
unsigned int hipMipmappedArray_t::flags |
Flags of the mipmapped array.
◆ format
enum hipArray_Format hipMipmappedArray_t::format |
Format of the mipmapped array.
◆ height
unsigned int hipMipmappedArray_t::height |
Height of the mipmapped array.
◆ max_mipmap_level
unsigned int hipMipmappedArray_t::max_mipmap_level |
Maximum level of the mipmapped array.
◆ min_mipmap_level
unsigned int hipMipmappedArray_t::min_mipmap_level |
Minimum level of the mipmapped array.
◆ num_channels
unsigned int hipMipmappedArray_t::num_channels |
Number of channels of the mipmapped array.
◆ type
unsigned int hipMipmappedArray_t::type |
Type of the mipmapped array.
◆ width
unsigned int hipMipmappedArray_t::width |
Width of the mipmapped array.
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-hip/checkouts/docs-6.2.2/include/hip/driver_types.h