Searched refs:operationIndex (Results 1 – 6 of 6) sorted by relevance
153 uint32_t operationIndex) const;154 bool supportedByControlFlowInterpreter(uint32_t operationIndex) const;158 bool isControlFlowOperationWithOperandOfUnknownSize(uint32_t operationIndex) const;
400 uint32_t operationIndex = operationCount(); in addOperation() local401 if (operationIndex >= MAX_NUMBER_OF_OPERATIONS) { in addOperation()816 for (uint32_t operationIndex = 0; operationIndex < operationCount(); operationIndex++) { in sortIntoRunOrder() local817 uint32_t& count = unknownInputCount[operationIndex]; in sortIntoRunOrder()819 for (uint32_t operandIndex : mOperations[operationIndex].inputs) { in sortIntoRunOrder()825 std::pair<uint32_t, uint32_t>(operandIndex, operationIndex)); in sortIntoRunOrder()829 opsReadyToRun.push_back(operationIndex); in sortIntoRunOrder()
211 for (size_t operationIndex = 0; operationIndex < supportedOperations.size(); operationIndex++) { in getSupportedOperations() local212 if (!supportedOperations[operationIndex]) { in getSupportedOperations()217 const Operation& operation = hidlModel.main.operations[operationIndex]; in getSupportedOperations()236 supportedOperations[operationIndex] = false; in getSupportedOperations()
119 int addOperation(int operationIndex);
150 const uint32_t operationIndex = operationCount(); in addOperation() local153 return operationIndex; in addOperation()1014 const uint32_t operationIndex = model.addOperation(operationPattern.mOperationType, in TEST_P() local1016 deadOperations.insert(operationIndex); in TEST_P()1018 [&deadOperands, operationIndex](uint32_t operandIndex) { in TEST_P()1019 deadOperands.insert(std::make_pair(operandIndex, operationIndex)); in TEST_P()
253 uint32_t operationIndex) { in lookupOperation() argument254 const Operation& operation = getOperation(operationIndex); in lookupOperation()283 uint32_t operationIndex) { in lookupOperation() argument287 [&model](uint32_t offset) { return &model.operandValues[offset]; }, operationIndex); in lookupOperation()