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