Searched refs:outputPtr (Results 1 – 2 of 2) sorted by relevance
171 uint8_t* outputPtr = mOutputMemory->getPointer(); in getOutputBuffers() local174 outputBuffers.emplace_back(output.location.length, outputPtr + output.location.offset); in getOutputBuffers()
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()