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.h135 struct util_format_channel_description struct
137 unsigned type:5; /**< UTIL_FORMAT_TYPE_x */
138 unsigned normalized:1;
139 unsigned pure_integer:1;
140 unsigned size:9; /**< bits per channel */
141 unsigned shift:16; /** number of bits from lsb */
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h128 struct util_format_channel_description struct
130 unsigned type:5; /**< UTIL_FORMAT_TYPE_x */
131 unsigned normalized:1;
132 unsigned pure_integer:1;
133 unsigned size:9; /**< bits per channel */
134 unsigned shift:16; /** number of bits from lsb */