Searched refs:outputPtr (Results 1 – 4 of 4) sorted by relevance
171 uint8_t* outputPtr = mOutputMemory->getPointer(); in getOutputBuffers() local174 outputBuffers.emplace_back(output.location.length, outputPtr + output.location.offset); in getOutputBuffers()
276 uint8_t* outputPtr = mOutputMemory->getPointer(); in getOutputBuffers() local279 outputBuffers.emplace_back(output.location.length, outputPtr + output.location.offset); in getOutputBuffers()
523 uint8_t* outputPtr = mOutputMemory->getPointer(); in getOutputBuffers() local528 outputBuffers.emplace_back(outputLoc.length, outputPtr + outputLoc.offset); in getOutputBuffers()556 const uint8_t* outputPtr = std::visit( in getBuffer() local558 ASSERT_NE(outputPtr, nullptr); in getBuffer()560 *testBuffer = TestBuffer(size, outputPtr); in getBuffer()
473 uint8_t* outputPtr = mOutputMemory->getPointer(); in getOutputBuffers() local478 outputBuffers.emplace_back(outputLoc.length, outputPtr + outputLoc.offset); in getOutputBuffers()507 uint8_t* outputPtr = static_cast<uint8_t*>(static_cast<void*>(outputMemory->getPointer())); in getBuffer() local508 ASSERT_NE(outputPtr, nullptr); in getBuffer()510 *testBuffer = TestBuffer(size, outputPtr); in getBuffer()