Home
last modified time | relevance | path

Searched refs:srgb_sv (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/tests/graw/
Dtex-srgb.c13 static struct pipe_sampler_view *linear_sv, *srgb_sv; variable
134 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()