Home
last modified time | relevance | path

Searched refs:GetDeviceQueue2 (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp767 ACQUIRE_VK_PROC(GetDeviceQueue2, inst, device); in CreateVkBackendContext()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h426 PFN_vkGetDeviceQueue2 GetDeviceQueue2; member
Dvk_loader_extensions.c476 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()
Dvk_dispatch_table_helper.h560 table->GetDeviceQueue2 = (PFN_vkGetDeviceQueue2) gpa(device, "vkGetDeviceQueue2"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_device.c370 device->dispatch_table.GetDeviceQueue2(_device, &info, pQueue); in vk_common_GetDeviceQueue()
/third_party/vulkan-loader/loader/
Dtrampoline.c2798 disp->GetDeviceQueue2(device, pQueueInfo, pQueue); in vkGetDeviceQueue2()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst2906 - anv: Unify GetDeviceQueue and GetDeviceQueue2
D21.3.0.rst2020 - vulkan/device: Add a common GetDeviceQueue2 implementation