Searched refs:commandBufferWriteInto (Results 1 – 1 of 1) sorted by relevance
2283 auto commandBufferWriteInto = std::move(commandBuffers[0]); in TEST_P() local2290 .pCommandBuffers = &*commandBufferWriteInto, in TEST_P()2303 commandBufferWriteInto->begin(commandBufferBeginInfo); in TEST_P()2305 commandBufferWriteInto->updateBuffer(sourceBufferWithMemory.buffer.get(), 0, dataToWrite.size(), in TEST_P()2315 commandBufferWriteInto->pipelineBarrier(vkhpp::PipelineStageFlagBits::eTransfer, in TEST_P()2318 commandBufferWriteInto->end(); in TEST_P()