Searched refs:computeMode (Results 1 – 1 of 1) sorted by relevance
51 static int test(bool useCpuOnly, Execution::ComputeMode computeMode, bool allowSyncExecHal = true) { in test() argument53 (useCpuOnly << 0) + (static_cast<uint32_t>(computeMode) << 1) + (allowSyncExecHal << 3); in test()64 Execution::setComputeMode(computeMode); in test()66 auto computeModeText = [computeMode] { in test()67 switch (computeMode) { in test()