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.c311 struct tnl_program { struct
312 const struct state_key *state;
313 struct gl_program *program;
314 struct gl_program_parameter_list *state_params;
315 GLuint max_inst; /** number of instructions allocated for program */
316 GLboolean mvp_with_dp4;
318 GLuint temp_in_use;
319 GLuint temp_reserved;
321 struct ureg eye_position;
322 struct ureg eye_position_z;
[all …]