Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h144 struct util_format_channel_description struct
146 unsigned type:5; /**< UTIL_FORMAT_TYPE_x */
147 unsigned normalized:1;
148 unsigned pure_integer:1;
149 unsigned size:9; /**< bits per channel */
150 unsigned shift:16; /** number of bits from lsb */
/external/mesa3d/src/util/format/
Du_format.h137 struct util_format_channel_description struct
139 unsigned type:5; /**< UTIL_FORMAT_TYPE_x */
140 unsigned normalized:1;
141 unsigned pure_integer:1;
142 unsigned size:9; /**< bits per channel */
143 unsigned shift:16; /** number of bits from lsb */