Lines Matching refs:commandPool
368 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa…
369 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset…
371 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff…
971 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… in DestroyCommandPool() argument
972 GetData(device).dispatch.DestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()
975 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… in ResetCommandPool() argument
976 return GetData(device).dispatch.ResetCommandPool(device, commandPool, flags); in ResetCommandPool()
983 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… in FreeCommandBuffers() argument
984 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers()
1660 VKAPI_ATTR void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocation… in vkDestroyCommandPool() argument
1661 vulkan::api::DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool()
1665 VKAPI_ATTR VkResult vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolRes… in vkResetCommandPool() argument
1666 return vulkan::api::ResetCommandPool(device, commandPool, flags); in vkResetCommandPool()
1675 VKAPI_ATTR void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBu… in vkFreeCommandBuffers() argument
1676 vulkan::api::FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()