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

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 97 static inline bool isSignedIntType(DataType ty)
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 831 if (isSignedIntType(i->dType))
833 if (isSignedIntType(i->sType))
880 if (isFloatType(i->dType) || isSignedIntType(i->sType))
    [all...]

Completed in 58 milliseconds