Searched refs:CVT_FUNC_2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicInlines.h55 #define CVT_FUNC_2(typeout, typein) \ macro
71 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
72 CVT_FUNC_2(type, char) \
73 CVT_FUNC_2(type, ushort) \
74 CVT_FUNC_2(type, short) \
75 CVT_FUNC_2(type, uint) \
76 CVT_FUNC_2(type, int) \
77 CVT_FUNC_2(type, float)
/frameworks/rs/scriptc/
H A Drs_cl.rsh27 #define CVT_FUNC_2(typeout, typein) \
36 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
37 CVT_FUNC_2(type, char) \
38 CVT_FUNC_2(type, ushort) \
39 CVT_FUNC_2(type, short) \
40 CVT_FUNC_2(type, uint) \
41 CVT_FUNC_2(type, int) \
42 CVT_FUNC_2(type, float)
1099 #undef CVT_FUNC_2

Completed in 76 milliseconds