Home
last modified time | relevance | path

Searched defs:tnl_program (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c299 struct tnl_program { struct
300 const struct state_key *state;
301 struct gl_program *program;
302 struct gl_program_parameter_list *state_params;
303 GLuint max_inst; /** number of instructions allocated for program */
304 GLboolean mvp_with_dp4;
306 GLuint temp_in_use;
307 GLuint temp_reserved;
309 struct ureg eye_position;
310 struct ureg eye_position_z;
[all …]