Home | History | Annotate | Download | only in Renderscript

Lines Matching defs:NumInputs

699     size_t NumInputs = Function->arg_size();
723 --NumInputs;
750 [&NumInputs]() { --NumInputs; });
757 bccAssert(NumInputs <= RS_KERNEL_INPUT_LIMIT);
759 if (NumInputs > 0) {
765 for (size_t InputIndex = 0; InputIndex < NumInputs;
848 if (NumInputs > 0) {
851 for (size_t Index = 0; Index < NumInputs; ++Index) {