Home | History | Annotate | Download | only in layers

Lines Matching refs:vkCreateQueryPool

2482                     "vkCreateQueryPool parameter, VkQueryType pCreateInfo->queryType, is an unrecognized enumerator");
2492 std::string reason = "vkCreateQueryPool parameter, VkResult result, is " + EnumeratorString(result);
2501 VK_LAYER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkCreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo *pCreateInfo,
4951 if (!strcmp(funcName, "vkCreateQueryPool"))
4952 return (PFN_vkVoidFunction)vkCreateQueryPool;