Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h248 PFN_vkResetQueryPool vkResetQueryPool;
Dgoldfish_vk_dispatch.cpp532 out->vkResetQueryPool = (PFN_vkResetQueryPool)dlSymFunc(lib, "vkResetQueryPool"); in init_vulkan_dispatch_from_system_loader()
1393 (PFN_vkResetQueryPool)vk->vkGetInstanceProcAddr(instance, "vkResetQueryPool"); in init_vulkan_dispatch_from_instance()
2326 (PFN_vkResetQueryPool)vk->vkGetDeviceProcAddr(device, "vkResetQueryPool"); in init_vulkan_dispatch_from_device()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp4776 PFN_vkResetQueryPool vkResetQueryPool = 0;
5265 … vkResetQueryPool = PFN_vkResetQueryPool( vkGetInstanceProcAddr( instance, "vkResetQueryPool" ) ); in init()
5677 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in init()
Dvulkan.hpp9312 PFN_vkResetQueryPool vkResetQueryPool = 0;
10477 … vkResetQueryPool = PFN_vkResetQueryPool( vkGetInstanceProcAddr( instance, "vkResetQueryPool" ) ); in init()
11548 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in init()
Dvulkansc_raii.hpp418 … vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in DeviceDispatcher()
778 PFN_vkResetQueryPool vkResetQueryPool = 0;
Dvulkan_raii.hpp748 … vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in DeviceDispatcher()
1626 PFN_vkResetQueryPool vkResetQueryPool = 0;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6427 typedef void (VKAPI_PTR *PFN_vkResetQueryPool)(VkDevice device, VkQueryPool queryPool, uint32_t fir… typedef