Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/format/
Du_format.h139 struct util_format_channel_description struct
141 unsigned type:5; /**< UTIL_FORMAT_TYPE_x */
142 unsigned normalized:1;
143 unsigned pure_integer:1;
144 unsigned size:9; /**< bits per channel */
145 unsigned shift:16; /** number of bits from lsb */