Home
last modified time | relevance | path

Searched refs:sNdx (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp2005 for (int sNdx = 0; sNdx < 8; sNdx++) in createTests()
2007 de::MovePtr<tcu::TestCaseGroup> seedGroup(new tcu::TestCaseGroup(testCtx, de::toString(sNdx).c_str())); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/reconvergence/
H A DvktReconvergenceTests.cpp2008 for (int sNdx = 0; sNdx < 8; sNdx++) in createTests()
2010 de::MovePtr<tcu::TestCaseGroup> seedGroup(new tcu::TestCaseGroup(testCtx, de::toString(sNdx).c_str(), "")); in createTests()
/third_party/vk-gl-cts/framework/common/
H A DtcuTexLookupVerifier.cpp2264 int sNdx = 0; in computeCubeLodBoundsFromDerivates() local
2271 case CUBEFACE_POSITIVE_X: maNdx = 0; sNdx = 2; tNdx = 1; break; in computeCubeLodBoundsFromDerivates()
2273 case CUBEFACE_POSITIVE_Y: maNdx = 1; sNdx = 0; tNdx = 2; break; in computeCubeLodBoundsFromDerivates()
2275 case CUBEFACE_POSITIVE_Z: maNdx = 2; sNdx = 0; tNdx = 1; break; in computeCubeLodBoundsFromDerivates()
2281 const float sc = coord[sNdx]; in computeCubeLodBoundsFromDerivates()
2284 const float scdx = coordDx[sNdx]; in computeCubeLodBoundsFromDerivates()
2287 const float scdy = coordDy[sNdx]; in computeCubeLodBoundsFromDerivates()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp618 int sNdx = 0; in computeCubeLodFromDerivates() local
625 case tcu::CUBEFACE_POSITIVE_X: maNdx = 0; sNdx = 2; tNdx = 1; break; in computeCubeLodFromDerivates()
627 case tcu::CUBEFACE_POSITIVE_Y: maNdx = 1; sNdx = 0; tNdx = 2; break; in computeCubeLodFromDerivates()
629 case tcu::CUBEFACE_POSITIVE_Z: maNdx = 2; sNdx = 0; tNdx = 1; break; in computeCubeLodFromDerivates()
635 const float sc = coord[sNdx]; in computeCubeLodFromDerivates()
638 const float scdx = coordDx[sNdx]; in computeCubeLodFromDerivates()
641 const float scdy = coordDy[sNdx]; in computeCubeLodFromDerivates()

Completed in 18 milliseconds