Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h120 UTIL_FORMAT_COLORSPACE_SRGB = 1, enumerator
474 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB; in util_format_is_srgb()
534 case UTIL_FORMAT_COLORSPACE_SRGB: in util_format_colormask()
755 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_get_component_bits()
758 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_get_component_bits()
794 case UTIL_FORMAT_COLORSPACE_SRGB: in util_format_has_alpha()
Du_format.c96 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_rgb_no_alpha()
111 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_luminance()
200 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_luminance_alpha()
218 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_intensity()
471 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_fits_8unorm()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c908 case UTIL_FORMAT_COLORSPACE_SRGB: in r600_translate_texformat()
1019 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB && in r600_translate_texformat()
1067 desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB) { in r600_translate_texformat()
1071 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB && in r600_translate_texformat()
1161 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB && !is_srgb_valid) in r600_translate_texformat()
Dr600_state.c1311 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in r600_init_color_surface()
Devergreen_state.c1330 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in evergreen_init_color_surface()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c312 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in llvmpipe_is_format_supported()
Dlp_state_fs.c1607 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB); in make_variant_key()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c155 case UTIL_FORMAT_COLORSPACE_SRGB: in r300_translate_texformat()
315 desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB) { in r300_translate_texformat()
Dr300_state_derived.c696 } else if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in r300_get_border_color()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_tex.c134 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in nv50_create_sampler_view()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_tex.c106 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in nvc0_create_sampler_view()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1101 case UTIL_FORMAT_COLORSPACE_SRGB: in si_translate_texformat()
1534 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in si_cb()