Searched refs:util_format_srgb (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/tests/format/
H A Dsrgb.c30 const enum pipe_format srgb = util_format_srgb(linear);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.0.3.rst142 - gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB
H A D19.3.0.rst1854 - u_format: add ETC2 to util_format_srgb/util_format_linear
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_manager.c332 format = util_format_srgb(format);
468 * format such that util_format_srgb(visual->color_format) can be supported
482 util_format_srgb(stfbi->visual->color_format);
H A Dst_cb_fbo.c477 format = enable_srgb ? util_format_srgb(format) : util_format_linear(format);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_manager.c336 format = util_format_srgb(format);
464 * format such that util_format_srgb(visual->color_format) can be supported
478 util_format_srgb(stfbi->visual->color_format);
H A Dst_cb_fbo.c508 format = enable_srgb ? util_format_srgb(format) : util_format_linear(format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_pipe.h309 result = util_format_srgb(result);
H A Dbasetexture9.c557 srgb_format = util_format_srgb(resource->format);
H A Dsurface9.c249 srgb_format = util_format_srgb(resource->format);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format.h939 util_format_srgb(enum pipe_format format) function in typeref:enum:pipe_format
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_pipe.h333 result = util_format_srgb(result);
H A Dbasetexture9.c552 srgb_format = util_format_srgb(resource->format);
H A Dsurface9.c267 srgb_format = util_format_srgb(resource->format);
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format.h987 util_format_srgb(enum pipe_format format) function in typeref:enum:pipe_format
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_context.c509 enum pipe_format srgb_format = util_format_srgb(tex->format);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_context.c506 enum pipe_format srgb_format = util_format_srgb(tex->format);

Completed in 37 milliseconds