Home
last modified time | relevance | path

Searched defs:isl_format_layout (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/intel/isl/
Disl.h1114 struct isl_format_layout { struct
1115 enum isl_format format;
1116 const char *name;
1118 uint16_t bpb; /**< Bits per block */
1119 uint8_t bw; /**< Block width, in pixels */
1120 uint8_t bh; /**< Block height, in pixels */
1121 uint8_t bd; /**< Block depth, in pixels */
1146 * isl_format_layout::bpb. For non-power-of-two formats it may be smaller. argument