Searched refs:caseFraction (Results 1 – 7 of 7) sorted by relevance
251 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in TestCaseExecutor() local254 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() local697 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 …]
97 void CreateVulkanSCCache (const VulkanPipelineCacheInput& input, int caseFraction, vector<u8>& bina… in CreateVulkanSCCache() argument102 if (caseFraction >= 0) in CreateVulkanSCCache()103 prefix << "sub_" << caseFraction << "_"; in CreateVulkanSCCache()
111 s32 caseFraction; member118 archive.Serialize(caseFraction); in Serialize()
39 int caseFraction,
214 CreateVulkanSCCache(req.input, req.caseFraction, binary, client.cmdLineParams, client.logFile); in ProcessPacketsOnServer()
1152 std::vector<int> caseFraction = m_testCtx.getCommandLine().getCaseFraction(); in importPipelineCacheData() local1153 request.caseFraction = caseFraction.empty() ? -1 : caseFraction[0]; in importPipelineCacheData()