Searched refs:AllocateCommandBuffer (Results 1 – 5 of 5) sorted by relevance
127 VkResult AllocateCommandBuffer(VkCommandPool pool, VkCommandBuffer *out) const;
401 VkResult Device::AllocateCommandBuffer( in AllocateCommandBuffer() function in Device
266 VK_ASSERT(device->AllocateCommandBuffer(commandPool, &commandBuffer)); in test()
113 …void AllocateCommandBuffer(VkDevice device, const VkCommandPool command_pool, const VkCommandBuffe…
65 void ObjectLifetimes::AllocateCommandBuffer(VkDevice device, const VkCommandPool command_pool, cons… in AllocateCommandBuffer() function in ObjectLifetimes579 …AllocateCommandBuffer(device, pAllocateInfo->commandPool, pCommandBuffers[i], pAllocateInfo->level… in PostCallRecordAllocateCommandBuffers()