Searched refs:allocatePrimaryCommandBuffer (Results 1 – 4 of 4) sorted by relevance
77 Move<VkCommandBuffer> allocatePrimaryCommandBuffer (VkCommandPool commandPool) const;123 const Move<VkCommandBuffer> cmdBuffer = allocatePrimaryCommandBuffer(*cmdPool); in iterate()459 Move<VkCommandBuffer> MemoryCommitmentTestInstance::allocatePrimaryCommandBuffer (VkCommandPool com… in allocatePrimaryCommandBuffer() function in vkt::api::MemoryCommitmentTestInstance
501 Move<VkCommandBuffer> allocatePrimaryCommandBuffer (VkCommandPool commandPool) const;575 , m_commandBuffer (allocatePrimaryCommandBuffer(*m_commandPool)) in ImageClearingTestInstance()726 Move<VkCommandBuffer> ImageClearingTestInstance::allocatePrimaryCommandBuffer (VkCommandPool comman… in allocatePrimaryCommandBuffer() function in vkt::api::__anon2a35dafd0111::ImageClearingTestInstance
455 angle::Result CommandQueue::allocatePrimaryCommandBuffer(vk::Context *context, in allocatePrimaryCommandBuffer() function in rx::CommandQueue868 ANGLE_TRY(mCommandQueue.allocatePrimaryCommandBuffer(this, mCommandPool, &mPrimaryCommands)); in startPrimaryCommandBuffer()1678 ANGLE_TRY(mCommandQueue.allocatePrimaryCommandBuffer(this, mCommandPool, &commandBuffer)); in synchronizeCpuGpuTime()4005 ANGLE_TRY(mCommandQueue.allocatePrimaryCommandBuffer(this, mCommandPool, &commandBuffer)); in getTimestamp()
78 angle::Result allocatePrimaryCommandBuffer(vk::Context *context,