Searched refs:sNdx (Results 1 – 2 of 2) sorted by relevance
2152 int sNdx = 0; in computeCubeLodBoundsFromDerivates() local2159 case CUBEFACE_POSITIVE_X: maNdx = 0; sNdx = 2; tNdx = 1; break; in computeCubeLodBoundsFromDerivates()2161 case CUBEFACE_POSITIVE_Y: maNdx = 1; sNdx = 0; tNdx = 2; break; in computeCubeLodBoundsFromDerivates()2163 case CUBEFACE_POSITIVE_Z: maNdx = 2; sNdx = 0; tNdx = 1; break; in computeCubeLodBoundsFromDerivates()2169 const float sc = coord[sNdx]; in computeCubeLodBoundsFromDerivates()2172 const float scdx = coordDx[sNdx]; in computeCubeLodBoundsFromDerivates()2175 const float scdy = coordDy[sNdx]; in computeCubeLodBoundsFromDerivates()
612 int sNdx = 0; in computeCubeLodFromDerivates() local619 case tcu::CUBEFACE_POSITIVE_X: maNdx = 0; sNdx = 2; tNdx = 1; break; in computeCubeLodFromDerivates()621 case tcu::CUBEFACE_POSITIVE_Y: maNdx = 1; sNdx = 0; tNdx = 2; break; in computeCubeLodFromDerivates()623 case tcu::CUBEFACE_POSITIVE_Z: maNdx = 2; sNdx = 0; tNdx = 1; break; in computeCubeLodFromDerivates()629 const float sc = coord[sNdx]; in computeCubeLodFromDerivates()632 const float scdx = coordDx[sNdx]; in computeCubeLodFromDerivates()635 const float scdy = coordDy[sNdx]; in computeCubeLodFromDerivates()