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

  /external/mesa3d/src/mesa/main/
texstate.c 84 dst->Texture.Unit[u].GenS = src->Texture.Unit[u].GenS;
488 texUnit->_GenFlags |= texUnit->GenS._ModeBit;
841 texUnit->GenS.Mode = GL_EYE_LINEAR;
845 texUnit->GenS._ModeBit = TEXGEN_EYE_LINEAR;
851 ASSIGN_4V( texUnit->GenS.ObjectPlane, 1.0, 0.0, 0.0, 0.0 );
855 ASSIGN_4V( texUnit->GenS.EyePlane, 1.0, 0.0, 0.0, 0.0 );
texgen.c 52 ? &texUnit->GenS : NULL;
57 return &texUnit->GenS;
rastpos.c 286 switch (texUnit->GenS.Mode) {
288 texcoord[0] = DOT4(vObj, texUnit->GenS.ObjectPlane);
291 texcoord[0] = DOT4(vEye, texUnit->GenS.EyePlane);
attrib.c 778 _mesa_TexGeni(GL_S, GL_TEXTURE_GEN_MODE, unit->GenS.Mode);
782 _mesa_TexGenfv(GL_S, GL_OBJECT_PLANE, unit->GenS.ObjectPlane);
789 COPY_4FV(destUnit->GenS.EyePlane, unit->GenS.EyePlane);
794 ctx->Driver.TexGen(ctx, GL_S, GL_EYE_PLANE, unit->GenS.EyePlane);
    [all...]
context.c     [all...]
ffvertex_prog.c 260 texUnit->GenS.Mode );
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_texstate.c 824 (texUnit->GenS.Mode == texUnit->GenT.Mode) ) {
826 (texUnit->GenS.Mode != texUnit->GenR.Mode)) ||
828 (texUnit->GenS.Mode != texUnit->GenQ.Mode)) ) {
852 switch (texUnit->GenS.Mode) {
856 texUnit->GenS.ObjectPlane,
865 texUnit->GenS.EyePlane,
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 367 switch (texUnit->GenS.Mode) {
371 texUnit->GenS.ObjectPlane );
376 texUnit->GenS.EyePlane );
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 199 { &u->GenS, &u->GenT, &u->GenR, &u->GenQ }) [i];
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_texstate.c     [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 218 COPY_4V(value, ctx->Texture.Unit[unit].GenS.EyePlane);
230 COPY_4V(value, ctx->Texture.Unit[unit].GenS.ObjectPlane);
    [all...]

Completed in 177 milliseconds