Searched refs:bestComputeLevel (Results 1 – 1 of 1) sorted by relevance
344 int bestComputeLevel = determineHardwareCompute(mBestDevice); in testVulkanHardwareFeatures() local360 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() local549 if (level >= bestDeviceLevel && compute >= bestComputeLevel && in getBestDevice()553 bestComputeLevel = compute; in getBestDevice()