Home
last modified time | relevance | path

Searched refs:mCommandPool (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DPersistentCommandPool.cpp22 ASSERT(!mCommandPool.valid() && mFreeBuffers.empty()); in ~PersistentCommandPool()
27 ASSERT(!mCommandPool.valid()); in init()
35 ANGLE_VK_TRY(context, mCommandPool.init(context->getDevice(), commandPoolInfo)); in init()
50 ASSERT(mCommandPool.valid()); in destroy()
54 cmdBuf.destroy(device, mCommandPool); in destroy()
58 mCommandPool.destroy(device); in destroy()
94 commandBufferInfo.commandPool = mCommandPool.getHandle(); in allocateCommandBuffer()
DPersistentCommandPool.h36 bool valid() const { return mCommandPool.valid(); } in valid()
43 vk::CommandPool mCommandPool; variable
DContextVk.cpp764 mCommandPool.destroy(device); in onDestroy()
868 ANGLE_TRY(mCommandQueue.allocatePrimaryCommandBuffer(this, mCommandPool, &mPrimaryCommands)); in startPrimaryCommandBuffer()
1551 &mCurrentGarbage, &mCommandPool, std::move(commandBuffer))); in submitFrame()
1678 ANGLE_TRY(mCommandQueue.allocatePrimaryCommandBuffer(this, mCommandPool, &commandBuffer)); in synchronizeCpuGpuTime()
3914 return mCommandPool; in getCommandPool()
4005 ANGLE_TRY(mCommandQueue.allocatePrimaryCommandBuffer(this, mCommandPool, &commandBuffer)); in getTimestamp()
DContextVk.h1050 vk::CommandPool mCommandPool; variable