Searched refs:deviceIndex (Results 1 – 2 of 2) sorted by relevance
2154 if (deviceIndex == kControlFlowInterpreter) { in partitionTheWorkInternal()2156 } else if (deviceIndex < 0 || size_t(deviceIndex) >= deviceCount) { in partitionTheWorkInternal()2168 << deviceIndex << " (" << deviceName(deviceIndex) << ")"; in partitionTheWorkInternal()2192 int deviceIndex = findNextDeviceToProcess(); in partitionTheWorkInternal() local2195 if (deviceIndex < 0) { in partitionTheWorkInternal()2200 auto& queue = perDeviceQueue[deviceIndex]; in partitionTheWorkInternal()2201 if (deviceIndex != kControlFlowInterpreter) { in partitionTheWorkInternal()2492 for (size_t deviceIndex = 0; deviceIndex < deviceCount; deviceIndex++) { in findBestDeviceForEachOperation() local2493 canDo[deviceIndex].initialize(metaModel, devices[deviceIndex]); in findBestDeviceForEachOperation()2518 for (size_t deviceIndex = 0; deviceIndex < deviceCount; deviceIndex++) { in findBestDeviceForEachOperation() local[all …]
367 int deviceIndex = indexOfEqualValue(mHdmiInputIdMap, inputId); in removeHardwareInput() local368 if (deviceIndex >= 0) { in removeHardwareInput()369 mHdmiInputIdMap.removeAt(deviceIndex); in removeHardwareInput()