Searched refs:srgb_format (Results 1 – 4 of 4) sorted by relevance
498 enum pipe_format srgb_format; in NineBaseTexture9_UpdateSamplerView() local557 srgb_format = util_format_srgb(resource->format); in NineBaseTexture9_UpdateSamplerView()558 if (sRGB && srgb_format != PIPE_FORMAT_NONE && in NineBaseTexture9_UpdateSamplerView()559 screen->is_format_supported(screen, srgb_format, in NineBaseTexture9_UpdateSamplerView()561 templ.format = srgb_format; in NineBaseTexture9_UpdateSamplerView()
244 enum pipe_format srgb_format; in NineSurface9_CreatePipeSurfaces() local249 srgb_format = util_format_srgb(resource->format); in NineSurface9_CreatePipeSurfaces()250 if (srgb_format == PIPE_FORMAT_NONE || in NineSurface9_CreatePipeSurfaces()251 !screen->is_format_supported(screen, srgb_format, in NineSurface9_CreatePipeSurfaces()253 srgb_format = resource->format; in NineSurface9_CreatePipeSurfaces()266 templ.format = srgb_format; in NineSurface9_CreatePipeSurfaces()
475 const enum pipe_format srgb_format = in st_framebuffer_create() local478 if (srgb_format != PIPE_FORMAT_NONE && in st_framebuffer_create()479 st_pipe_format_to_mesa_format(srgb_format) != MESA_FORMAT_NONE && in st_framebuffer_create()480 screen->is_format_supported(screen, srgb_format, in st_framebuffer_create()
507 enum pipe_format srgb_format = util_format_srgb(tex->format); in hud_draw_results() local509 if (srgb_format != PIPE_FORMAT_NONE) in hud_draw_results()510 surf_templ.format = srgb_format; in hud_draw_results()