Home
last modified time | relevance | path

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

/frameworks/rs/driver/runtime/
Drs_convert.c20 #define CVT_FUNC_2(typeout, typein) \ macro
33 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
34 CVT_FUNC_2(type, char) \
35 CVT_FUNC_2(type, ushort) \
36 CVT_FUNC_2(type, short) \
37 CVT_FUNC_2(type, uint) \
38 CVT_FUNC_2(type, int) \
39 CVT_FUNC_2(type, ulong) \
40 CVT_FUNC_2(type, long) \
41 CVT_FUNC_2(type, float) \
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsicInlines.h55 #define CVT_FUNC_2(typeout, typein) \ macro
68 #define CVT_FUNC(type) CVT_FUNC_2(type, uchar) \
69 CVT_FUNC_2(type, char) \
70 CVT_FUNC_2(type, ushort) \
71 CVT_FUNC_2(type, short) \
72 CVT_FUNC_2(type, uint) \
73 CVT_FUNC_2(type, int) \
74 CVT_FUNC_2(type, float)