Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Drastpos.c359 texcoord[2] = DOT4(vObj, texUnit->ObjectPlane[GEN_R]); in compute_texgen()
362 texcoord[2] = DOT4(vEye, texUnit->EyePlane[GEN_R]); in compute_texgen()
Dtexstate.c1089 ASSIGN_4V( texUnit->ObjectPlane[GEN_R], 0.0, 0.0, 0.0, 0.0 ); in _mesa_init_texture()
1093 ASSIGN_4V( texUnit->EyePlane[GEN_R], 0.0, 0.0, 0.0, 0.0 ); in _mesa_init_texture()
Dmtypes.h1241 GEN_R, enumerator
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c281 STATIC_ASSERT(STATE_TEXGEN_EYE_R - STATE_TEXGEN_EYE_S == GEN_R - GEN_S); in fetch_state()
287 STATIC_ASSERT(STATE_TEXGEN_OBJECT_R - STATE_TEXGEN_OBJECT_S == GEN_R - GEN_S); in fetch_state()