Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformats.h414 MESA_FORMAT_G8R8_SNORM, /* RRRR RRRR GGGG GGGG */ enumerator
Dshaderimage.c52 # define MESA_FORMAT_SIGNED_RG_8 MESA_FORMAT_G8R8_SNORM
Dformats.c1355 case MESA_FORMAT_G8R8_SNORM: in _mesa_uncompressed_format_to_type_and_comps()
2029 case MESA_FORMAT_G8R8_SNORM: in _mesa_format_matches_format_and_type()
Dformats.csv130 MESA_FORMAT_G8R8_SNORM , packed, 1, 1, 1, sn8 , sn8 , , , yx01, rgb
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c366 case MESA_FORMAT_G8R8_SNORM: in st_mesa_format_to_pipe_format()
851 return MESA_FORMAT_G8R8_SNORM; in st_pipe_format_to_mesa_format()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_pack.c7441 case MESA_FORMAT_G8R8_SNORM: in _mesa_get_pack_ubyte_rgba_function()
7987 case MESA_FORMAT_G8R8_SNORM: in _mesa_get_pack_float_rgba_function()
8543 case MESA_FORMAT_G8R8_SNORM: in _mesa_pack_ubyte_rgba_row()
10339 case MESA_FORMAT_G8R8_SNORM: in _mesa_pack_float_rgba_row()
Dformat_unpack.c5680 case MESA_FORMAT_G8R8_SNORM: in _mesa_unpack_rgba_row()
6383 case MESA_FORMAT_G8R8_SNORM: in _mesa_unpack_ubyte_rgba_row()
Dformat_info.h973 .Name = MESA_FORMAT_G8R8_SNORM,