Home
last modified time | relevance | path

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

/external/mesa3d/src/util/tests/format/
Dsrgb.c30 const enum pipe_format srgb = util_format_srgb(linear); in main()
/external/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
/external/virglrenderer/src/gallium/auxiliary/util/
Du_format.h642 util_format_srgb(enum pipe_format format) in util_format_srgb() function
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c333 format = util_format_srgb(format); in st_framebuffer_add_renderbuffer()
476 util_format_srgb(stfbi->visual->color_format); in st_framebuffer_create()
Dst_cb_fbo.c482 format = enable_srgb ? util_format_srgb(format) : util_format_linear(format); in st_update_renderbuffer_surface()
/external/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h309 result = util_format_srgb(result); in d3d9_to_pipe_format_checked()
Dbasetexture9.c557 srgb_format = util_format_srgb(resource->format); in NineBaseTexture9_UpdateSamplerView()
Dsurface9.c249 srgb_format = util_format_srgb(resource->format); in NineSurface9_CreatePipeSurfaces()
/external/mesa3d/src/util/format/
Du_format.h931 util_format_srgb(enum pipe_format format) in util_format_srgb() function
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c507 enum pipe_format srgb_format = util_format_srgb(tex->format); in hud_draw_results()