Lines Matching refs:outputIndex
1320 uint32_t inputIndex = 0, outputIndex = 0; in TEST_P() local
1333 e->setOutput(outputIndex++, desc.mVector.data(), in TEST_P()
1350 e->setOutputFromMemory(outputIndex++, memory, offset, length, in TEST_P()
1356 CHECK(outputIndex == model.outputCount()); in TEST_P()
1367 uint32_t outputIndex = 0; in TEST_P() local
1372 const size_t outputOffset = outputIndex * problemSize * problemSize; in TEST_P()
1383 std::cout << "nonpartitioned output[" << outputIndex << "] = "; in TEST_P()
1388 outputIndex++; in TEST_P()
1400 uint32_t outputIndex = 0; in TEST_P() local
1405 SCOPED_TRACE(outputIndex); in TEST_P()
1406 const size_t outputOffset = outputIndex * problemSize * problemSize; in TEST_P()
1409 std::cout << " partitioned output[" << outputIndex << "] = "; in TEST_P()
1417 std::cout << "part output[" << outputIndex << "] = "; in TEST_P()
1423 outputIndex++; in TEST_P()