Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_inlines.h97 static inline bool isSignedIntType(DataType ty) in isSignedIntType() function
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp831 if (isSignedIntType(i->dType)) in emitCVT()
833 if (isSignedIntType(i->sType)) in emitCVT()
880 if (isFloatType(i->dType) || isSignedIntType(i->sType)) in emitSET()