Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_helper.cpp119 DataType sTy = typeOfSize(4, false, isSignedIntType(dTy)); in handleMAXMIN()
217 DataType hdTy = typeOfSize(4, isFloatType(dTy), isSignedIntType(dTy)); in handleSLCT()
245 DataType sTy = typeOfSize(4, isFloatType(dTy), isSignedIntType(dTy)); in handleLogOp()
Dnv50_ir_inlines.h127 static inline bool isSignedIntType(DataType ty) in isSignedIntType() function
Dnv50_ir_emit_nvc0.cpp1129 if (isSignedIntType(dType)) in emitCVT()
1131 if (isSignedIntType(i->sType)) in emitCVT()
1178 if (isSignedIntType(i->sType)) in emitSET()
Dnv50_ir_emit_gk110.cpp1102 if (isSignedIntType(dType)) in emitCVT()
1104 if (isSignedIntType(i->sType)) in emitCVT()
Dnv50_ir_from_tgsi.cpp4064 dstTy = isSignedIntType(dstTy) ? TYPE_S32 : TYPE_U32; in handleInstruction()
Dnv50_ir_lowering_nvc0.cpp241 DataType type = isSignedIntType(lo->dType) ? TYPE_S32 : TYPE_U32; in handleShift()