Home
last modified time | relevance | path

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

/external/skqp/tests/
DVkPriorityExtensionTest.cpp127 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/external/skia/tests/
DVkPriorityExtensionTest.cpp127 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE); in DEF_GPUTEST()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h240 PFN_vkGetDeviceQueue GetDeviceQueue; member
Dvk_dispatch_table_helper.h400 table->GetDeviceQueue = (PFN_vkGetDeviceQueue) gpa(device, "vkGetDeviceQueue"); in layer_init_device_dispatch_table()
Dchassis.cpp1184 VKAPI_ATTR void VKAPI_CALL GetDeviceQueue( in GetDeviceQueue() function
9283 {"vkGetDeviceQueue", {false, (void*)GetDeviceQueue}},
Dlayer_chassis_dispatch.cpp1127 layer_data->device_dispatch_table.GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in DispatchGetDeviceQueue()
Dchassis.h144 VKAPI_ATTR void VKAPI_CALL GetDeviceQueue(
/external/skia/tools/sk_app/
DVulkanWindowContext.cpp119 GET_DEV_PROC(GetDeviceQueue); in initializeContext()
/external/skqp/tools/gpu/vk/
DVkTestUtils.cpp496 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp542 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE); in CreateVkBackendContext()
/external/skqp/tools/sk_app/
DVulkanWindowContext.cpp118 GET_DEV_PROC(GetDeviceQueue); in initializeContext()
/external/skqp/src/gpu/vk/
DGrVkInterface.cpp50 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device); in GrVkInterface()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h771 PFN_vkGetDeviceQueue GetDeviceQueue; member
Dvk_enum_to_str.c4794 table->GetDeviceQueue = (PFN_vkGetDeviceQueue) gpa(device, "vkGetDeviceQueue"); in vk_load_device_commands()
/external/skia/src/gpu/vk/
DGrVkInterface.cpp50 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device); in GrVkInterface()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp435 data->vtable.GetDeviceQueue(data->device, in device_map_queues()
/external/mesa3d/docs/relnotes/
D20.0.0.rst2906 - anv: Unify GetDeviceQueue and GetDeviceQueue2