Searched refs:outputLoc (Results 1 – 1 of 1) sorted by relevance
476 const auto& outputLoc = request.outputs[i].location; in getOutputBuffers() local477 if (outputLoc.poolIndex == kOutputPoolIndex) { in getOutputBuffers()478 outputBuffers.emplace_back(outputLoc.length, outputPtr + outputLoc.offset); in getOutputBuffers()485 const uint32_t bufferIndex = outputLoc.poolIndex - kDeviceMemoryBeginIndex; in getOutputBuffers()