Searched refs:vkCreateQueryPool (Results 1 – 5 of 5) sorted by relevance
77 vkCreateQueryPool;
1738 VKAPI_ATTR VkResult vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, co… in vkCreateQueryPool() function
80 extern PFN_vkCreateQueryPool vkCreateQueryPool;
92 …vkCreateQueryPool = reinterpret_cast<PFN_vkCreateQueryPool>(dlsym(libvulkan, "vkCreateQueryPool")); in InitVulkan()439 PFN_vkCreateQueryPool vkCreateQueryPool; variable
8551 cmd VkResult vkCreateQueryPool(