Searched refs:vkGetDeviceQueue2 (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | libvulkan.map.txt | 173 vkGetDeviceQueue2; # introduced=28
|
D | api_gen.cpp | 2771 VKAPI_ATTR void vkGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQueueInfo, VkQueue* p… in vkGetDeviceQueue2() function
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/ |
D | stubs_arm64.cc | 192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetDeviceQueue2); 428 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetDeviceQueue2); in init_stub_library()
|
D | stubs_riscv64.cc | 192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetDeviceQueue2); 428 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetDeviceQueue2); in init_stub_library()
|
D | stubs_arm.cc | 192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkGetDeviceQueue2); 428 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkGetDeviceQueue2); in init_stub_library()
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | trampolines_riscv64_to_x86_64-inl.h | 175 …ueue2", DoCustomTrampolineWithThunk_vkGetDeviceQueue2, reinterpret_cast<void*>(vkGetDeviceQueue2)},
|
D | trampolines_arm64_to_x86_64-inl.h | 175 …ueue2", DoCustomTrampolineWithThunk_vkGetDeviceQueue2, reinterpret_cast<void*>(vkGetDeviceQueue2)},
|
D | trampolines_arm_to_x86-inl.h | 175 …ueue2", DoCustomTrampolineWithThunk_vkGetDeviceQueue2, reinterpret_cast<void*>(vkGetDeviceQueue2)},
|
/frameworks/native/libs/renderengine/skia/ |
D | VulkanInterface.cpp | 526 vkGetDeviceQueue2(device, &deviceQueueInfo2, &graphicsQueue); in init()
|