Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_renderer.c258 struct vrend_linked_shader_program { struct
468 struct vrend_linked_shader_program *prog;
577 static void vrend_destroy_program(struct vrend_linked_shader_program *ent);
779 struct vrend_linked_shader_program *ent, *tmp; in vrend_shader_destroy()
1045 static void bind_sampler_locs(struct vrend_linked_shader_program *sprog, in bind_sampler_locs()
1090 static void bind_const_locs(struct vrend_linked_shader_program *sprog, in bind_const_locs()
1107 static void bind_ubo_locs(struct vrend_linked_shader_program *sprog, in bind_ubo_locs()
1130 static void bind_ssbo_locs(struct vrend_linked_shader_program *sprog, in bind_ssbo_locs()
1152 static void bind_image_locs(struct vrend_linked_shader_program *sprog, in bind_image_locs()
1196 static struct vrend_linked_shader_program *add_cs_shader_program(struct vrend_context *ctx, in add_cs_shader_program()
[all …]