Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.c73 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_has_alpha()
85 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_luminance()
102 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_alpha()
180 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_luminance_alpha()
198 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_intensity()
333 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_fits_8unorm()
Du_format.h129 UTIL_FORMAT_COLORSPACE_SRGB = 1, enumerator
326 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB; in util_format_is_srgb()
440 case UTIL_FORMAT_COLORSPACE_SRGB: in util_format_colormask()
670 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_get_component_bits()
673 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_get_component_bits()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.c72 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_has_alpha()
84 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_luminance()
101 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_alpha()
198 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_luminance_alpha()
216 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_intensity()
543 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_fits_8unorm()
Du_format.h122 UTIL_FORMAT_COLORSPACE_SRGB = 1, enumerator
515 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB; in util_format_is_srgb()
629 case UTIL_FORMAT_COLORSPACE_SRGB: in util_format_colormask()
862 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_get_component_bits()
865 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_get_component_bits()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c325 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB && in lp_build_unpack_rgba_soa()
430 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB || in lp_build_fetch_rgba_soa()
780 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in lp_build_fetch_rgba_soa()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c468 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in llvmpipe_is_format_supported()
Dlp_state_fs.c999 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in format_expands_to_float_soa()
2090 if (out_format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in generate_unswizzled_blend()
3255 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB); in make_variant_key()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c217 case UTIL_FORMAT_COLORSPACE_SRGB: in r300_translate_texformat()
375 desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB) { in r300_translate_texformat()
Dr300_state_derived.c741 } else if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in r300_get_border_color()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_tex.c126 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in nv50_create_texture_view()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2622 case UTIL_FORMAT_COLORSPACE_SRGB: in r600_translate_texformat()
2735 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB && in r600_translate_texformat()
2783 desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB) { in r600_translate_texformat()
2787 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB && in r600_translate_texformat()
2877 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB && !is_srgb_valid) in r600_translate_texformat()
Devergreen_state.c1061 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in evergreen_set_color_surface_buffer()
1190 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in evergreen_set_color_surface_common()
Dr600_state.c860 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in r600_init_color_surface()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_tex.c124 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in gm107_create_texture_view()
338 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in gf100_create_texture_view()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1647 case UTIL_FORMAT_COLORSPACE_SRGB: in si_translate_texformat()
2366 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in si_initialize_color_surface()
3622 } else if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in si_make_texture_descriptor()