Searched refs:numInputsExpected (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_foreach_lowering.cpp236 const unsigned numInputsExpected = RSExportForEach::getNumInputs(mCtxt->getTargetAPI(), kernel); local
241 if (numInputsExpected + numOutputsExpected != numAllocations) {
370 const llvm::APInt APIntNumInputs(IntTySize, numInputsExpected);

Completed in 26 milliseconds