Searched refs:MESA_FORMAT_L4A4_UNORM (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | formats.h | 360 MESA_FORMAT_L4A4_UNORM, /* AAAA LLLL */ enumerator
|
D | texformat.c | 191 RETURN_IF_SUPPORTED(MESA_FORMAT_L4A4_UNORM); in _mesa_choose_tex_format()
|
D | formats.c | 888 case MESA_FORMAT_L4A4_UNORM: in _mesa_uncompressed_format_to_type_and_comps() 1547 case MESA_FORMAT_L4A4_UNORM: in _mesa_format_matches_format_and_type()
|
D | formats.csv | 79 MESA_FORMAT_L4A4_UNORM , packed, 1, 1, 1, un4 , un4 , , , xxxy, rgb
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 97 case MESA_FORMAT_L4A4_UNORM: in st_mesa_format_to_pipe_format() 581 return MESA_FORMAT_L4A4_UNORM; in st_pipe_format_to_mesa_format()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_pack.c | 7342 case MESA_FORMAT_L4A4_UNORM: in _mesa_get_pack_ubyte_rgba_function() 7888 case MESA_FORMAT_L4A4_UNORM: in _mesa_get_pack_float_rgba_function() 8312 case MESA_FORMAT_L4A4_UNORM: in _mesa_pack_ubyte_rgba_row() 10108 case MESA_FORMAT_L4A4_UNORM: in _mesa_pack_float_rgba_row()
|
D | format_unpack.c | 5482 case MESA_FORMAT_L4A4_UNORM: in _mesa_unpack_rgba_row() 6152 case MESA_FORMAT_L4A4_UNORM: in _mesa_unpack_ubyte_rgba_row()
|
D | format_info.h | 385 .Name = MESA_FORMAT_L4A4_UNORM,
|