Searched refs:vrend_set_num_sampler_views (Results 1 – 3 of 3) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_renderer.h | 210 void vrend_set_num_sampler_views(struct vrend_context *ctx,
|
D | vrend_renderer.c | 2556 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()
|
D | vrend_decode.c | 334 vrend_set_num_sampler_views(ctx->grctx, shader_type, start_slot, num_samps); in vrend_decode_set_sampler_views()
|