Searched refs:GetDeviceQueue2 (Results 1 – 8 of 8) sorted by relevance
767 ACQUIRE_VK_PROC(GetDeviceQueue2, inst, device); in CreateVkBackendContext()
426 PFN_vkGetDeviceQueue2 GetDeviceQueue2; member
476 table->GetDeviceQueue2 = (PFN_vkGetDeviceQueue2)gpa(dev, "vkGetDeviceQueue2"); in loader_init_device_dispatch_table()1535 if (!strcmp(name, "GetDeviceQueue2")) return (void *)table->GetDeviceQueue2; in loader_lookup_device_dispatch_table()
560 table->GetDeviceQueue2 = (PFN_vkGetDeviceQueue2) gpa(device, "vkGetDeviceQueue2"); in layer_init_device_dispatch_table()
370 device->dispatch_table.GetDeviceQueue2(_device, &info, pQueue); in vk_common_GetDeviceQueue()
2798 disp->GetDeviceQueue2(device, pQueueInfo, pQueue); in vkGetDeviceQueue2()
2906 - anv: Unify GetDeviceQueue and GetDeviceQueue2
2020 - vulkan/device: Add a common GetDeviceQueue2 implementation