HomeSort by relevance Sort by last modified time
    Searched refs:isSignedIntType (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_inlines.h 127 static inline bool isSignedIntType(DataType ty)
nv50_ir_emit_gk110.cpp 1100 if (isSignedIntType(dType))
1102 if (isSignedIntType(i->sType))
    [all...]
nv50_ir_emit_nvc0.cpp 1125 if (isSignedIntType(dType))
1127 if (isSignedIntType(i->sType))
1174 if (isSignedIntType(i->sType))
    [all...]
nv50_ir_lowering_nvc0.cpp 203 DataType type = isSignedIntType(lo->dType) ? TYPE_S32 : TYPE_U32;
    [all...]
nv50_ir_from_tgsi.cpp     [all...]

Completed in 136 milliseconds