Home
last modified time | relevance | path

Searched refs:GEN_Q (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Drastpos.c379 texcoord[3] = DOT4(vObj, texUnit->ObjectPlane[GEN_Q]); in compute_texgen()
382 texcoord[3] = DOT4(vEye, texUnit->EyePlane[GEN_Q]); in compute_texgen()
Dtexstate.c1090 ASSIGN_4V( texUnit->ObjectPlane[GEN_Q], 0.0, 0.0, 0.0, 0.0 ); in _mesa_init_texture()
1094 ASSIGN_4V( texUnit->EyePlane[GEN_Q], 0.0, 0.0, 0.0, 0.0 ); in _mesa_init_texture()
Dmtypes.h1242 GEN_Q, enumerator
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c282 STATIC_ASSERT(STATE_TEXGEN_EYE_Q - STATE_TEXGEN_EYE_S == GEN_Q - GEN_S); in fetch_state()
288 STATIC_ASSERT(STATE_TEXGEN_OBJECT_Q - STATE_TEXGEN_OBJECT_S == GEN_Q - GEN_S); in fetch_state()