Lines Matching refs:outputIndex
1250 uint32_t inputIndex = 0, outputIndex = 0; in TEST_P() local
1264 e->setOutput(outputIndex++, desc.mVector.data(), in TEST_P()
1285 e->setOutputFromMemory(outputIndex++, memory, offset, length, in TEST_P()
1291 CHECK(outputIndex == model.outputCount()); in TEST_P()
1302 uint32_t outputIndex = 0; in TEST_P() local
1307 const size_t outputOffset = outputIndex * problemSize * problemSize; in TEST_P()
1320 std::cout << "nonpartitioned output[" << outputIndex << "] = "; in TEST_P()
1325 outputIndex++; in TEST_P()
1337 uint32_t outputIndex = 0; in TEST_P() local
1342 SCOPED_TRACE(outputIndex); in TEST_P()
1343 const size_t outputOffset = outputIndex * problemSize * problemSize; in TEST_P()
1346 std::cout << " partitioned output[" << outputIndex << "] = "; in TEST_P()
1355 std::cout << "part output[" << outputIndex << "] = "; in TEST_P()
1362 outputIndex++; in TEST_P()