Lines Matching defs:tnl_program
299 struct tnl_program { struct
300 const struct state_key *state;
301 struct gl_program *program;
302 GLuint max_inst; /** number of instructions allocated for program */
303 GLboolean mvp_with_dp4;
305 GLuint temp_in_use;
306 GLuint temp_reserved;
308 struct ureg eye_position;
309 struct ureg eye_position_z;
310 struct ureg eye_position_normalized;
311 struct ureg transformed_normal;
312 struct ureg identity;
314 GLuint materials;
315 GLuint color_materials;