Home
last modified time | relevance | path

Searched refs:commandBufferWriteInto (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp2283 auto commandBufferWriteInto = std::move(commandBuffers[0]); in TEST_P() local
2290 .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()