Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp266 const std::vector<int>& getCaseFraction (void) const;
DtcuCommandLine.cpp982 const std::vector<int>& CommandLine::getCaseFraction (void) const { return m_cmdLine.getOption<o… in getCaseFraction() function in tcu::CommandLine
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp251 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in TestCaseExecutor()
695 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in runTestsInSubprocess()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestPackage.cpp251 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in TestCaseExecutor()
695 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in runTestsInSubprocess()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkResourceInterface.cpp1152 std::vector<int> caseFraction = m_testCtx.getCommandLine().getCaseFraction(); in importPipelineCacheData()