Home | History | Annotate | Download | only in driver

Lines Matching refs:inputs

709                       "rsForEachInternal: too many inputs to a kernel.");
712 Allocation* inputs[RS_KERNEL_MAX_ARGUMENTS];
714 inputs[i] = (Allocation*)allocs[i].p;
715 CHECK_OBJ(inputs[i]);
716 inputs[i]->incSysRef();
724 rsrForEach(rsc, s, slot, numInputs, numInputs > 0 ? inputs : nullptr, out,
727 inputs[i]->decSysRef();