Lines Matching full:m_commandpool
41 : m_commandPool(), m_commandBuffer(), m_renderPass(VK_NULL_HANDLE),
166 if (m_commandPool)
167 vkDestroyCommandPool(device(), m_commandPool, NULL);
223 err = vkCreateCommandPool(device(), &cmd_pool_info, NULL, &m_commandPool);
226 m_commandBuffer = new VkCommandBufferObj(m_device, m_commandPool);
897 delete m_commandPool;
958 m_commandPool = new vk_testing::CommandPool(*m_device, cmd_pool_info);
960 new VkCommandBufferObj(m_device, m_commandPool->handle());