Searched refs:util_format_srgb (Results 1 – 11 of 11) 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
642 util_format_srgb(enum pipe_format format) in util_format_srgb() function
333 format = util_format_srgb(format); in st_framebuffer_add_renderbuffer()476 util_format_srgb(stfbi->visual->color_format); in st_framebuffer_create()
482 format = enable_srgb ? util_format_srgb(format) : util_format_linear(format); in st_update_renderbuffer_surface()
309 result = util_format_srgb(result); in d3d9_to_pipe_format_checked()
557 srgb_format = util_format_srgb(resource->format); in NineBaseTexture9_UpdateSamplerView()
249 srgb_format = util_format_srgb(resource->format); in NineSurface9_CreatePipeSurfaces()
931 util_format_srgb(enum pipe_format format) in util_format_srgb() function
507 enum pipe_format srgb_format = util_format_srgb(tex->format); in hud_draw_results()