Home | History | Annotate | Download | only in vulkan

Lines Matching refs:pPhysicalDevices

384     VkPhysicalDevice*                           pPhysicalDevices)
408 /* pPhysicalDeviceCount is an out parameter if pPhysicalDevices is NULL;
415 * prepared to receive handles to. pname:pPhysicalDevices is pointer to
418 * Upon success, if pPhysicalDevices is NULL, vkEnumeratePhysicalDevices
423 * pPhysicalDevices.
425 if (!pPhysicalDevices) {
428 pPhysicalDevices[0] = anv_physical_device_to_handle(&instance->physicalDevice);