Lines Matching refs:casePath
164 int getCurrentSubprocessCount (const std::string& casePath, int defaultSubprocessCount);
374 void TestCaseExecutor::init (tcu::TestCase* testCase, const std::string& casePath) in init() argument
376 if (m_waiverMechanism.isOnWaiverList(casePath)) in init()
395 …int currentSubprocessCount = getCurrentSubprocessCount(casePath, m_context->getTestContext().getCo… in init()
414 m_testsForSubprocess.push_back(casePath); in init()
417 m_resourceInterface->initTestCase(casePath); in init()
419 if (m_waiverMechanism.isOnWaiverList(casePath)) in init()
434 …uildProgram<glu::ShaderProgramInfo, vk::GlslSourceCollection::Iterator>(casePath, progIter, m_preb… in init()
458 …uildProgram<glu::ShaderProgramInfo, vk::HlslSourceCollection::Iterator>(casePath, progIter, m_preb… in init()
482 …e->buildProgram<vk::SpirVProgramInfo, vk::SpirVAsmCollection::Iterator>(casePath, asmIterator, m_p… in init()
674 int TestCaseExecutor::getCurrentSubprocessCount(const std::string& casePath, int defaultSubprocessC… in getCurrentSubprocessCount() argument
678 …ards(detailed.testPattern.begin(), detailed.testPattern.end(), casePath.begin(), casePath.end(), f… in getCurrentSubprocessCount()
681 DE_UNREF(casePath); in getCurrentSubprocessCount()