tex-srgb.c | 13 static struct pipe_sampler_view *linear_sv, *srgb_sv; variable in typeref:struct:pipe_sampler_view 130 info.ctx->set_fragment_sampler_views(info.ctx, 1, &linear_sv); 180 linear_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp); 181 if (linear_sv == NULL)
|