Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.h114 bool vrend_patch_vertex_shader_interpolants(struct vrend_shader_cfg *cfg,
Dvrend_renderer.c1263 vrend_patch_vertex_shader_interpolants(&ctx->shader_cfg, gs->glsl_prog, in add_shader_program()
1267 vrend_patch_vertex_shader_interpolants(&ctx->shader_cfg, tes->glsl_prog, in add_shader_program()
1271 vrend_patch_vertex_shader_interpolants(&ctx->shader_cfg, vs->glsl_prog, in add_shader_program()
Dvrend_shader.c5083 bool vrend_patch_vertex_shader_interpolants(struct vrend_shader_cfg *cfg, char *program, in vrend_patch_vertex_shader_interpolants() function