HIP_ARRAY3D_DESCRIPTOR Struct Reference#
HIP_ARRAY3D_DESCRIPTOR Struct Reference
#include <driver_types.h>
Data Fields | |
| size_t | Width |
| Width of the array. | |
| size_t | Height |
| Height of the array. | |
| size_t | Depth |
| Depth of the array. | |
| enum hipArray_Format | Format |
| Format of the array. | |
| unsigned int | NumChannels |
| Number of channels of the array. | |
| unsigned int | Flags |
| Flags of the array. | |
Detailed Description
HIP 3D array descriptor
Field Documentation
◆ Depth
| size_t HIP_ARRAY3D_DESCRIPTOR::Depth |
Depth of the array.
◆ Flags
| unsigned int HIP_ARRAY3D_DESCRIPTOR::Flags |
Flags of the array.
◆ Format
| enum hipArray_Format HIP_ARRAY3D_DESCRIPTOR::Format |
Format of the array.
◆ Height
| size_t HIP_ARRAY3D_DESCRIPTOR::Height |
Height of the array.
◆ NumChannels
| unsigned int HIP_ARRAY3D_DESCRIPTOR::NumChannels |
Number of channels of the array.
◆ Width
| size_t HIP_ARRAY3D_DESCRIPTOR::Width |
Width of the array.
The documentation for this struct was generated from the following file:
- include/hip/driver_types.h