Home
last modified time | relevance | path

Searched refs:GetDeviceQueue2 (Results 1 – 9 of 9) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h370 PFN_vkGetDeviceQueue2 GetDeviceQueue2; member
Dvk_dispatch_table_helper.h537 table->GetDeviceQueue2 = (PFN_vkGetDeviceQueue2) gpa(device, "vkGetDeviceQueue2"); in layer_init_device_dispatch_table()
538 …if (table->GetDeviceQueue2 == nullptr) { table->GetDeviceQueue2 = (PFN_vkGetDeviceQueue2)StubGetDe… in layer_init_device_dispatch_table()
Dchassis.cpp4244 VKAPI_ATTR void VKAPI_CALL GetDeviceQueue2( in GetDeviceQueue2() function
9420 {"vkGetDeviceQueue2", {false, (void*)GetDeviceQueue2}},
Dlayer_chassis_dispatch.cpp3489 layer_data->device_dispatch_table.GetDeviceQueue2(device, pQueueInfo, pQueue); in DispatchGetDeviceQueue2()
Dchassis.h948 VKAPI_ATTR void VKAPI_CALL GetDeviceQueue2(
/external/skia/tools/gpu/vk/
DVkTestUtils.cpp760 ACQUIRE_VK_PROC(GetDeviceQueue2, inst, device); in CreateVkBackendContext()
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h772 PFN_vkGetDeviceQueue2 GetDeviceQueue2; member
Dvk_enum_to_str.c4795 table->GetDeviceQueue2 = (PFN_vkGetDeviceQueue2) gpa(device, "vkGetDeviceQueue2"); in vk_load_device_commands()
/external/mesa3d/docs/relnotes/
D20.0.0.rst2906 - anv: Unify GetDeviceQueue and GetDeviceQueue2