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

  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp     [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 605 int sNdx = 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;
622 const float sc = coord[sNdx];
625 const float scdx = coordDx[sNdx];
628 const float scdy = coordDy[sNdx];
    [all...]

Completed in 98 milliseconds