Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformat_utils.c636 static const uint8_t map_3210[7] = { 3, 2, 1, 0, 4, 5, 6 }; variable
691 endian = _mesa_little_endian() ? map_identity : map_3210; in _mesa_format_to_array()