Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp251 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in TestCaseExecutor() local
254 if (caseFraction.empty()) in TestCaseExecutor()
261 jsonFileName = "pipeline_data_" + std::to_string(caseFraction[0]) + ".txt"; in TestCaseExecutor()
262 portOffset = caseFraction[0]; in TestCaseExecutor()
695 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in runTestsInSubprocess() local
697 if (caseFraction.empty()) in runTestsInSubprocess()
710 jsonFileName << "pipeline_data_" << caseFraction[0] << ".txt"; in runTestsInSubprocess()
711 qpaFileName << "sub_" << caseFraction[0] << ".qpa"; in runTestsInSubprocess()
714 pipelineCompilerOutFileName << "pipeline_cache_" << caseFraction[0] <<".bin"; in runTestsInSubprocess()
715 pipelineCompilerLogFileName << "compiler_" << caseFraction[0] << ".log"; in runTestsInSubprocess()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktTestPackage.cpp251 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in TestCaseExecutor() local
254 if (caseFraction.empty()) in TestCaseExecutor()
261 jsonFileName = "pipeline_data_" + std::to_string(caseFraction[0]) + ".txt"; in TestCaseExecutor()
262 portOffset = caseFraction[0]; in TestCaseExecutor()
695 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in runTestsInSubprocess() local
697 if (caseFraction.empty()) in runTestsInSubprocess()
710 jsonFileName << "pipeline_data_" << caseFraction[0] << ".txt"; in runTestsInSubprocess()
711 qpaFileName << "sub_" << caseFraction[0] << ".qpa"; in runTestsInSubprocess()
714 pipelineCompilerOutFileName << "pipeline_cache_" << caseFraction[0] <<".bin"; in runTestsInSubprocess()
715 pipelineCompilerLogFileName << "compiler_" << caseFraction[0] << ".log"; in runTestsInSubprocess()
[all …]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksServices.cpp97 void CreateVulkanSCCache (const VulkanPipelineCacheInput& input, int caseFraction, vector<u8>& bina… in CreateVulkanSCCache() argument
102 if (caseFraction >= 0) in CreateVulkanSCCache()
103 prefix << "sub_" << caseFraction << "_"; in CreateVulkanSCCache()
DvksProtocol.hpp111 s32 caseFraction; member
118 archive.Serialize(caseFraction); in Serialize()
DvksServices.hpp39 int caseFraction,
Dserver.cpp214 CreateVulkanSCCache(req.input, req.caseFraction, binary, client.cmdLineParams, client.logFile); in ProcessPacketsOnServer()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkResourceInterface.cpp1152 std::vector<int> caseFraction = m_testCtx.getCommandLine().getCaseFraction(); in importPipelineCacheData() local
1153 request.caseFraction = caseFraction.empty() ? -1 : caseFraction[0]; in importPipelineCacheData()