Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_texstate.c1166 texUnit->ObjectPlane[GEN_R], in r200_validate_texgen()
1185 (texUnit->TexGenEnabled & R_BIT) ? texUnit->ObjectPlane[GEN_R] : I + 8, in r200_validate_texgen()
1194 texUnit->EyePlane[GEN_R], in r200_validate_texgen()
1212 (texUnit->TexGenEnabled & R_BIT) ? texUnit->EyePlane[GEN_R] : I + 8, in r200_validate_texgen()
/third_party/mesa3d/src/mesa/tnl/
Dt_vb_texgen.c439 texUnit->ObjectPlane[GEN_R] ); in texgen()
444 texUnit->EyePlane[GEN_R] ); in texgen()
/third_party/mesa3d/src/mesa/main/
Drastpos.c357 texcoord[2] = DOT4(vObj, texUnit->ObjectPlane[GEN_R]); in compute_texgen()
360 texcoord[2] = DOT4(vEye, texUnit->EyePlane[GEN_R]); in compute_texgen()
Dtexstate.c1087 ASSIGN_4V( texUnit->ObjectPlane[GEN_R], 0.0, 0.0, 0.0, 0.0 ); in _mesa_init_texture()
1091 ASSIGN_4V( texUnit->EyePlane[GEN_R], 0.0, 0.0, 0.0, 0.0 ); in _mesa_init_texture()
Dattrib.c570 _mesa_TexGenfv(GL_R, GL_OBJECT_PLANE, unit->ObjectPlane[GEN_R]); in pop_texture_group()
577 COPY_4FV(destUnit->EyePlane[GEN_R], unit->EyePlane[GEN_R]); in pop_texture_group()
582 ctx->Driver.TexGen(ctx, GL_R, GL_EYE_PLANE, unit->EyePlane[GEN_R]); in pop_texture_group()
Dmtypes.h1204 GEN_R, enumerator
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texstate.c860 texUnit->ObjectPlane[GEN_R], in radeon_validate_texgen()
869 texUnit->EyePlane[GEN_R], in radeon_validate_texgen()
/third_party/mesa3d/src/mesa/program/
Dprog_statevars.c282 STATIC_ASSERT(STATE_TEXGEN_EYE_R - STATE_TEXGEN_EYE_S == GEN_R - GEN_S); in fetch_state()
288 STATIC_ASSERT(STATE_TEXGEN_OBJECT_R - STATE_TEXGEN_OBJECT_S == GEN_R - GEN_S); in fetch_state()