Lines Matching refs:commandPool
470 VkCommandPool commandPool, in vn_DestroyCommandPool() argument
475 struct vn_command_pool *pool = vn_command_pool_from_handle(commandPool); in vn_DestroyCommandPool()
488 vn_async_vkDestroyCommandPool(dev->instance, device, commandPool, NULL); in vn_DestroyCommandPool()
503 VkCommandPool commandPool, in vn_ResetCommandPool() argument
508 struct vn_command_pool *pool = vn_command_pool_from_handle(commandPool); in vn_ResetCommandPool()
516 vn_async_vkResetCommandPool(dev->instance, device, commandPool, flags); in vn_ResetCommandPool()
523 VkCommandPool commandPool, in vn_TrimCommandPool() argument
529 vn_async_vkTrimCommandPool(dev->instance, device, commandPool, flags); in vn_TrimCommandPool()
542 vn_command_pool_from_handle(pAllocateInfo->commandPool); in vn_AllocateCommandBuffers()
587 VkCommandPool commandPool, in vn_FreeCommandBuffers() argument
593 struct vn_command_pool *pool = vn_command_pool_from_handle(commandPool); in vn_FreeCommandBuffers()
596 vn_async_vkFreeCommandBuffers(dev->instance, device, commandPool, in vn_FreeCommandBuffers()