HomeSort by relevance Sort by last modified time
    Searched refs:EyePlane (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/mesa/main/
texgen.c 175 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];
attrib.c 716 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...]
texstate.c 776 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 );
mtypes.h     [all...]
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 284 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);
t_vb_texgen.c 378 texUnit->GenS.EyePlane );
411 texUnit->GenT.EyePlane );
444 texUnit->GenR.EyePlane );
472 texUnit->GenQ.EyePlane );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 205 return c->EyePlane;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 934 texUnit->GenS.EyePlane,
935 texUnit->GenT.EyePlane,
936 texUnit->GenR.EyePlane,
937 texUnit->GenQ.EyePlane);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 210 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);
    [all...]

Completed in 54 milliseconds