Searched refs:PFN_vkResetQueryPool (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_dispatch.h | 248 PFN_vkResetQueryPool vkResetQueryPool;
|
D | goldfish_vk_dispatch.cpp | 532 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/ |
D | vulkansc.hpp | 4776 PFN_vkResetQueryPool vkResetQueryPool = 0; 5265 … vkResetQueryPool = PFN_vkResetQueryPool( vkGetInstanceProcAddr( instance, "vkResetQueryPool" ) ); in init() 5677 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in init()
|
D | vulkan.hpp | 9312 PFN_vkResetQueryPool vkResetQueryPool = 0; 10477 … vkResetQueryPool = PFN_vkResetQueryPool( vkGetInstanceProcAddr( instance, "vkResetQueryPool" ) ); in init() 11548 vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in init()
|
D | vulkansc_raii.hpp | 418 … vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in DeviceDispatcher() 778 PFN_vkResetQueryPool vkResetQueryPool = 0;
|
D | vulkan_raii.hpp | 748 … vkResetQueryPool = PFN_vkResetQueryPool( vkGetDeviceProcAddr( device, "vkResetQueryPool" ) ); in DeviceDispatcher() 1626 PFN_vkResetQueryPool vkResetQueryPool = 0;
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6427 typedef void (VKAPI_PTR *PFN_vkResetQueryPool)(VkDevice device, VkQueryPool queryPool, uint32_t fir… typedef
|