Searched refs:GetDeviceQueue2 (Results 1 – 9 of 9) sorted by relevance
370 PFN_vkGetDeviceQueue2 GetDeviceQueue2; member
537 table->GetDeviceQueue2 = (PFN_vkGetDeviceQueue2) gpa(device, "vkGetDeviceQueue2"); in layer_init_device_dispatch_table()538 …if (table->GetDeviceQueue2 == nullptr) { table->GetDeviceQueue2 = (PFN_vkGetDeviceQueue2)StubGetDe… in layer_init_device_dispatch_table()
4244 VKAPI_ATTR void VKAPI_CALL GetDeviceQueue2( in GetDeviceQueue2() function9420 {"vkGetDeviceQueue2", {false, (void*)GetDeviceQueue2}},
3489 layer_data->device_dispatch_table.GetDeviceQueue2(device, pQueueInfo, pQueue); in DispatchGetDeviceQueue2()
948 VKAPI_ATTR void VKAPI_CALL GetDeviceQueue2(
760 ACQUIRE_VK_PROC(GetDeviceQueue2, inst, device); in CreateVkBackendContext()
772 PFN_vkGetDeviceQueue2 GetDeviceQueue2; member
4795 table->GetDeviceQueue2 = (PFN_vkGetDeviceQueue2) gpa(device, "vkGetDeviceQueue2"); in vk_load_device_commands()
2906 - anv: Unify GetDeviceQueue and GetDeviceQueue2