Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.h210 void vrend_set_num_sampler_views(struct vrend_context *ctx,
Dvrend_renderer.c2556 void vrend_set_num_sampler_views(struct vrend_context *ctx, in vrend_set_num_sampler_views() function
5306 vrend_set_num_sampler_views(ctx, PIPE_SHADER_VERTEX, 0, 0); in vrend_destroy_context()
5307 vrend_set_num_sampler_views(ctx, PIPE_SHADER_FRAGMENT, 0, 0); in vrend_destroy_context()
5308 vrend_set_num_sampler_views(ctx, PIPE_SHADER_GEOMETRY, 0, 0); in vrend_destroy_context()
5309 vrend_set_num_sampler_views(ctx, PIPE_SHADER_TESS_CTRL, 0, 0); in vrend_destroy_context()
5310 vrend_set_num_sampler_views(ctx, PIPE_SHADER_TESS_EVAL, 0, 0); in vrend_destroy_context()
5311 vrend_set_num_sampler_views(ctx, PIPE_SHADER_COMPUTE, 0, 0); in vrend_destroy_context()
Dvrend_decode.c334 vrend_set_num_sampler_views(ctx->grctx, shader_type, start_slot, num_samps); in vrend_decode_set_sampler_views()