Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp201 std::vector<DetailedSubprocessTestCount> m_detailedSubprocessTestCount; member in vkt::TestCaseExecutor
337m_detailedSubprocessTestCount.push_back(DetailedSubprocessTestCount{testPattern, testCount}); in TestCaseExecutor()
340 std::sort(m_detailedSubprocessTestCount.begin(), m_detailedSubprocessTestCount.end(), in TestCaseExecutor()
793 for (const auto &detailed : m_detailedSubprocessTestCount) in getCurrentSubprocessCount()