Searched refs:bestDeviceLevel (Results 1 – 1 of 1) sorted by relevance
157 int bestDeviceLevel = determineHardwareLevel(mBestDevice); in testVulkanHardwareFeatures() local163 " hardware level " + bestDeviceLevel, in testVulkanHardwareFeatures()164 bestDeviceLevel, mVulkanHardwareLevel.version); in testVulkanHardwareFeatures()249 int bestDeviceLevel = -1; in getBestDevice() local261 if (level >= bestDeviceLevel && compute >= bestComputeLevel && in getBestDevice()264 bestDeviceLevel = level; in getBestDevice()