Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dformat_fallback.c56 case MESA_FORMAT_L_SRGB8: in _mesa_get_srgb_format_linear()
159 return MESA_FORMAT_L_SRGB8; in _mesa_get_linear_format_srgb()
236 case MESA_FORMAT_L_SRGB8: in _mesa_get_linear_format_srgb()
Dformat_pack.c7516 case MESA_FORMAT_L_SRGB8: in _mesa_get_pack_ubyte_rgba_function()
8062 case MESA_FORMAT_L_SRGB8: in _mesa_get_pack_float_rgba_function()
8718 case MESA_FORMAT_L_SRGB8: in _mesa_pack_ubyte_rgba_row()
10514 case MESA_FORMAT_L_SRGB8: in _mesa_pack_float_rgba_row()
Dformat_unpack.c5830 case MESA_FORMAT_L_SRGB8: in _mesa_unpack_rgba_row()
6558 case MESA_FORMAT_L_SRGB8: in _mesa_unpack_ubyte_rgba_row()
Dformat_info.h1323 .Name = MESA_FORMAT_L_SRGB8,
/external/mesa3d/src/mesa/main/
Dtexformat.c482 RETURN_IF_SUPPORTED(MESA_FORMAT_L_SRGB8); in _mesa_choose_tex_format()
494 RETURN_IF_SUPPORTED(MESA_FORMAT_L_SRGB8); in _mesa_choose_tex_format()
Dformats.h445 MESA_FORMAT_L_SRGB8, /* ubyte[i] = L */ enumerator
Dformats.c1067 case MESA_FORMAT_L_SRGB8: in _mesa_uncompressed_format_to_type_and_comps()
1611 case MESA_FORMAT_L_SRGB8: in _mesa_format_matches_format_and_type()
Dformats.csv161 MESA_FORMAT_L_SRGB8 , array , 1, 1, 1, un8 , , , , xxx1, srgb
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c70 [MESA_FORMAT_L_SRGB8] = ISL_FORMAT_L8_UNORM_SRGB, in brw_isl_format_for_mesa_format()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c462 return MESA_FORMAT_L_SRGB8; in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c462 return MESA_FORMAT_L_SRGB8; in radeonChooseTextureFormat()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c161 case MESA_FORMAT_L_SRGB8: in st_mesa_format_to_pipe_format()
651 return MESA_FORMAT_L_SRGB8; in st_pipe_format_to_mesa_format()