Home
last modified time | relevance | path

Searched refs:cmdLineIterCount (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp1698 int cmdLineIterCount = context.getTestContext().getCommandLine().getTestIterationCount(); in ShaderCompilerCase() local
1699 …m_minimumMeasurementCount = cmdLineIterCount > 0 ? cmdLineIterCount : DEFAULT_MINIMUM_MEASUREMENT_… in ShaderCompilerCase()
2472 int cmdLineIterCount = context.getTestContext().getCommandLine().getTestIterationCount(); in InvalidShaderCompilerCase() local
2473 …m_minimumMeasurementCount = cmdLineIterCount > 0 ? cmdLineIterCount : DEFAULT_MINIMUM_MEASUREMENT_… in InvalidShaderCompilerCase()
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp1715 int cmdLineIterCount = context.getTestContext().getCommandLine().getTestIterationCount(); in ShaderCompilerCase() local
1716 …m_minimumMeasurementCount = cmdLineIterCount > 0 ? cmdLineIterCount : DEFAULT_MINIMUM_MEASUREMENT_… in ShaderCompilerCase()
2489 int cmdLineIterCount = context.getTestContext().getCommandLine().getTestIterationCount(); in InvalidShaderCompilerCase() local
2490 …m_minimumMeasurementCount = cmdLineIterCount > 0 ? cmdLineIterCount : DEFAULT_MINIMUM_MEASUREMENT_… in InvalidShaderCompilerCase()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp3195 …const uint32_t cmdLineIterCount = (uint32_t)context.getTestContext().getCommandLine().getTestItera… in allocCallbackFailTest() local
3196 …const uint32_t maxTries = cmdLineIterCount != 0 ? cmdLineIterCount : getOomIterLimit<Objec… in allocCallbackFailTest()