Searched defs:glsl_to_tgsi_visitor (Results 1 – 1 of 1) sorted by relevance
203 struct glsl_to_tgsi_visitor : public ir_visitor { struct208 struct gl_context *ctx;209 struct gl_program *prog;210 struct gl_shader_program *shader_program;211 struct gl_linked_shader *shader;212 struct gl_shader_compiler_options *options;214 int next_temp;216 unsigned *array_sizes;217 unsigned max_num_arrays;218 unsigned next_array;[all …]