Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dformat_fallback.c51 return MESA_FORMAT_X8B8G8R8_UNORM; in _mesa_get_srgb_format_linear()
152 case MESA_FORMAT_X8B8G8R8_UNORM: in _mesa_get_linear_format_srgb()
294 case MESA_FORMAT_X8B8G8R8_UNORM: in _mesa_format_fallback_rgbx_to_rgba()
Dformat_pack.c7273 case MESA_FORMAT_X8B8G8R8_UNORM: in _mesa_get_pack_ubyte_rgba_function()
7819 case MESA_FORMAT_X8B8G8R8_UNORM: in _mesa_get_pack_float_rgba_function()
8151 case MESA_FORMAT_X8B8G8R8_UNORM: in _mesa_pack_ubyte_rgba_row()
9947 case MESA_FORMAT_X8B8G8R8_UNORM: in _mesa_pack_float_rgba_row()
Dformat_unpack.c5344 case MESA_FORMAT_X8B8G8R8_UNORM: in _mesa_unpack_rgba_row()
5991 case MESA_FORMAT_X8B8G8R8_UNORM: in _mesa_unpack_ubyte_rgba_row()
Dformat_info.h63 .Name = MESA_FORMAT_X8B8G8R8_UNORM,
/external/mesa3d/src/mesa/main/
Dformats.h337 MESA_FORMAT_X8B8G8R8_UNORM, /* RRRR RRRR GGGG GGGG BBBB BBBB xxxx xxxx */ enumerator
Dformats.c834 case MESA_FORMAT_X8B8G8R8_UNORM: in _mesa_uncompressed_format_to_type_and_comps()
1499 case MESA_FORMAT_X8B8G8R8_UNORM: in _mesa_format_matches_format_and_type()
Dformats.csv56 MESA_FORMAT_X8B8G8R8_UNORM , packed, 1, 1, 1, x8 , un8 , un8 , un8 , wzy1, rgb
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c73 case MESA_FORMAT_X8B8G8R8_UNORM: in st_mesa_format_to_pipe_format()
557 return MESA_FORMAT_X8B8G8R8_UNORM; in st_pipe_format_to_mesa_format()