Lines Matching refs:CommandPool
559 class CommandPool
562 CommandPool (VkDevice device, const VkCommandPoolCreateInfo*)
566 ~CommandPool (void);
580 CommandPool::~CommandPool (void)
588 VkCommandBuffer CommandPool::allocate (VkCommandBufferLevel level)
605 void CommandPool::free (VkCommandBuffer buffer)
1371 CommandPool* const poolImpl = reinterpret_cast<CommandPool*>((deUintptr)pAllocateInfo->commandPool.getInternal());
1382 CommandPool* const poolImpl = reinterpret_cast<CommandPool*>((deUintptr)commandPool.getInternal());