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.h1314 struct isl_format_layout { struct
1315 enum isl_format format; /**< Format */
1317 uint16_t bpb; /**< Bits per block */
1318 uint8_t bw; /**< Block width, in pixels */
1319 uint8_t bh; /**< Block height, in pixels */
1320 uint8_t bd; /**< Block depth, in pixels */
1322 union {
1350 * isl_format_layout::bpb. For non-power-of-two formats it may be smaller. argument