Home
last modified time | relevance | path

Searched refs:PFN_vkCreateQueryPool (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h118 PFN_vkCreateQueryPool vkCreateQueryPool;
Dgoldfish_vk_dispatch.cpp378 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/
Dvulkansc.hpp4661 PFN_vkCreateQueryPool vkCreateQueryPool = 0;
5151 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) … in init()
5573 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in init()
Dvulkan.hpp9184 PFN_vkCreateQueryPool vkCreateQueryPool = 0;
10350 …vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetInstanceProcAddr( instance, "vkCreateQueryPool" ) … in init()
11432 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in init()
Dvulkansc_raii.hpp314 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in DeviceDispatcher()
674 PFN_vkCreateQueryPool vkCreateQueryPool = 0;
Dvulkan_raii.hpp632 … vkCreateQueryPool = PFN_vkCreateQueryPool( vkGetDeviceProcAddr( device, "vkCreateQueryPool" ) ); in DeviceDispatcher()
1510 PFN_vkCreateQueryPool vkCreateQueryPool = 0;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3995 typedef VkResult (VKAPI_PTR *PFN_vkCreateQueryPool)(VkDevice device, const VkQueryPoolCreateInfo* p… typedef