Lines Matching refs:outputIndex
1336 uint32_t inputIndex = 0, outputIndex = 0; in TEST_P() local
1349 e->setOutput(outputIndex++, desc.mVector.data(), in TEST_P()
1366 e->setOutputFromMemory(outputIndex++, memory, offset, length, in TEST_P()
1372 CHECK(outputIndex == model.outputCount()); in TEST_P()
1383 uint32_t outputIndex = 0; in TEST_P() local
1388 const size_t outputOffset = outputIndex * problemSize * problemSize; in TEST_P()
1399 std::cout << "nonpartitioned output[" << outputIndex << "] = "; in TEST_P()
1404 outputIndex++; in TEST_P()
1416 uint32_t outputIndex = 0; in TEST_P() local
1421 SCOPED_TRACE(outputIndex); in TEST_P()
1422 const size_t outputOffset = outputIndex * problemSize * problemSize; in TEST_P()
1425 std::cout << " partitioned output[" << outputIndex << "] = "; in TEST_P()
1433 std::cout << "part output[" << outputIndex << "] = "; in TEST_P()
1439 outputIndex++; in TEST_P()