Home
last modified time | relevance | path

Searched refs:util_format_is_srgb (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_blit.c244 if (!util_format_is_srgb(blit->src.format)) in check_blending_and_srgb_cond()
248 if (util_format_is_srgb(sFmt) && util_format_is_srgb(dFmt)) in check_blending_and_srgb_cond()
250 else if (!util_format_is_srgb(sFmt)){ in check_blending_and_srgb_cond()
251 if (!util_format_is_srgb(dFmt)) in check_blending_and_srgb_cond()
263 if (util_format_is_srgb(blit->src.resource->format)) in check_blending_and_srgb_cond()
771 !util_format_is_srgb(src_tex->format) && in svga_resource_copy_region()
Dsvga_pipe_sampler.c492 if (util_format_is_srgb(views[i]->format)) in svga_set_sampler_views()
Dsvga_state_rss.c263 util_format_is_srgb(svga->curr.framebuffer.cbufs[0]->format)) { in emit_rss_vgpu9()
Dsvga_surface.c316 if (util_format_is_srgb(surf_tmpl->format)) { in svga_create_surface_view()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h323 util_format_is_srgb(enum pipe_format format) in util_format_is_srgb() function
704 if (util_format_is_srgb(format)) in util_format_srgb()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c166 util_format_is_srgb(ps->format) ? &strb->surface_srgb : in st_egl_image_target_renderbuffer_storage()
Dst_manager.c237 util_format_is_srgb(ps->format) ? &strb->surface_srgb : in st_framebuffer_validate()
389 mode->sRGBCapable = util_format_is_srgb(visual->color_format); in st_visual_to_context_mode()
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h512 util_format_is_srgb(enum pipe_format format) in util_format_is_srgb() function
896 if (util_format_is_srgb(format)) in util_format_srgb()
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_image.c76 img->srgb = util_format_is_srgb(format); in translate_image()
Dfd5_texture.c236 if (util_format_is_srgb(format)) { in fd5_sampler_view_create()
Dfd5_gmem.c78 srgb = util_format_is_srgb(pformat); in emit_mrt()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c239 if (util_format_is_srgb(cso->format)) in fd3_sampler_view_create()
Dfd3_format.c354 if (util_format_is_srgb(format)) in fd3_fs_output_format()
Dfd3_gmem.c89 srgb = util_format_is_srgb(pformat); in emit_mrt()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c251 if (util_format_is_srgb(format)) { in fd4_sampler_view_create()
Dfd4_program.c457 srgb = util_format_is_srgb(bufs[i]->format); in fd4_program_emit()
Dfd4_gmem.c92 srgb = util_format_is_srgb(pformat); in emit_mrt()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_uniforms.c123 if (util_format_is_srgb(texture->format)) { in write_texture_border_color()
Dvc4_nir_lower_blend.c478 bool srgb = util_format_is_srgb(color_format); in vc4_nir_blend_pipeline()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_texture_state.c146 COND(util_format_is_srgb(so->format) && !astc, VIVS_TE_SAMPLER_LOG_SIZE_SRGB) | in etna_create_sampler_view_state()
Detnaviv_screen.c487 if (util_format_is_srgb(format)) in gpu_supports_texure_format()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_uniforms.c57 if (util_format_is_srgb(texture->format)) {
Dvc5_state.c709 tex.srgb = util_format_is_srgb(cso->format);
/external/virglrenderer/src/
Dvrend_blitter.c797 if (has_texture_srgb_decode && util_format_is_srgb(src_res->base.format)) in vrend_renderer_blit_gl()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c815 if (util_format_is_srgb(info.src.format)) { in r300_blit()

12