Searched refs:bestDeviceLevel (Results 1 – 1 of 1) sorted by relevance
343 int bestDeviceLevel = determineHardwareLevel(mBestDevice); in testVulkanHardwareFeatures() local349 " hardware level " + bestDeviceLevel, in testVulkanHardwareFeatures()350 bestDeviceLevel, mVulkanHardwareLevel.version); in testVulkanHardwareFeatures()537 int bestDeviceLevel = -1; in getBestDevice() local549 if (level >= bestDeviceLevel && compute >= bestComputeLevel && in getBestDevice()552 bestDeviceLevel = level; in getBestDevice()