Lines Matching refs:casePath
172 int getCurrentSubprocessCount (const std::string& casePath, int defaultSubprocessCount);
383 void TestCaseExecutor::init (tcu::TestCase* testCase, const std::string& casePath)
385 if (m_waiverMechanism.isOnWaiverList(casePath))
404 int currentSubprocessCount = getCurrentSubprocessCount(casePath, m_context->getTestContext().getCommandLine().getSubprocessTestCount());
423 m_testsForSubprocess.push_back(casePath);
426 m_resourceInterface->initTestCase(casePath);
428 if (m_waiverMechanism.isOnWaiverList(casePath))
443 const vk::ProgramBinary* const binProg = m_resourceInterface->buildProgram<glu::ShaderProgramInfo, vk::GlslSourceCollection::Iterator>(casePath, progIter, m_prebuiltBinRegistry, &m_progCollection);
467 const vk::ProgramBinary* const binProg = m_resourceInterface->buildProgram<glu::ShaderProgramInfo, vk::HlslSourceCollection::Iterator>(casePath, progIter, m_prebuiltBinRegistry, &m_progCollection);
491 m_resourceInterface->buildProgram<vk::SpirVProgramInfo, vk::SpirVAsmCollection::Iterator>(casePath, asmIterator, m_prebuiltBinRegistry, &m_progCollection);
732 int TestCaseExecutor::getCurrentSubprocessCount(const std::string& casePath, int defaultSubprocessCount)
736 if (tcu::matchWildcards(detailed.testPattern.begin(), detailed.testPattern.end(), casePath.begin(), casePath.end(), false))
739 DE_UNREF(casePath);