Lines Matching defs:tnl_program
305 struct tnl_program { struct
306 const struct state_key *state;
307 struct gl_program *program;
308 GLuint max_inst; /** number of instructions allocated for program */
309 GLboolean mvp_with_dp4;
311 GLuint temp_in_use;
312 GLuint temp_reserved;
314 struct ureg eye_position;
315 struct ureg eye_position_z;
316 struct ureg eye_position_normalized;
317 struct ureg transformed_normal;
318 struct ureg identity;
320 GLuint materials;
321 GLuint color_materials;