Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvrend_shader.h76 struct vrend_shader_info { struct
159 struct vrend_shader_info *fs_info;
187 struct vrend_shader_info *sinfo,
194 int vrend_shader_lookup_sampler_array(const struct vrend_shader_info *sinfo, int index);
201 struct vrend_shader_info *sinfo,
Dvrend_shader.c839 int vrend_shader_lookup_sampler_array(const struct vrend_shader_info *sinfo, int index) in vrend_shader_lookup_sampler_array()
6751 static boolean fill_fragment_interpolants(const struct dump_ctx *ctx, struct vrend_shader_info *sin… in fill_fragment_interpolants()
6776 static boolean fill_interpolants(const struct dump_ctx *ctx, struct vrend_shader_info *sinfo) in fill_interpolants()
6832 static void fill_sinfo(const struct dump_ctx *ctx, struct vrend_shader_info *sinfo) in fill_sinfo()
6943 const struct vrend_shader_info *vs_info,
6944 const struct vrend_shader_info *fs_info,
6953 struct vrend_shader_info *sinfo, in vrend_convert_shader()
7121 const struct vrend_shader_info *vs_info, in vrend_patch_vertex_shader_interpolants()
7122 const struct vrend_shader_info *fs_info, in vrend_patch_vertex_shader_interpolants()
7311 struct vrend_shader_info *sinfo, in vrend_shader_create_passthrough_tcs()
Dvrend_renderer.c426 struct vrend_shader_info sinfo;
1320 struct vrend_shader_info *sinfo) in set_stream_out_varyings()