Searched refs:base2rgba (Results 1 – 1 of 1) sorted by relevance
145 uint8_t rgba2base[6], base2rgba[6]; in _mesa_compute_rgba2base2rgba_component_mapping() local165 _mesa_compute_component_mapping(baseFormat, GL_RGBA, base2rgba); in _mesa_compute_rgba2base2rgba_component_mapping()167 if (base2rgba[i] > MESA_FORMAT_SWIZZLE_W) { in _mesa_compute_rgba2base2rgba_component_mapping()168 map[i] = base2rgba[i]; in _mesa_compute_rgba2base2rgba_component_mapping()170 map[i] = rgba2base[base2rgba[i]]; in _mesa_compute_rgba2base2rgba_component_mapping()