Home
last modified time | relevance | path

Searched defs:dstTy (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_build_util.cpp210 DataType dstTy, Value *dst, DataType srcTy, Value *src) in mkCvt()
223 BuildUtil::mkCmp(operation op, CondCode cc, DataType dstTy, Value *dst, in mkCmp()
Dnv50_ir_from_tgsi.cpp1722 DataType dstTy; member in __anonb5bf16740211::Converter
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp95 llvm::Value *y, llvm::Type *dstTy) in lowerPCMP()
248 llvm::VectorType *dstTy = llvm::VectorType::getTruncatedElementVectorType(srcTy); in lowerPack() local