Home
last modified time | relevance | path

Searched refs:getTestIterationCount (Results 1 - 17 of 17) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.hpp178 int getTestIterationCount (void) const;
H A DtcuCommandLine.cpp1061 int CommandLine::getTestIterationCount (void) const { return m_cmdLine.getOption<opt::TestIterationCount>(); } in getTestIterationCount() function in tcu::CommandLine
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDitheringTests.cpp483 const int numQuads = m_testCtx.getCommandLine().getTestIterationCount() > 0 ? m_testCtx.getCommandLine().getTestIterationCount() : 30; in iterate()
H A Des3fMultisampleTests.cpp79 int cmdLineValue = ctx.getCommandLine().getTestIterationCount(); in getIterationCount()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDitheringTests.cpp478 const int numQuads = m_testCtx.getCommandLine().getTestIterationCount() > 0 ? m_testCtx.getCommandLine().getTestIterationCount() : 30; in iterate()
H A Des2fMultisampleTests.cpp77 int cmdLineValue = ctx.getCommandLine().getTestIterationCount(); in getIterationCount()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTestSubcase.cpp199 , m_iterationCount(context.getTestContext().getCommandLine().getTestIterationCount()) in TestSubcase()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp1678 int cmdLineIterCount = context.getTestContext().getCommandLine().getTestIterationCount();
2386 int cmdLineIterCount = context.getTestContext().getCommandLine().getTestIterationCount();
H A Des3pShaderOperatorTests.cpp139 const int cmdLineVal = cmdLine.getTestIterationCount(); in getIterationCountOrDefault()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp1658 int cmdLineIterCount = context.getTestContext().getCommandLine().getTestIterationCount();
2366 int cmdLineIterCount = context.getTestContext().getCommandLine().getTestIterationCount();
H A Des2pShaderOperatorTests.cpp139 const int cmdLineVal = cmdLine.getTestIterationCount(); in getIterationCountOrDefault()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressCase.cpp136 const int cmdLineVal = testCtx.getCommandLine().getTestIterationCount(); in getNumIterations()
H A DglsBuiltinPrecisionTests.cpp5553 const int userRandoms = testCtx.getCommandLine().getTestIterationCount(); in addBuiltinPrecisionTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp7330 const int userRandoms = ctx.getCommandLine().getTestIterationCount();
7347 const int userRandoms = ctx.getCommandLine().getTestIterationCount();
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp7341 const int userRandoms = ctx.getCommandLine().getTestIterationCount();
7358 const int userRandoms = ctx.getCommandLine().getTestIterationCount();
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp3118 const deUint32 cmdLineIterCount = (deUint32)context.getTestContext().getCommandLine().getTestIterationCount(); in allocCallbackFailTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp3118 const deUint32 cmdLineIterCount = (deUint32)context.getTestContext().getCommandLine().getTestIterationCount(); in allocCallbackFailTest()

Completed in 72 milliseconds