Lines Matching refs:physical
90 physical device enumerated by pname:instance.
140 In this function, device-level excludes all physical-device-level
163 New core physical-device-level functionality can: be used when the
164 physical-device version is greater than or equal to the version of Vulkan
166 The Vulkan version supported by a physical device can: be obtained by
178 or when both the instance and the physical-device versions are at least 1.1,
180 physical-device-level functionality of a device extension can: be used with
181 a physical device if the corresponding extension is enumerated by
182 flink:vkEnumerateDeviceExtensionProperties for that physical device, even
185 To obtain a function pointer for a physical-device-level command from a
190 an extension or core version that is not supported by that physical device.
193 ptext:pNext chain of physical-device-level commands.
428 or physical device.
440 For example, if the instance supports Vulkan 1.1 and three physical devices
445 * Vulkan 1.0 can: be used with the instance and with all physical devices.
446 * Vulkan 1.1 can: be used with the instance and with the physical devices
448 * Vulkan 1.2 can: be used with the physical device that supports Vulkan
453 physical device that supports Vulkan 1.2.