Searched refs:EyePlane (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexgen.c175 if (TEST_EQ_4V(texgen->EyePlane, tmp))
178 COPY_4FV(texgen->EyePlane, tmp);
325 COPY_4V(params, texgen->EyePlane);
371 COPY_4V(params, texgen->EyePlane);
420 params[0] = (GLint) texgen->EyePlane[0];
421 params[1] = (GLint) texgen->EyePlane[1];
422 params[2] = (GLint) texgen->EyePlane[2];
423 params[3] = (GLint) texgen->EyePlane[3];
H A Dattrib.c716 COPY_4FV(destUnit->GenS.EyePlane, unit->GenS.EyePlane);
717 COPY_4FV(destUnit->GenT.EyePlane, unit->GenT.EyePlane);
718 COPY_4FV(destUnit->GenR.EyePlane, unit->GenR.EyePlane);
719 COPY_4FV(destUnit->GenQ.EyePlane, unit->GenQ.EyePlane);
721 ctx->Driver.TexGen(ctx, GL_S, GL_EYE_PLANE, unit->GenS.EyePlane);
722 ctx->Driver.TexGen(ctx, GL_T, GL_EYE_PLANE, unit->GenT.EyePlane);
[all...]
H A Dtexstate.c776 ASSIGN_4V( texUnit->GenS.EyePlane, 1.0, 0.0, 0.0, 0.0 );
777 ASSIGN_4V( texUnit->GenT.EyePlane, 0.0, 1.0, 0.0, 0.0 );
778 ASSIGN_4V( texUnit->GenR.EyePlane, 0.0, 0.0, 0.0, 0.0 );
779 ASSIGN_4V( texUnit->GenQ.EyePlane, 0.0, 0.0, 0.0, 0.0 );
H A Dmtypes.h1376 GLfloat EyePlane[4]; member in struct:gl_texgen
/external/mesa3d/src/mesa/main/
H A Dtexgen.c175 if (TEST_EQ_4V(texgen->EyePlane, tmp))
178 COPY_4FV(texgen->EyePlane, tmp);
325 COPY_4V(params, texgen->EyePlane);
371 COPY_4V(params, texgen->EyePlane);
420 params[0] = (GLint) texgen->EyePlane[0];
421 params[1] = (GLint) texgen->EyePlane[1];
422 params[2] = (GLint) texgen->EyePlane[2];
423 params[3] = (GLint) texgen->EyePlane[3];
H A Dattrib.c716 COPY_4FV(destUnit->GenS.EyePlane, unit->GenS.EyePlane);
717 COPY_4FV(destUnit->GenT.EyePlane, unit->GenT.EyePlane);
718 COPY_4FV(destUnit->GenR.EyePlane, unit->GenR.EyePlane);
719 COPY_4FV(destUnit->GenQ.EyePlane, unit->GenQ.EyePlane);
721 ctx->Driver.TexGen(ctx, GL_S, GL_EYE_PLANE, unit->GenS.EyePlane);
722 ctx->Driver.TexGen(ctx, GL_T, GL_EYE_PLANE, unit->GenT.EyePlane);
[all...]
H A Dtexstate.c776 ASSIGN_4V( texUnit->GenS.EyePlane, 1.0, 0.0, 0.0, 0.0 );
777 ASSIGN_4V( texUnit->GenT.EyePlane, 0.0, 1.0, 0.0, 0.0 );
778 ASSIGN_4V( texUnit->GenR.EyePlane, 0.0, 0.0, 0.0, 0.0 );
779 ASSIGN_4V( texUnit->GenQ.EyePlane, 0.0, 0.0, 0.0, 0.0 );
H A Dmtypes.h1376 GLfloat EyePlane[4]; member in struct:gl_texgen
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_rasterpos.c284 texcoord[0] = DOT4(vEye, texUnit->GenS.EyePlane);
307 texcoord[1] = DOT4(vEye, texUnit->GenT.EyePlane);
330 texcoord[2] = DOT4(vEye, texUnit->GenR.EyePlane);
350 texcoord[3] = DOT4(vEye, texUnit->GenQ.EyePlane);
H A Dt_vb_texgen.c378 texUnit->GenS.EyePlane );
411 texUnit->GenT.EyePlane );
444 texUnit->GenR.EyePlane );
472 texUnit->GenQ.EyePlane );
/external/mesa3d/src/mesa/tnl/
H A Dt_rasterpos.c284 texcoord[0] = DOT4(vEye, texUnit->GenS.EyePlane);
307 texcoord[1] = DOT4(vEye, texUnit->GenT.EyePlane);
330 texcoord[2] = DOT4(vEye, texUnit->GenR.EyePlane);
350 texcoord[3] = DOT4(vEye, texUnit->GenQ.EyePlane);
H A Dt_vb_texgen.c378 texUnit->GenS.EyePlane );
411 texUnit->GenT.EyePlane );
444 texUnit->GenR.EyePlane );
472 texUnit->GenQ.EyePlane );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c1287 texUnit->GenS.EyePlane,
1288 texUnit->GenT.EyePlane,
1289 texUnit->GenR.EyePlane,
1290 texUnit->GenQ.EyePlane );
1305 (texUnit->TexGenEnabled & S_BIT) ? texUnit->GenS.EyePlane : I,
1306 (texUnit->TexGenEnabled & T_BIT) ? texUnit->GenT.EyePlane : I + 4,
1307 (texUnit->TexGenEnabled & R_BIT) ? texUnit->GenR.EyePlane : I + 8,
1308 (texUnit->TexGenEnabled & Q_BIT) ? texUnit->GenQ.EyePlane : I + 12);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c1287 texUnit->GenS.EyePlane,
1288 texUnit->GenT.EyePlane,
1289 texUnit->GenR.EyePlane,
1290 texUnit->GenQ.EyePlane );
1305 (texUnit->TexGenEnabled & S_BIT) ? texUnit->GenS.EyePlane : I,
1306 (texUnit->TexGenEnabled & T_BIT) ? texUnit->GenT.EyePlane : I + 4,
1307 (texUnit->TexGenEnabled & R_BIT) ? texUnit->GenR.EyePlane : I + 8,
1308 (texUnit->TexGenEnabled & Q_BIT) ? texUnit->GenQ.EyePlane : I + 12);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_util.h205 return c->EyePlane;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c934 texUnit->GenS.EyePlane,
935 texUnit->GenT.EyePlane,
936 texUnit->GenR.EyePlane,
937 texUnit->GenQ.EyePlane);
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c210 COPY_4V(value, ctx->Texture.Unit[unit].GenS.EyePlane);
213 COPY_4V(value, ctx->Texture.Unit[unit].GenT.EyePlane);
216 COPY_4V(value, ctx->Texture.Unit[unit].GenR.EyePlane);
219 COPY_4V(value, ctx->Texture.Unit[unit].GenQ.EyePlane);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_util.h205 return c->EyePlane;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c934 texUnit->GenS.EyePlane,
935 texUnit->GenT.EyePlane,
936 texUnit->GenR.EyePlane,
937 texUnit->GenQ.EyePlane);
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c210 COPY_4V(value, ctx->Texture.Unit[unit].GenS.EyePlane);
213 COPY_4V(value, ctx->Texture.Unit[unit].GenT.EyePlane);
216 COPY_4V(value, ctx->Texture.Unit[unit].GenR.EyePlane);
219 COPY_4V(value, ctx->Texture.Unit[unit].GenQ.EyePlane);

Completed in 4481 milliseconds