Searched defs:Int32Ty (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSGlobalInfoPass.cpp129 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(M.getContext()); variable
198 llvm::ArrayType *Int32ArrayTy = llvm::ArrayType::get(Int32Ty, NumGlobals);
201 llvm::Value *V = M.getOrInsertGlobal(kRsGlobalEntries, Int32Ty);
205 llvm::ConstantInt::get(Int32Ty, NumGlobals);
H A DRSForEachExpand.cpp207 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
208 return llvm::ConstantInt::get(Int32Ty, ETSize);
221 llvm::Type *Int32Ty = llvm::Type::getInt32Ty(*Context); local
222 llvm::Type *Int32ArrayInputLimitTy = llvm::ArrayType::get(Int32Ty, RS_KERNEL_INPUT_LIMIT);
224 llvm::Type *Int32Array4Ty = llvm::ArrayType::get(Int32Ty, 4);
238 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t x
239 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t y
240 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t z
241 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_t lod
242 RsLaunchDimensionsTypes.push_back(Int32Ty); // uint32_
[all...]

Completed in 1788 milliseconds