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

  /frameworks/rs/scriptc/
rs_cl.rsh 869 #define _CLAMP(T) \
878 _CLAMP(float);
879 _CLAMP(double);
880 _CLAMP(char);
881 _CLAMP(uchar);
882 _CLAMP(short);
883 _CLAMP(ushort);
884 _CLAMP(int);
885 _CLAMP(uint);
886 _CLAMP(long)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 869 #define _CLAMP(T) \
878 _CLAMP(float);
879 _CLAMP(double);
880 _CLAMP(char);
881 _CLAMP(uchar);
882 _CLAMP(short);
883 _CLAMP(ushort);
884 _CLAMP(int);
885 _CLAMP(uint);
886 _CLAMP(long)
    [all...]
  /frameworks/rs/driver/runtime/arch/
generic.c 29 #define _CLAMP(T) \
84 _CLAMP(float);
98 _CLAMP(double);
99 _CLAMP(char);
100 _CLAMP(uchar);
101 _CLAMP(short);
102 _CLAMP(ushort);
103 _CLAMP(int);
104 _CLAMP(uint);
105 _CLAMP(long)
    [all...]
clamp.c 24 //_CLAMP(float); implemented in .ll
101 #undef _CLAMP

Completed in 245 milliseconds