Home
last modified time | relevance | path

Searched refs:GetDeviceQueue (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/tests/
DVkPriorityExtensionTest.cpp127 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp268 GET_DEVICE_PROC(GetDeviceQueue); in LoadDeviceProcs()
DVulkanFunctions.h245 PFN_vkGetDeviceQueue GetDeviceQueue = nullptr; member
DDeviceVk.cpp487 fn.GetDeviceQueue(mVkDevice, mQueueFamily, 0, &mQueue); in GatherQueueFromDevice()
/third_party/mesa3d/docs/vulkan/
Ddispatch.rst70 PFN_vkGetDeviceQueue GetDeviceQueue;
98 PFN_vkGetDeviceQueue GetDeviceQueue;
/third_party/mesa3d/src/intel/nullhw-layer/
Dintel_nullhw.c164 device_data->vtable.GetDeviceQueue(device_data->device, in device_override_queues()
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp119 GET_DEV_PROC(GetDeviceQueue); in initializeContext()
/third_party/skia/tools/gpu/vk/
DVkTestUtils.cpp546 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h296 PFN_vkGetDeviceQueue GetDeviceQueue; member
Dvk_loader_extensions.c346 table->GetDeviceQueue = (PFN_vkGetDeviceQueue)gpa(dev, "vkGetDeviceQueue"); in loader_init_device_dispatch_table()
1405 if (!strcmp(name, "GetDeviceQueue")) return (void *)table->GetDeviceQueue; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h432 table->GetDeviceQueue = (PFN_vkGetDeviceQueue) gpa(device, "vkGetDeviceQueue"); in layer_init_device_dispatch_table()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp50 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1422 VKSCR(GetDeviceQueue)(screen->dev, screen->gfx_queue, 0, &screen->queue); in init_queue()
1425 VKSCR(GetDeviceQueue)(screen->dev, screen->sparse_queue, 0, &screen->queue_sparse); in init_queue()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp438 data->vtable.GetDeviceQueue(data->device, in device_map_queues()
/third_party/vulkan-loader/loader/
Dtrampoline.c961 disp->GetDeviceQueue(device, queueNodeIndex, queueIndex, pQueue); in vkGetDeviceQueue()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2025 - v3dv: Use the common GetDeviceQueue implementation
2027 - lavapipe: Switch to common GetDeviceQueue and DeviceWaitIdle
2028 - panvk: Switch to common GetDeviceQueue and DeviceWaitIdle
D20.0.0.rst2906 - anv: Unify GetDeviceQueue and GetDeviceQueue2
D21.1.0.rst2625 - anv: Fix an old parameter name in GetDeviceQueue