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.java344 int bestComputeLevel = determineHardwareCompute(mBestDevice); in testVulkanHardwareFeatures() local
360 bestComputeLevel, -1); in testVulkanHardwareFeatures()
364 " doesn't match best physical device (version: " + bestComputeLevel + ")", in testVulkanHardwareFeatures()
365 bestComputeLevel, mVulkanHardwareCompute.version); in testVulkanHardwareFeatures()
538 int bestComputeLevel = -1; in getBestDevice() local
549 if (level >= bestDeviceLevel && compute >= bestComputeLevel && in getBestDevice()
553 bestComputeLevel = compute; in getBestDevice()