Searched refs:PFN_vkCreateQueryPool (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 118 PFN_vkCreateQueryPool vkCreateQueryPool;
|
D | goldfish_vk_dispatch.cpp | 378 out->vkCreateQueryPool = (PFN_vkCreateQueryPool)dlSymFunc(lib, "vkCreateQueryPool"); in init_vulkan_dispatch_from_system_loader() 1163 (PFN_vkCreateQueryPool)vk->vkGetInstanceProcAddr(instance, "vkCreateQueryPool"); in init_vulkan_dispatch_from_instance() 2106 (PFN_vkCreateQueryPool)vk->vkGetDeviceProcAddr(device, "vkCreateQueryPool"); in init_vulkan_dispatch_from_device()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 4661 PFN_vkCreateQueryPool vkCreateQueryPool = 0; 5151 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) … in init() 5573 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in init()
|
D | vulkan.hpp | 9184 PFN_vkCreateQueryPool vkCreateQueryPool = 0; 10350 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) … in init() 11432 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in init()
|
D | vulkansc_raii.hpp | 314 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in DeviceDispatcher() 674 PFN_vkCreateQueryPool vkCreateQueryPool = 0;
|
D | vulkan_raii.hpp | 632 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in DeviceDispatcher() 1510 PFN_vkCreateQueryPool vkCreateQueryPool = 0;
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3995 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* p… typedef
|