Searched refs:linear_sv (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dtex-srgb.c13 static struct pipe_sampler_view *linear_sv, *srgb_sv; variable in typeref:struct:pipe_sampler_view *
132 info.ctx->set_sampler_views(info.ctx, PIPE_SHADER_FRAGMENT, 0, 1, &linear_sv);
183 linear_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp);
184 if (linear_sv == NULL)
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dtex-srgb.c13 static struct pipe_sampler_view *linear_sv, *srgb_sv; variable in typeref:struct:pipe_sampler_view *
132 info.ctx->set_sampler_views(info.ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &linear_sv);
183 linear_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp);
184 if (linear_sv == NULL)

Completed in 2 milliseconds