Lines Matching defs:vrend_shader_io
89 struct vrend_shader_io { struct
90 unsigned name;
91 unsigned gpr;
92 unsigned done;
93 int sid;
94 unsigned interpolate;
95 int first;
96 int last;
97 int array_id;
98 uint8_t usage_mask;
99 int swizzle_offset;
100 int num_components;
101 int layout_location;
102 unsigned location;
103 bool invariant;
104 bool precise;
105 bool glsl_predefined_no_emit;
106 bool glsl_no_index;
107 bool glsl_gl_block;
108 bool override_no_wm;
109 bool is_int;
110 enum vec_type type;
111 bool fbfetch_used;
112 char glsl_name[128];
113 unsigned stream;