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.c299 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;
[all …]