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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSForEachExpand.cpp231 llvm::SmallVector<llvm::Type*, 8> ParamTypes; local
232 ParamTypes.push_back(ForEachStubPtrTy); // const RsForEachStubParamStruct *p
233 ParamTypes.push_back(Int32Ty); // uint32_t x1
234 ParamTypes.push_back(Int32Ty); // uint32_t x2
235 ParamTypes.push_back(Int32Ty); // uint32_t instep
236 ParamTypes.push_back(Int32Ty); // uint32_t outstep
239 ParamTypes,

Completed in 58 milliseconds