Searched refs:srgb_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 **
136 info.ctx->set_sampler_views(info.ctx, PIPE_SHADER_FRAGMENT, 0, 1, &srgb_sv);
198 srgb_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp);
199 if (srgb_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 **
136 info.ctx->set_sampler_views(info.ctx, PIPE_SHADER_FRAGMENT, 0, 1, 0, false, &srgb_sv);
198 srgb_sv = info.ctx->create_sampler_view(info.ctx, texture, &sv_temp);
199 if (srgb_sv == NULL)

Completed in 2 milliseconds