Searched refs:hasOnlyCpuDevice (Results 1 – 2 of 2) sorted by relevance
172 boolean hasOnlyCpuDevice = true; in checkCpuVulkanRequirements()177 hasOnlyCpuDevice = false; in checkCpuVulkanRequirements()186 if (!hasOnlyCpuDevice) { in checkCpuVulkanRequirements()334 boolean hasOnlyCpuDevice = true; in checkAndroidBaselineProfile2022Support()338 hasOnlyCpuDevice = false; in checkAndroidBaselineProfile2022Support()342 if (hasOnlyCpuDevice) { in checkAndroidBaselineProfile2022Support()360 boolean hasOnlyCpuDevice = true; in checkVpAndroid15MinimumsSupport()364 hasOnlyCpuDevice = false; in checkVpAndroid15MinimumsSupport()368 if (hasOnlyCpuDevice) { in checkVpAndroid15MinimumsSupport()
77 "Test does not apply for devices with only CPU Vulkan support", hasOnlyCpuDevice()); in checkGpuProfilingRequirements()85 private boolean hasOnlyCpuDevice() throws Exception { in hasOnlyCpuDevice() method in GpuProfilingTest