Home
last modified time | relevance | path

Searched refs:testNdx (Results 1 – 25 of 33) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fSamplerObjectTests.cpp95 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(simpleTestCases); testNdx++) in init() local
96 …ld(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), simpleTestCases[testNdx])); in init()
140 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(multiTestCases); testNdx++) in init() local
141 …ew gls::MultiTextureSamplerTest(m_testCtx, m_context.getRenderContext(), multiTestCases[testNdx])); in init()
178 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(simpleTestCases3D); testNdx++) in init() local
179 …(new gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), simpleTestCases3D[testNdx])); in init()
223 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(multiTestCases3D); testNdx++) in init() local
224 … gls::MultiTextureSamplerTest(m_testCtx, m_context.getRenderContext(), multiTestCases3D[testNdx])); in init()
261 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(simpleTestCasesCube); testNdx++) in init() local
262 …ew gls::TextureSamplerTest(m_testCtx, m_context.getRenderContext(), simpleTestCasesCube[testNdx])); in init()
[all …]
Des3fIntegerStateQueryTests.cpp2845 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(implementationMinLimits); testNdx++) in init() local
2847 if (implementationMinLimits[testNdx].skipForGl && isGlCore45) in init()
2849testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationMinLimits[testNdx].descrip… in init()
2851 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(implementationMaxLimits); testNdx++) in init() local
2852testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationMaxLimits[testNdx].descrip… in init()
2890 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(stencilOps); testNdx++) in init() local
2892 …il_") + stencilOps[testNdx].name + verifier->getTestNamePostfix()).c_str(), stencilOps[testNdx].f… in init()
2893 …ack_") + stencilOps[testNdx].name + verifier->getTestNamePostfix()).c_str(), stencilOps[testNdx].b… in init()
2895 …tencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), stencilOps[t… in init()
2896 …tencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), stencilOps[t… in init()
[all …]
Des3fInteger64StateQueryTests.cpp307 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(implementationLimits); testNdx++) in init() local
308testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationLimits[testNdx].descriptio… in init()
Des3fShaderPrecisionTests.cpp363 for (int testNdx = 0; testNdx < m_numTestsPerIter; testNdx++) in iterate() local
370 log << TestLog::Message << "iter " << m_iterNdx << ", test " << testNdx << ": " in iterate()
579 for (int testNdx = 0; testNdx < m_numTestsPerIter; testNdx++) in iterate() local
586 log << TestLog::Message << "iter " << m_iterNdx << ", test " << testNdx << ": " in iterate()
773 for (int testNdx = 0; testNdx < m_numTestsPerIter; testNdx++) in iterate() local
779 log << TestLog::Message << "iter " << m_iterNdx << ", test " << testNdx << ": " in iterate()
Des3fBooleanStateQueryTests.cpp782 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(isEnableds); testNdx++) in init() local
784 …bleds[testNdx].name) + verifier->getTestNamePostfix()).c_str(), isEnableds[testNdx].description, i… in init()
Des3fPixelBufferObjectTests.cpp632 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(nativeFramebufferTests); testNdx++) in init() local
634 nativeFramebufferGroup->addChild(new ReadPixelsTest(m_context, nativeFramebufferTests[testNdx])); in init()
Des3fTextureUnitTests.cpp1273 for (int testNdx = 0; testNdx < numTestsPerGroup; testNdx++) in init() local
1274 …se(m_context, de::toString(testNdx).c_str(), "", numUnits, (TextureUnitCase::CaseType)caseType, de… in init()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fBooleanStateQueryTests.cpp155 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(isEnableds); testNdx++) in init() local
157testNdx].name) + "_" + verifierSuffix).c_str(), isEnableds[testNdx].description, isEnableds[testNd… in init()
Des31fDrawElementsBaseVertexTests.cpp519 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx) in init() local
521 const IndexTest& indexTest = tests[testNdx]; in init()
587 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx) in init() local
589 const IndexTest& indexTest = tests[testNdx]; in init()
Des31fLayoutBindingTests.cpp2289 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(s_renderTestTypes); ++testNdx) in init() local
2291 const RenderTestType& test = s_renderTestTypes[testNdx]; in init()
2309 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(s_negativeTestTypes); ++testNdx) in init() local
2311 const NegativeTestType& test = s_negativeTestTypes[testNdx]; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp826 for (deUint32 testNdx = 0u; testNdx < TESTTYPE_LAST; testNdx++) in addComputeImageSamplerTest() local
828 if (!isValidTestCase((TestType)testNdx, (DescriptorType)descNdx, (ReadOp)opNdx)) in addComputeImageSamplerTest()
832 if (testNdx == TESTTYPE_OPTYPEIMAGE_MISMATCH) in addComputeImageSamplerTest()
837 const std::string functionParamTypes = getFunctionParamTypeStr((TestType)testNdx); in addComputeImageSamplerTest()
839 …rcVariables = getFunctionSrcVariableStr((ReadOp)opNdx, (DescriptorType)descNdx, (TestType)testNdx); in addComputeImageSamplerTest()
840 …stVariables = getFunctionDstVariableStr((ReadOp)opNdx, (DescriptorType)descNdx, (TestType)testNdx); in addComputeImageSamplerTest()
842 const std::string functionSrcParams = getFunctionSrcParamStr((TestType)testNdx); in addComputeImageSamplerTest()
843 const std::string functionDstParams = getFunctionDstParamStr((ReadOp)opNdx, (TestType)testNdx); in addComputeImageSamplerTest()
894 string testname = getTestTypeName((TestType)testNdx); in addComputeImageSamplerTest()
896 if (testNdx == TESTTYPE_OPTYPEIMAGE_MISMATCH) in addComputeImageSamplerTest()
[all …]
DvktSpvAsmInstructionTests.cpp7388 for (size_t testNdx = 0; testNdx < sizeof(tests) / sizeof(NameCodePair); ++testNdx) in createOpSourceTests() local
7390 fragments["debug"] = tests[testNdx].code; in createOpSourceTests()
7391 …createTestsForAllStages(tests[testNdx].name, defaultColors, defaultColors, fragments, opSourceTest… in createOpSourceTests()
7417 for (size_t testNdx = 0; testNdx < sizeof(tests) / sizeof(NameCodePair); ++testNdx) in createOpSourceContinuedTests() local
7419 fragments["debug"] = tests[testNdx].code; in createOpSourceContinuedTests()
7420 …createTestsForAllStages(tests[testNdx].name, defaultColors, defaultColors, fragments, opSourceTest… in createOpSourceContinuedTests()
7688 for (size_t testNdx = 0; testNdx < sizeof(tests) / sizeof(NameConstantsCode); ++testNdx) in createOpConstantNullTests() local
7691 fragments["pre_main"] = tests[testNdx].constants; in createOpConstantNullTests()
7692 fragments["testfun"] = string(functionStart) + tests[testNdx].code + functionEnd; in createOpConstantNullTests()
7693 …createTestsForAllStages(tests[testNdx].name, colors, colors, fragments, opConstantNullTests.get()); in createOpConstantNullTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp826 for (deUint32 testNdx = 0u; testNdx < TESTTYPE_LAST; testNdx++) in addComputeImageSamplerTest() local
828 if (!isValidTestCase((TestType)testNdx, (DescriptorType)descNdx, (ReadOp)opNdx)) in addComputeImageSamplerTest()
832 if (testNdx == TESTTYPE_OPTYPEIMAGE_MISMATCH) in addComputeImageSamplerTest()
837 const std::string functionParamTypes = getFunctionParamTypeStr((TestType)testNdx); in addComputeImageSamplerTest()
839 …rcVariables = getFunctionSrcVariableStr((ReadOp)opNdx, (DescriptorType)descNdx, (TestType)testNdx); in addComputeImageSamplerTest()
840 …stVariables = getFunctionDstVariableStr((ReadOp)opNdx, (DescriptorType)descNdx, (TestType)testNdx); in addComputeImageSamplerTest()
842 const std::string functionSrcParams = getFunctionSrcParamStr((TestType)testNdx); in addComputeImageSamplerTest()
843 const std::string functionDstParams = getFunctionDstParamStr((ReadOp)opNdx, (TestType)testNdx); in addComputeImageSamplerTest()
894 string testname = getTestTypeName((TestType)testNdx); in addComputeImageSamplerTest()
896 if (testNdx == TESTTYPE_OPTYPEIMAGE_MISMATCH) in addComputeImageSamplerTest()
[all …]
DvktSpvAsmInstructionTests.cpp7388 for (size_t testNdx = 0; testNdx < sizeof(tests) / sizeof(NameCodePair); ++testNdx) in createOpSourceTests() local
7390 fragments["debug"] = tests[testNdx].code; in createOpSourceTests()
7391 …createTestsForAllStages(tests[testNdx].name, defaultColors, defaultColors, fragments, opSourceTest… in createOpSourceTests()
7417 for (size_t testNdx = 0; testNdx < sizeof(tests) / sizeof(NameCodePair); ++testNdx) in createOpSourceContinuedTests() local
7419 fragments["debug"] = tests[testNdx].code; in createOpSourceContinuedTests()
7420 …createTestsForAllStages(tests[testNdx].name, defaultColors, defaultColors, fragments, opSourceTest… in createOpSourceContinuedTests()
7688 for (size_t testNdx = 0; testNdx < sizeof(tests) / sizeof(NameConstantsCode); ++testNdx) in createOpConstantNullTests() local
7691 fragments["pre_main"] = tests[testNdx].constants; in createOpConstantNullTests()
7692 fragments["testfun"] = string(functionStart) + tests[testNdx].code + functionEnd; in createOpConstantNullTests()
7693 …createTestsForAllStages(tests[testNdx].name, colors, colors, fragments, opConstantNullTests.get()); in createOpConstantNullTests()
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp2094 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(implementationMinLimits); testNdx++) in init() local
2095testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationMinLimits[testNdx].descrip… in init()
2130 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(stencilOps); testNdx++) in init() local
2132 …il_") + stencilOps[testNdx].name + verifier->getTestNamePostfix()).c_str(), stencilOps[testNdx].f… in init()
2133 …ack_") + stencilOps[testNdx].name + verifier->getTestNamePostfix()).c_str(), stencilOps[testNdx].b… in init()
2135 …tencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), stencilOps[t… in init()
2136 …tencilOps[testNdx].name + "_separate_both" + verifier->getTestNamePostfix()).c_str(), stencilOps[t… in init()
2138 … stencilOps[testNdx].name + "_separate" + verifier->getTestNamePostfix()).c_str(), stencilOps[tes… in init()
2139 … stencilOps[testNdx].name + "_separate" + verifier->getTestNamePostfix()).c_str(), stencilOps[tes… in init()
2177 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(blendColorStates); testNdx++) in init() local
[all …]
Des2fBooleanStateQueryTests.cpp587 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(isEnableds); testNdx++) in init() local
588 …bleds[testNdx].name) + verifier->getTestNamePostfix()).c_str(), isEnableds[testNdx].description, i… in init()
Des2fTextureUnitTests.cpp965 for (int testNdx = 0; testNdx < numTestsPerGroup; testNdx++) in init() local
966 …se(m_context, de::toString(testNdx).c_str(), "", numUnits, (TextureUnitCase::CaseType)caseType, (d… in init()
Des2fDrawTests.cpp340 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx) in init() local
342 const IndexTest& indexTest = tests[testNdx]; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp1611 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(clearColorTestGrid); testNdx++) in init() local
1612 …DATE, generateClearTestName(clearColorTestGrid[testNdx]), "Color clear test.", clearColorTestGrid[ in init()
1614 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(clearDepthTestGrid); testNdx++) in init() local
1615 …DATE, generateClearTestName(clearDepthTestGrid[testNdx]), "Depth clear test.", clearDepthTestGrid[ in init()
1617 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(clearColorTwiceGrid); testNdx++) in init() local
1618 …_" + generateClearTestName(clearColorTwiceGrid[testNdx]), "Color clear test.", clearColorTwiceGrid… in init()
1620 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(clearDepthTwiceGrid); testNdx++) in init() local
1621 …_" + generateClearTestName(clearDepthTwiceGrid[testNdx]), "Depth clear test.", clearDepthTwiceGrid… in init()
1623 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(drawTestGrid); testNdx++) in init() local
1624 …F_VALIDATE, generateDrawTestName(testNdx, drawTestGrid[testNdx]), "Draw test.", AddProgramsDraw(),… in init()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp1611 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(clearColorTestGrid); testNdx++) in init() local
1612 …DATE, generateClearTestName(clearColorTestGrid[testNdx]), "Color clear test.", clearColorTestGrid[ in init()
1614 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(clearDepthTestGrid); testNdx++) in init() local
1615 …DATE, generateClearTestName(clearDepthTestGrid[testNdx]), "Depth clear test.", clearDepthTestGrid[ in init()
1617 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(clearColorTwiceGrid); testNdx++) in init() local
1618 …_" + generateClearTestName(clearColorTwiceGrid[testNdx]), "Color clear test.", clearColorTwiceGrid… in init()
1620 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(clearDepthTwiceGrid); testNdx++) in init() local
1621 …_" + generateClearTestName(clearDepthTwiceGrid[testNdx]), "Depth clear test.", clearDepthTwiceGrid… in init()
1623 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(drawTestGrid); testNdx++) in init() local
1624 …F_VALIDATE, generateDrawTestName(testNdx, drawTestGrid[testNdx]), "Draw test.", AddProgramsDraw(),… in init()
[all …]
/third_party/vk-gl-cts/modules/egl/
DteglRobustnessTests.cpp1701 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(s_outOfBoundReadCases); ++testNdx) in createRobustnessTests() local
1703 const RobustnessTestCase::Params& test = s_outOfBoundReadCases[testNdx]; in createRobustnessTests()
1763 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(s_outOfBoundWriteCases); ++testNdx) in createRobustnessTests() local
1765 const RobustnessTestCase::Params& test = s_outOfBoundWriteCases[testNdx]; in createRobustnessTests()
1842 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(s_fixedFunctionPipelineCases); ++testNdx) in createRobustnessTests() local
1844 const RobustnessTestCase::Params& test = s_fixedFunctionPipelineCases[testNdx]; in createRobustnessTests()
/third_party/vk-gl-cts/modules/gles2/stress/
Des2sDrawTests.cpp128 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx) in init() local
130 const IndexTest& indexTest = tests[testNdx]; in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingWatertightnessTests.cpp799 for (size_t testNdx = 0; testNdx < numTests; ++testNdx) in createWatertightnessTests() local
801 …de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, de::toString(testNdx).c_str(… in createWatertightnessTests()
810 const deUint32 randomSeed = (deUint32)(5 * testNdx + 11 * sizes[sizesNdx]); in createWatertightnessTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingWatertightnessTests.cpp799 for (size_t testNdx = 0; testNdx < numTests; ++testNdx) in createWatertightnessTests() local
801 …de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, de::toString(testNdx).c_str(… in createWatertightnessTests()
810 const deUint32 randomSeed = (deUint32)(5 * testNdx + 11 * sizes[sizesNdx]); in createWatertightnessTests()
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sDrawTests.cpp311 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx) in init() local
313 const IndexTest& indexTest = tests[testNdx]; in init()

12