Searched refs:locationAndLength (Results 1 – 2 of 2) sorted by relevance
106 locationAndLength = {.poolIndex = 0, .offset = 0, .length = length}; in setFromPointer()123 locationAndLength = {.poolIndex = poolIndex, .offset = offset, .length = length}; in setFromMemory()141 locationAndLength = { in setFromTemporaryMemory()681 DataLocation& loc = info.locationAndLength; in allocatePointerArgumentsToPool()710 .location = info.locationAndLength, in setRequestArgumentArray()746 const uint32_t builderPoolIndex = builderInputOrOutput.locationAndLength.poolIndex; in mapInputOrOutput()749 executorInputOrOutput->locationAndLength.poolIndex = executorPoolIndex; in mapInputOrOutput()778 << "pool=" << arg.locationAndLength.poolIndex << ", " in logArguments()779 << "off=" << arg.locationAndLength.offset << ")"; in logArguments()866 DataLocation& loc = info.locationAndLength; in startComputeOnDevice()[all …]
59 DataLocation locationAndLength; member