Home
last modified time | relevance | path

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

/external/mesa3d/src/pixelflinger2/
Dtexture.cpp351 llvm::LLVMContext & llvm_ctx = mod->getContext(); in DeclareTextureFunctions() local
354 llvm::VectorType *vectorType = llvm::VectorType::get(llvm::Type::getFloatTy(llvm_ctx), 4); in DeclareTextureFunctions()
359 funcArgs.push_back(llvm::Type::getInt32Ty(llvm_ctx)); in DeclareTextureFunctions()
362 llvm::FunctionType *functionType = llvm::FunctionType::get(llvm::Type::getVoidTy(llvm_ctx), in DeclareTextureFunctions()