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 170 if (TEST_EQ_4V(texgen->EyePlane, tmp))
173 COPY_4FV(texgen->EyePlane, tmp);
317 COPY_4V(params, texgen->EyePlane);
362 COPY_4V(params, texgen->EyePlane);
410 params[0] = (GLint) texgen->EyePlane[0];
411 params[1] = (GLint) texgen->EyePlane[1];
412 params[2] = (GLint) texgen->EyePlane[2];
413 params[3] = (GLint) texgen->EyePlane[3];
attrib.c 789 COPY_4FV(destUnit->GenS.EyePlane, unit->GenS.EyePlane);
790 COPY_4FV(destUnit->GenT.EyePlane, unit->GenT.EyePlane);
791 COPY_4FV(destUnit->GenR.EyePlane, unit->GenR.EyePlane);
792 COPY_4FV(destUnit->GenQ.EyePlane, unit->GenQ.EyePlane);
794 ctx->Driver.TexGen(ctx, GL_S, GL_EYE_PLANE, unit->GenS.EyePlane);
795 ctx->Driver.TexGen(ctx, GL_T, GL_EYE_PLANE, unit->GenT.EyePlane);
    [all...]
rastpos.c 291 texcoord[0] = DOT4(vEye, texUnit->GenS.EyePlane);
314 texcoord[1] = DOT4(vEye, texUnit->GenT.EyePlane);
337 texcoord[2] = DOT4(vEye, texUnit->GenR.EyePlane);
357 texcoord[3] = DOT4(vEye, texUnit->GenQ.EyePlane);
texstate.c 855 ASSIGN_4V( texUnit->GenS.EyePlane, 1.0, 0.0, 0.0, 0.0 );
856 ASSIGN_4V( texUnit->GenT.EyePlane, 0.0, 1.0, 0.0, 0.0 );
857 ASSIGN_4V( texUnit->GenR.EyePlane, 0.0, 0.0, 0.0, 0.0 );
858 ASSIGN_4V( texUnit->GenQ.EyePlane, 0.0, 0.0, 0.0, 0.0 );
mtypes.h     [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 376 texUnit->GenS.EyePlane );
409 texUnit->GenT.EyePlane );
442 texUnit->GenR.EyePlane );
470 texUnit->GenQ.EyePlane );
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 208 return c->EyePlane;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 865 texUnit->GenS.EyePlane,
866 texUnit->GenT.EyePlane,
867 texUnit->GenR.EyePlane,
868 texUnit->GenQ.EyePlane);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 218 COPY_4V(value, ctx->Texture.Unit[unit].GenS.EyePlane);
221 COPY_4V(value, ctx->Texture.Unit[unit].GenT.EyePlane);
224 COPY_4V(value, ctx->Texture.Unit[unit].GenR.EyePlane);
227 COPY_4V(value, ctx->Texture.Unit[unit].GenQ.EyePlane);
    [all...]

Completed in 175 milliseconds