Searched refs:GetDeviceQueue (Results 1 – 22 of 22) sorted by relevance
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_proc_table.h | 98 DEFINE_PROC(GetDeviceQueue);
|
D | vulkan_proc_table.cc | 125 ACQUIRE_PROC(GetDeviceQueue, handle); in SetupDeviceProcAddresses()
|
D | vulkan_device.cc | 111 vk.GetDeviceQueue(device_, graphics_queue_index_, 0, &queue); in VulkanDevice()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 186 GET_DEVICE_PROC(GetDeviceQueue); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 182 PFN_vkGetDeviceQueue GetDeviceQueue = nullptr; member
|
D | DeviceVk.cpp | 401 fn.GetDeviceQueue(mVkDevice, mQueueFamily, 0, &mQueue); in GatherQueueFromDevice()
|
/third_party/flutter/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 127 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
|
/third_party/skia/tests/ |
D | VkPriorityExtensionTest.cpp | 127 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 268 GET_DEVICE_PROC(GetDeviceQueue); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 245 PFN_vkGetDeviceQueue GetDeviceQueue = nullptr; member
|
D | DeviceVk.cpp | 487 fn.GetDeviceQueue(mVkDevice, mQueueFamily, 0, &mQueue); in GatherQueueFromDevice()
|
/third_party/mesa3d/src/intel/nullhw-layer/ |
D | intel_nullhw.c | 164 device_data->vtable.GetDeviceQueue(device_data->device, in device_override_queues()
|
/third_party/flutter/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 118 GET_DEV_PROC(GetDeviceQueue); in initializeContext()
|
/third_party/skia/tools/sk_app/ |
D | VulkanWindowContext.cpp | 119 GET_DEV_PROC(GetDeviceQueue); in initializeContext()
|
/third_party/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 546 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 531 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 50 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 50 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 438 data->vtable.GetDeviceQueue(data->device, in device_map_queues()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 2025 - v3dv: Use the common GetDeviceQueue implementation 2027 - lavapipe: Switch to common GetDeviceQueue and DeviceWaitIdle 2028 - panvk: Switch to common GetDeviceQueue and DeviceWaitIdle
|
D | 20.0.0.rst | 2906 - anv: Unify GetDeviceQueue and GetDeviceQueue2
|
D | 21.1.0.rst | 2625 - anv: Fix an old parameter name in GetDeviceQueue
|