Home
last modified time | relevance | path

Searched refs:GreenBits (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformats.c61 uint8_t GreenBits; member
157 return info->GreenBits; in _mesa_get_format_bits()
199 unsigned int max = MAX2(info->RedBits, info->GreenBits); in _mesa_get_format_max_bits()
768 (info->GreenBits > 0) + in _mesa_format_num_components()
795 return (info->GreenBits + info->IntensityBits + info->LuminanceBits) > 0; in _mesa_format_has_color_component()