Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/tests/format/
Dsrgb.c30 const enum pipe_format srgb = util_format_srgb(linear); in main()
/third_party/mesa3d/docs/relnotes/
D10.0.3.rst142 - gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB
D19.3.0.rst1854 - u_format: add ETC2 to util_format_srgb/util_format_linear
/third_party/mesa3d/src/mesa/state_tracker/
Dst_manager.c480 format = util_format_srgb(format); in st_framebuffer_add_renderbuffer()
622 util_format_srgb(stfbi->visual->color_format); in st_framebuffer_create()
/third_party/mesa3d/src/mesa/main/
Drenderbuffer.c589 format = enable_srgb ? util_format_srgb(format) : util_format_linear(format); in _mesa_update_renderbuffer_surface()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h333 result = util_format_srgb(result); in d3d9_to_pipe_format_checked()
Dbasetexture9.c552 srgb_format = util_format_srgb(resource->format); in NineBaseTexture9_UpdateSamplerView()
Dsurface9.c267 srgb_format = util_format_srgb(resource->format); in NineSurface9_CreatePipeSurfaces()
/third_party/mesa3d/src/util/format/
Du_format.h989 util_format_srgb(enum pipe_format format) in util_format_srgb() function
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_kopper.c401 srgb = util_format_is_srgb(format) ? util_format_linear(format) : util_format_srgb(format); in zink_kopper_displaytarget_create()
Dzink_resource.c665 …format_is_srgb(templ->format) ? util_format_linear(templ->format) : util_format_srgb(templ->format… in resource_object_create()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c506 enum pipe_format srgb_format = util_format_srgb(tex->format); in hud_draw_results()