Searched refs:srgb_sv (Results 1 – 1 of 1) sorted by relevance
13 static struct pipe_sampler_view *linear_sv, *srgb_sv; variable134 info.ctx->set_fragment_sampler_views(info.ctx, 1, &srgb_sv); in draw()195 srgb_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp); in init_tex()196 if (srgb_sv == NULL) in init_tex()