Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h499 util_format_is_srgb(enum pipe_format format) in util_format_is_srgb() function
883 if (util_format_is_srgb(format)) in util_format_srgb()
/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/a5xx/
Dfd5_texture.c242 if (util_format_is_srgb(cso->format)) { in fd5_sampler_view_create()
Dfd5_gmem.c78 srgb = util_format_is_srgb(pformat); in emit_mrt()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c245 if (util_format_is_srgb(cso->format)) { in fd4_sampler_view_create()
Dfd4_program.c463 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.c526 bool srgb = util_format_is_srgb(color_format); in vc4_nir_blend_pipeline()
Dvc4_program.c2260 if (util_format_is_srgb(format)) in vc4_shader_ntq()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_sampler.c471 if (util_format_is_srgb(views[i]->format)) in svga_set_sampler_views()
Dsvga_state_rss.c267 util_format_is_srgb(svga->curr.framebuffer.cbufs[0]->format)) { in emit_rss_vgpu9()
Dsvga_screen.c725 if (util_format_is_srgb(format) && (bindings & PIPE_BIND_DISPLAY_TARGET)) { in svga_is_format_supported()
Dsvga_resource_texture.c1081 (util_format_is_srgb(template->format) || in svga_texture_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c373 mode->sRGBCapable = util_format_is_srgb(visual->color_format); in st_visual_to_context_mode()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c815 if (util_format_is_srgb(info.src.format)) { in r300_blit()