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.h255 void vrend_set_num_sampler_views(struct vrend_context *ctx,
Dvrend_renderer.c3058 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()
Dvrend_decode.c369 vrend_set_num_sampler_views(ctx, shader_type, start_slot, num_samps); in vrend_decode_set_sampler_views()