Lines Matching refs:commandPool
431 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa…
432 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset…
434 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff…
498 VKAPI_ATTR void TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags …
1112 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… in DestroyCommandPool() argument
1113 GetData(device).dispatch.DestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()
1116 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… in ResetCommandPool() argument
1117 return GetData(device).dispatch.ResetCommandPool(device, commandPool, flags); in ResetCommandPool()
1124 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… in FreeCommandBuffers() argument
1125 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers()
1380 VKAPI_ATTR void TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags … in TrimCommandPool() argument
1381 GetData(device).dispatch.TrimCommandPool(device, commandPool, flags); in TrimCommandPool()
1933 VKAPI_ATTR void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocation… in vkDestroyCommandPool() argument
1934 vulkan::api::DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool()
1938 VKAPI_ATTR VkResult vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolRes… in vkResetCommandPool() argument
1939 return vulkan::api::ResetCommandPool(device, commandPool, flags); in vkResetCommandPool()
1948 VKAPI_ATTR void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBu… in vkFreeCommandBuffers() argument
1949 vulkan::api::FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers()
2273 VKAPI_ATTR void vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlag… in vkTrimCommandPool() argument
2274 vulkan::api::TrimCommandPool(device, commandPool, flags); in vkTrimCommandPool()