Searched defs:glsl_to_tgsi_visitor (Results 1 – 1 of 1) sorted by relevance
162 struct glsl_to_tgsi_visitor : public ir_visitor { struct167 struct gl_context *ctx;168 struct gl_program *prog;169 struct gl_shader_program *shader_program;170 struct gl_linked_shader *shader;171 struct gl_shader_compiler_options *options;173 int next_temp;175 unsigned *array_sizes;176 unsigned max_num_arrays;177 unsigned next_array;[all …]