Searched refs:util_format_srgb (Results 1 – 12 of 12) sorted by relevance
30 const enum pipe_format srgb = util_format_srgb(linear); in main()
142 - gallium/util: util_format_srgb should not return FORMAT_NONE for sRGB
1854 - u_format: add ETC2 to util_format_srgb/util_format_linear
480 format = util_format_srgb(format); in st_framebuffer_add_renderbuffer()622 util_format_srgb(stfbi->visual->color_format); in st_framebuffer_create()
589 format = enable_srgb ? util_format_srgb(format) : util_format_linear(format); in _mesa_update_renderbuffer_surface()
333 result = util_format_srgb(result); in d3d9_to_pipe_format_checked()
552 srgb_format = util_format_srgb(resource->format); in NineBaseTexture9_UpdateSamplerView()
267 srgb_format = util_format_srgb(resource->format); in NineSurface9_CreatePipeSurfaces()
989 util_format_srgb(enum pipe_format format) in util_format_srgb() function
401 srgb = util_format_is_srgb(format) ? util_format_linear(format) : util_format_srgb(format); in zink_kopper_displaytarget_create()
665 …format_is_srgb(templ->format) ? util_format_linear(templ->format) : util_format_srgb(templ->format… in resource_object_create()
506 enum pipe_format srgb_format = util_format_srgb(tex->format); in hud_draw_results()