Searched refs:MESA_FORMAT_BGR_SRGB8 (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_fallback.c | 58 case MESA_FORMAT_BGR_SRGB8: in _mesa_get_srgb_format_linear() 161 return MESA_FORMAT_BGR_SRGB8; in _mesa_get_linear_format_srgb() 237 case MESA_FORMAT_BGR_SRGB8: in _mesa_get_linear_format_srgb()
|
D | format_pack.c | 7519 case MESA_FORMAT_BGR_SRGB8: in _mesa_get_pack_ubyte_rgba_function() 8065 case MESA_FORMAT_BGR_SRGB8: in _mesa_get_pack_float_rgba_function() 8725 case MESA_FORMAT_BGR_SRGB8: in _mesa_pack_ubyte_rgba_row() 10521 case MESA_FORMAT_BGR_SRGB8: in _mesa_pack_float_rgba_row()
|
D | format_unpack.c | 5836 case MESA_FORMAT_BGR_SRGB8: in _mesa_unpack_rgba_row() 6565 case MESA_FORMAT_BGR_SRGB8: in _mesa_unpack_ubyte_rgba_row()
|
D | format_info.h | 1337 .Name = MESA_FORMAT_BGR_SRGB8,
|
/external/mesa3d/src/mesa/main/ |
D | texformat.c | 466 RETURN_IF_SUPPORTED(MESA_FORMAT_BGR_SRGB8); in _mesa_choose_tex_format() 506 RETURN_IF_SUPPORTED(MESA_FORMAT_BGR_SRGB8); in _mesa_choose_tex_format()
|
D | formats.h | 446 MESA_FORMAT_BGR_SRGB8, /* ubyte[i*3] = B, [i*3+1] = G, [i*3+2] = R */ enumerator
|
D | formats.c | 1056 case MESA_FORMAT_BGR_SRGB8: in _mesa_uncompressed_format_to_type_and_comps() 1508 case MESA_FORMAT_BGR_SRGB8: in _mesa_format_matches_format_and_type()
|
D | formats.csv | 162 MESA_FORMAT_BGR_SRGB8 , array , 1, 1, 1, un8 , un8 , un8 , , zyx1, srgb
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 163 case MESA_FORMAT_BGR_SRGB8: in st_mesa_format_to_pipe_format() 653 return MESA_FORMAT_BGR_SRGB8; in st_pipe_format_to_mesa_format()
|