Searched defs:isl_format_layout (Results 1 – 1 of 1) sorted by relevance
988 struct isl_format_layout { struct989 enum isl_format format;990 const char *name;992 uint16_t bpb; /**< Bits per block */993 uint8_t bw; /**< Block width, in pixels */994 uint8_t bh; /**< Block height, in pixels */995 uint8_t bd; /**< Block depth, in pixels */1020 * isl_format_layout::bpb. For non-power-of-two formats it may be smaller. argument