Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/vulkan/
Dvulkan_proc_table.h98 DEFINE_PROC(GetDeviceQueue);
Dvulkan_proc_table.cc125 ACQUIRE_PROC(GetDeviceQueue, handle); in SetupDeviceProcAddresses()
Dvulkan_device.cc111 vk.GetDeviceQueue(device_, graphics_queue_index_, 0, &queue); in VulkanDevice()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp186 GET_DEVICE_PROC(GetDeviceQueue); in LoadDeviceProcs()
DVulkanFunctions.h182 PFN_vkGetDeviceQueue GetDeviceQueue = nullptr; member
DDeviceVk.cpp401 fn.GetDeviceQueue(mVkDevice, mQueueFamily, 0, &mQueue); in GatherQueueFromDevice()
/third_party/flutter/skia/tests/
DVkPriorityExtensionTest.cpp127 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/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/src/intel/nullhw-layer/
Dintel_nullhw.c164 device_data->vtable.GetDeviceQueue(device_data->device, in device_override_queues()
/third_party/flutter/skia/tools/sk_app/
DVulkanWindowContext.cpp118 GET_DEV_PROC(GetDeviceQueue); in initializeContext()
/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/flutter/skia/tools/gpu/vk/
DVkTestUtils.cpp531 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp50 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/flutter/skia/src/gpu/vk/
DGrVkInterface.cpp50 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp438 data->vtable.GetDeviceQueue(data->device, in device_map_queues()
/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