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

  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp     [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 606 int tNdx = 0;
612 case tcu::CUBEFACE_POSITIVE_X: maNdx = 0; sNdx = 2; tNdx = 1; break;
614 case tcu::CUBEFACE_POSITIVE_Y: maNdx = 1; sNdx = 0; tNdx = 2; break;
616 case tcu::CUBEFACE_POSITIVE_Z: maNdx = 2; sNdx = 0; tNdx = 1; break;
623 const float tc = coord[tNdx];
626 const float tcdx = coordDx[tNdx];
629 const float tcdy = coordDy[tNdx];
    [all...]

Completed in 83 milliseconds