Searched defs:rqdst (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/imm/
H A Dt_dd_imm_vbtmp.h180 GLfloat qdst, rqdst; local
188 rqdst = 1.0 / qdst;
189 dst->v.v.u0 *= rqdst;
190 dst->v.v.v0 *= rqdst;
191 dst->v.v.w *= rqdst;
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_vbtmp.h537 GLfloat qdst, rqdst; local
545 rqdst = 1.0 / qdst;
546 dst->v.u0 *= rqdst;
547 dst->v.v0 *= rqdst;
548 dst->v.w *= rqdst;

Completed in 62 milliseconds