Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.c3465 static int vrend_shader_select(struct vrend_sub_context *sub_ctx, in vrend_shader_select() function
3539 r = vrend_shader_select(ctx->sub, sel, NULL); in vrend_finish_shader()
4500 vrend_shader_select(sub_ctx, shaders[PIPE_SHADER_VERTEX], &vs_dirty); in vrend_select_program()
4504 vrend_shader_select(sub_ctx, shaders[PIPE_SHADER_TESS_CTRL], &tcs_dirty); in vrend_select_program()
4509 vrend_shader_select(sub_ctx, shaders[PIPE_SHADER_VERTEX], &vs_dirty); in vrend_select_program()
4513 vrend_shader_select(sub_ctx, shaders[PIPE_SHADER_TESS_EVAL], &tes_dirty); in vrend_select_program()
4515 vrend_shader_select(sub_ctx, shaders[PIPE_SHADER_GEOMETRY], &gs_dirty); in vrend_select_program()
4516 vrend_shader_select(sub_ctx, shaders[PIPE_SHADER_FRAGMENT], &fs_dirty); in vrend_select_program()
4860 vrend_shader_select(sub_ctx, sub_ctx->shaders[PIPE_SHADER_COMPUTE], &cs_dirty); in vrend_launch_grid()