Searched refs:mCommandPool (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | PersistentCommandPool.cpp | 22 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()
|
D | PersistentCommandPool.h | 36 bool valid() const { return mCommandPool.valid(); } in valid() 43 vk::CommandPool mCommandPool; variable
|
D | ContextVk.cpp | 764 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()
|
D | ContextVk.h | 1050 vk::CommandPool mCommandPool; variable
|