Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dffvertex_prog.c305 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;
[all …]