Lines Matching defs:vrend_shader_io
67 struct vrend_shader_io { struct
68 unsigned name;
69 unsigned gpr;
70 unsigned done;
71 int sid;
72 unsigned interpolate;
73 int first;
74 unsigned location;
75 bool invariant;
76 bool precise;
77 bool glsl_predefined_no_emit;
78 bool glsl_no_index;
79 bool glsl_gl_block;
80 bool override_no_wm;
81 bool is_int;
82 bool fbfetch_used;
83 char glsl_name[128];
84 unsigned stream;