Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.h44 struct vrend_shader_info { struct
116 struct vrend_shader_info *vs_info,
117 struct vrend_shader_info *fs_info,
124 struct vrend_shader_info *sinfo);
128 int shader_lookup_sampler_array(struct vrend_shader_info *sinfo, int index);
Dvrend_shader.c602 int shader_lookup_sampler_array(struct vrend_shader_info *sinfo, int index) in shader_lookup_sampler_array()
4836 static boolean fill_fragment_interpolants(struct dump_ctx *ctx, struct vrend_shader_info *sinfo) in fill_fragment_interpolants()
4861 static boolean fill_interpolants(struct dump_ctx *ctx, struct vrend_shader_info *sinfo) in fill_interpolants()
4905 struct vrend_shader_info *sinfo) in vrend_convert_shader()
5084 struct vrend_shader_info *vs_info, in vrend_patch_vertex_shader_interpolants()
5085 … struct vrend_shader_info *fs_info, const char *oprefix, bool flatshade) in vrend_patch_vertex_shader_interpolants()
Dvrend_renderer.c307 struct vrend_shader_info sinfo;
986 static void set_stream_out_varyings(int prog_id, struct vrend_shader_info *sinfo) in set_stream_out_varyings()
3545 struct vrend_shader_info* sinfo; in vrend_draw_bind_ubo_shader()