Searched refs:PFN_vkGetDeviceQueue (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 87 PFN_vkGetDeviceQueue vkGetDeviceQueue;
|
D | goldfish_vk_dispatch.cpp | 343 out->vkGetDeviceQueue = (PFN_vkGetDeviceQueue)dlSymFunc(lib, "vkGetDeviceQueue"); in init_vulkan_dispatch_from_system_loader() 1113 (PFN_vkGetDeviceQueue)vk->vkGetInstanceProcAddr(instance, "vkGetDeviceQueue"); in init_vulkan_dispatch_from_instance() 2059 (PFN_vkGetDeviceQueue)vk->vkGetDeviceProcAddr(device, "vkGetDeviceQueue"); in init_vulkan_dispatch_from_device()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 4635 PFN_vkGetDeviceQueue vkGetDeviceQueue = 0; 5125 … vkGetDeviceQueue = PFN_vkGetDeviceQueue( vkGetInstanceProcAddr( instance, "vkGetDeviceQueue" ) ); in init() 5547 vkGetDeviceQueue = PFN_vkGetDeviceQueue( vkGetDeviceProcAddr( device, "vkGetDeviceQueue" ) ); in init()
|
D | vulkan.hpp | 9154 PFN_vkGetDeviceQueue vkGetDeviceQueue = 0; 10320 … vkGetDeviceQueue = PFN_vkGetDeviceQueue( vkGetInstanceProcAddr( instance, "vkGetDeviceQueue" ) ); in init() 11403 vkGetDeviceQueue = PFN_vkGetDeviceQueue( vkGetDeviceProcAddr( device, "vkGetDeviceQueue" ) ); in init()
|
D | vulkansc_raii.hpp | 288 … vkGetDeviceQueue = PFN_vkGetDeviceQueue( vkGetDeviceProcAddr( device, "vkGetDeviceQueue" ) ); in DeviceDispatcher() 648 PFN_vkGetDeviceQueue vkGetDeviceQueue = 0;
|
D | vulkan_raii.hpp | 603 … vkGetDeviceQueue = PFN_vkGetDeviceQueue( vkGetDeviceProcAddr( device, "vkGetDeviceQueue" ) ); in DeviceDispatcher() 1481 PFN_vkGetDeviceQueue vkGetDeviceQueue = 0;
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3965 typedef void (VKAPI_PTR *PFN_vkGetDeviceQueue)(VkDevice device, uint32_t queueFamilyIndex, uint32_t… typedef
|