Searched refs:GetDeviceQueue2 (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 727 ACQUIRE_VK_PROC(GetDeviceQueue2, inst, device); in CreateVkBackendContext()
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 767 ACQUIRE_VK_PROC(GetDeviceQueue2, inst, device); in CreateVkBackendContext()
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_device.c | 370 device->dispatch_table.GetDeviceQueue2(_device, &info, pQueue); in vk_common_GetDeviceQueue()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 426 PFN_vkGetDeviceQueue2 GetDeviceQueue2; member
|
D | vk_loader_extensions.c | 476 table->GetDeviceQueue2 = (PFN_vkGetDeviceQueue2)gpa(dev, "vkGetDeviceQueue2"); in loader_init_device_dispatch_table() 1541 if (!strcmp(name, "GetDeviceQueue2")) return (void *)table->GetDeviceQueue2; in loader_lookup_device_dispatch_table()
|
D | vk_dispatch_table_helper.h | 566 table->GetDeviceQueue2 = (PFN_vkGetDeviceQueue2) gpa(device, "vkGetDeviceQueue2"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 2798 disp->GetDeviceQueue2(device, pQueueInfo, pQueue); in vkGetDeviceQueue2()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 2906 - anv: Unify GetDeviceQueue and GetDeviceQueue2
|
D | 21.3.0.rst | 2020 - vulkan/device: Add a common GetDeviceQueue2 implementation
|