Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/isl/
Disl.h1326 struct isl_format_layout { struct
1327 enum isl_format format; /**< Format */
1329 uint16_t bpb; /**< Bits per block */
1330 uint8_t bw; /**< Block width, in pixels */
1331 uint8_t bh; /**< Block height, in pixels */
1332 uint8_t bd; /**< Block depth, in pixels */
1334 union {
1362 * isl_format_layout::bpb. For non-power-of-two formats it may be smaller. argument