Home
last modified time | relevance | path

Searched refs:InputIndex (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp765 for (size_t InputIndex = 0; InputIndex < NumInputs; in ExpandKernel() local
766 ++InputIndex, ArgIter++) { in ExpandKernel()
768 …vm::Value *InStepAddr = Builder.CreateConstInBoundsGEP2_32(nullptr, InStepsBase, 0, InputIndex); in ExpandKernel()
802 …llvm::Value *InputAddr = Builder.CreateConstInBoundsGEP2_32(nullptr, InsBasePtr, 0, InputIndex); in ExpandKernel()