Searched refs:locationAndLength (Results 1 – 2 of 2) sorted by relevance
60 locationAndLength = {.poolIndex = 0, .offset = 0, .length = length}; in setFromPointer()78 locationAndLength = {.poolIndex = poolIndex, .offset = offset, .length = length}; in setFromMemory()90 locationAndLength = in setFromTemporaryMemory()424 DataLocation& loc = info.locationAndLength; in allocatePointerArgumentsToPool()452 .location = info.locationAndLength, in setRequestArgumentArray()482 builderInputOrOutput.locationAndLength.poolIndex; in mapInputOrOutput()485 executorInputOrOutput->locationAndLength.poolIndex = in mapInputOrOutput()513 << "pool=" << arg.locationAndLength.poolIndex in logArguments()515 << "off=" << arg.locationAndLength.offset in logArguments()601 DataLocation& loc = info.locationAndLength; in startComputeOnDevice()[all …]
54 DataLocation locationAndLength; member