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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_helper.cpp119 DataType sTy = typeOfSize(4, false, isSignedIntType(dTy));
217 DataType hdTy = typeOfSize(4, isFloatType(dTy), isSignedIntType(dTy));
245 DataType sTy = typeOfSize(4, isFloatType(dTy), isSignedIntType(dTy));
H A Dnv50_ir_inlines.h127 static inline bool isSignedIntType(DataType ty) function in typeref:typename:bool
H A Dnv50_ir_emit_gk110.cpp1104 if (isSignedIntType(dType))
1106 if (isSignedIntType(i->sType))
H A Dnv50_ir_emit_nvc0.cpp1131 if (isSignedIntType(dType))
1133 if (isSignedIntType(i->sType))
1180 if (isSignedIntType(i->sType))
H A Dnv50_ir_lowering_nvc0.cpp241 DataType type = isSignedIntType(lo->dType) ? TYPE_S32 : TYPE_U32;
H A Dnv50_ir_from_tgsi.cpp4032 dstTy = isSignedIntType(dstTy) ? TYPE_S32 : TYPE_U32;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_lowering_helper.cpp119 DataType sTy = typeOfSize(4, false, isSignedIntType(dTy));
217 DataType hdTy = typeOfSize(4, isFloatType(dTy), isSignedIntType(dTy));
245 DataType sTy = typeOfSize(4, isFloatType(dTy), isSignedIntType(dTy));
H A Dnv50_ir_inlines.h127 static inline bool isSignedIntType(DataType ty) function in typeref:typename:bool
H A Dnv50_ir_emit_gk110.cpp1102 if (isSignedIntType(dType))
1104 if (isSignedIntType(i->sType))
H A Dnv50_ir_emit_nvc0.cpp1129 if (isSignedIntType(dType))
1131 if (isSignedIntType(i->sType))
1178 if (isSignedIntType(i->sType))
H A Dnv50_ir_from_tgsi.cpp4064 dstTy = isSignedIntType(dstTy) ? TYPE_S32 : TYPE_U32;
H A Dnv50_ir_lowering_nvc0.cpp241 DataType type = isSignedIntType(lo->dType) ? TYPE_S32 : TYPE_U32;

Completed in 41 milliseconds