Home | History | Annotate | Download | only in tests

Lines Matching refs:m_commandBuffer

70     : inst(VK_NULL_HANDLE), m_device(NULL), m_commandPool(VK_NULL_HANDLE), m_commandBuffer(NULL), m_renderPass(VK_NULL_HANDLE),
164 delete m_commandBuffer;
226 m_commandBuffer = new VkCommandBufferObj(m_device, m_commandPool);
890 m_commandBuffer = 0;
903 if (m_commandBuffer) {
904 delete m_commandBuffer;
912 m_commandBuffer = 0;
962 if (!m_commandBuffer) {
970 m_commandBuffer = new VkCommandBufferObj(m_device, m_commandPool->handle());
992 err = m_commandBuffer->BeginCommandBuffer(&cmd_buf_info);
1002 m_commandBuffer->PipelineBarrier(src_stages, dest_stages, 0, 0, NULL, 1, pmemory_barrier, 0, NULL);
1005 err = m_commandBuffer->EndCommandBuffer();
1010 bufferArray[0] = m_commandBuffer->GetBufferHandle();