HomeSort by relevance Sort by last modified time
    Searched full:linear_sv (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/tests/graw/
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)

Completed in 49 milliseconds