Searched refs:vrend_set_num_sampler_views (Results 1 – 3 of 3) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_renderer.h | 255 void vrend_set_num_sampler_views(struct vrend_context *ctx,
|
D | vrend_renderer.c | 3058 void vrend_set_num_sampler_views(struct vrend_context *ctx, in vrend_set_num_sampler_views() function 6357 vrend_set_num_sampler_views(ctx, PIPE_SHADER_VERTEX, 0, 0); in vrend_destroy_context() 6358 vrend_set_num_sampler_views(ctx, PIPE_SHADER_FRAGMENT, 0, 0); in vrend_destroy_context() 6359 vrend_set_num_sampler_views(ctx, PIPE_SHADER_GEOMETRY, 0, 0); in vrend_destroy_context() 6360 vrend_set_num_sampler_views(ctx, PIPE_SHADER_TESS_CTRL, 0, 0); in vrend_destroy_context() 6361 vrend_set_num_sampler_views(ctx, PIPE_SHADER_TESS_EVAL, 0, 0); in vrend_destroy_context() 6362 vrend_set_num_sampler_views(ctx, PIPE_SHADER_COMPUTE, 0, 0); in vrend_destroy_context()
|
D | vrend_decode.c | 369 vrend_set_num_sampler_views(ctx, shader_type, start_slot, num_samps); in vrend_decode_set_sampler_views()
|