Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.c50 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_has_alpha()
62 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_luminance()
79 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_alpha()
157 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_luminance_alpha()
175 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_intensity()
278 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_fits_8unorm()
Du_format.h138 UTIL_FORMAT_COLORSPACE_SRGB = 1, enumerator
325 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB; in util_format_is_srgb()
610 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_get_component_bits()
613 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_get_component_bits()
/external/virglrenderer/prebuilt-intermediates/src/
Du_format_table.c1608 UTIL_FORMAT_COLORSPACE_SRGB,
1634 UTIL_FORMAT_COLORSPACE_SRGB,
1678 UTIL_FORMAT_COLORSPACE_SRGB,
1722 UTIL_FORMAT_COLORSPACE_SRGB,
1766 UTIL_FORMAT_COLORSPACE_SRGB,
1810 UTIL_FORMAT_COLORSPACE_SRGB,
1854 UTIL_FORMAT_COLORSPACE_SRGB,
1898 UTIL_FORMAT_COLORSPACE_SRGB,
1942 UTIL_FORMAT_COLORSPACE_SRGB,
1986 UTIL_FORMAT_COLORSPACE_SRGB,
[all …]
/external/mesa3d/src/util/format/
Du_format.c124 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_has_alpha()
136 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_luminance()
153 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_alpha()
251 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_luminance_alpha()
269 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) && in util_format_is_intensity()
499 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_fits_8unorm()
Du_format.h131 UTIL_FORMAT_COLORSPACE_SRGB = 1, enumerator
502 return desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB; in util_format_is_srgb()
649 case UTIL_FORMAT_COLORSPACE_SRGB: in util_format_colormask()
899 if (colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_get_component_bits()
902 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in util_format_get_component_bits()
/external/mesa3d/src/panfrost/lib/
Dpan_afbc.c89 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in panfrost_format_supports_afbc()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c327 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB && in lp_build_unpack_rgba_soa()
432 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB || in lp_build_fetch_rgba_soa()
788 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in lp_build_fetch_rgba_soa()
/external/mesa3d/src/panfrost/util/
Dpan_lower_framebuffer.c597 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in pan_pack()
690 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in pan_lower_fb_load()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_blend_shaders.c263 desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB; in bifrost_get_blend_desc()
Dpan_mfbd.c103 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in panfrost_mfbd_rt_init_format()
Dpan_job.c1252 if (util_format_is_rgba8_variant(desc) && desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB) { in pan_pack_color()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c218 case UTIL_FORMAT_COLORSPACE_SRGB: in r300_translate_texformat()
378 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/llvmpipe/
Dlp_screen.c639 if (format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in llvmpipe_is_format_supported()
Dlp_state_fs.c156 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in format_expands_to_float_soa()
2609 if (out_format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in generate_unswizzled_blend()
4041 format_desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB); in make_variant_key()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2774 case UTIL_FORMAT_COLORSPACE_SRGB: in r600_translate_texformat()
2889 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB && in r600_translate_texformat()
2937 desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB) { in r600_translate_texformat()
2941 if (desc->colorspace != UTIL_FORMAT_COLORSPACE_SRGB && in r600_translate_texformat()
3032 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB && !is_srgb_valid) in r600_translate_texformat()
Devergreen_state.c1073 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in evergreen_set_color_surface_buffer()
1202 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in evergreen_set_color_surface_common()
Dr600_state.c859 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.c1622 case UTIL_FORMAT_COLORSPACE_SRGB: in si_translate_texformat()
2231 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) in si_initialize_color_surface()
3900 } else if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB) { in si_make_texture_descriptor()
/external/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c117 if (desc->colorspace == UTIL_FORMAT_COLORSPACE_SRGB && i < 3) in r2d_clear_value()