Searched refs:VK_API_VERSION_1_1 (Results 1 – 3 of 3) sorted by relevance
139 if (physicalDeviceProperties.apiVersion < VK_API_VERSION_1_1) { in init()209 if (physicalDeviceProperties.apiVersion < VK_API_VERSION_1_1) { in init()
5490 if (apiVersion < VK_API_VERSION_1_1) { in vpGetInstanceProfileSupport()5559 if (createInfo.pApplicationInfo->apiVersion < VK_API_VERSION_1_1) { in vpCreateInstance()
503 private static final int VK_API_VERSION_1_1 = 4198400; field in VulkanDeviceInfo1050 if (properties.getLong(KEY_API_VERSION) >= VK_API_VERSION_1_1) { in emitDevices()