Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DVulkanFeaturesTest.java158 int bestComputeLevel = determineHardwareCompute(mBestDevice); in testVulkanHardwareFeatures() local
174 bestComputeLevel, -1); in testVulkanHardwareFeatures()
178 " doesn't match best physical device (version: " + bestComputeLevel + ")", in testVulkanHardwareFeatures()
179 bestComputeLevel, mVulkanHardwareCompute.version); in testVulkanHardwareFeatures()
250 int bestComputeLevel = -1; in getBestDevice() local
261 if (level >= bestDeviceLevel && compute >= bestComputeLevel && in getBestDevice()
265 bestComputeLevel = compute; in getBestDevice()