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 601 int tNdx = 0;
607 case tcu::CUBEFACE_POSITIVE_X: maNdx = 0; sNdx = 2; tNdx = 1; break;
609 case tcu::CUBEFACE_POSITIVE_Y: maNdx = 1; sNdx = 0; tNdx = 2; break;
611 case tcu::CUBEFACE_POSITIVE_Z: maNdx = 2; sNdx = 0; tNdx = 1; break;
618 const float tc = coord[tNdx];
621 const float tcdx = coordDx[tNdx];
624 const float tcdy = coordDy[tNdx];
    [all...]

Completed in 72 milliseconds