Searched refs:isSignedIntType (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_helper.cpp | 119 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 D | nv50_ir_inlines.h | 127 static inline bool isSignedIntType(DataType ty) function in typeref:typename:bool
|
| H A D | nv50_ir_emit_gk110.cpp | 1104 if (isSignedIntType(dType)) 1106 if (isSignedIntType(i->sType))
|
| H A D | nv50_ir_emit_nvc0.cpp | 1131 if (isSignedIntType(dType)) 1133 if (isSignedIntType(i->sType)) 1180 if (isSignedIntType(i->sType))
|
| H A D | nv50_ir_lowering_nvc0.cpp | 241 DataType type = isSignedIntType(lo->dType) ? TYPE_S32 : TYPE_U32;
|
| H A D | nv50_ir_from_tgsi.cpp | 4032 dstTy = isSignedIntType(dstTy) ? TYPE_S32 : TYPE_U32;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_lowering_helper.cpp | 119 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 D | nv50_ir_inlines.h | 127 static inline bool isSignedIntType(DataType ty) function in typeref:typename:bool
|
| H A D | nv50_ir_emit_gk110.cpp | 1102 if (isSignedIntType(dType)) 1104 if (isSignedIntType(i->sType))
|
| H A D | nv50_ir_emit_nvc0.cpp | 1129 if (isSignedIntType(dType)) 1131 if (isSignedIntType(i->sType)) 1178 if (isSignedIntType(i->sType))
|
| H A D | nv50_ir_from_tgsi.cpp | 4064 dstTy = isSignedIntType(dstTy) ? TYPE_S32 : TYPE_U32;
|
| H A D | nv50_ir_lowering_nvc0.cpp | 241 DataType type = isSignedIntType(lo->dType) ? TYPE_S32 : TYPE_U32;
|
Completed in 41 milliseconds