Home
last modified time | relevance | path

Searched refs:ushort (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/rs/cpu_ref/
DrsCpuIntrinsicInlines.h20 typedef uint16_t ushort; typedef
29 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
30 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
31 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
70 CVT_FUNC_2(type, ushort) \
79 CVT_FUNC(ushort) in CVT_FUNC()
/frameworks/rs/driver/runtime/
Drs_convert.c35 CVT_FUNC_2(type, ushort) \
47 CVT_FUNC(ushort)
Drs_core.c27 extern ushort __attribute__((overloadable)) rsClamp(ushort v, ushort l, ushort h) { in rsClamp()
/frameworks/rs/tests/typecheck/
Dkernels.rs49 ushort us1;
50 ushort us1i = 1;
125 void RS_KERNEL test_U16(ushort in) {
/frameworks/rs/scriptc/
Drs_types.rsh29 * 16 bit: ushort, uint16_t
107 typedef uint16_t ushort;
260 * Vector version of the basic ushort type. Provides two ushort fields packed
263 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
265 * Vector version of the basic ushort type. Provides three ushort fields packed
268 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
270 * Vector version of the basic ushort type. Provides four ushort fields packed
273 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
Drs_math.rsh76 _RS_RUNTIME ushort __attribute__((const, overloadable, always_inline)) rsClamp(ushort amount, ushor…
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
Dconstant.rs12 const ushort ushortTest = 16; constant
Dprimitives.rs13 ushort ushortTest = 16;
Drsdebug.rs16 ushort ushortTest = 16;
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
Dconstant.rs12 const ushort ushortTest = 16; constant
Dprimitives.rs13 ushort ushortTest = 16;
Drsdebug.rs16 ushort ushortTest = 16;
Dmath.rs25 volatile ushort us1;
53 volatile ushort prefix##_us_1 = 1; \
407 TEST_CVT_MATRIX(us, ushort);
/frameworks/compile/slang/tests/P_constant/
Dconstant.rs13 const ushort ushortTest = 16; constant
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
Drsdebug.rs13 ushort ushortTest = 16;
Dprimitives.rs13 ushort ushortTest = 16;
Dmath.rs25 volatile ushort us1;
53 volatile ushort prefix##_us_1 = 1; \
407 TEST_CVT_MATRIX(us, ushort);
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
Drsdebug.rs13 ushort ushortTest = 16;
Dprimitives.rs13 ushort ushortTest = 16;
Dmath.rs25 volatile ushort us1;
209 volatile ushort prefix##_us_1 = 1; \
294 TEST_CVT_MATRIX(us, ushort);
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
Drsdebug.rs13 ushort ushortTest = 16;
Dprimitives.rs13 ushort ushortTest = 16;
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
Dsetelementat.rs15 ushort us = 4;
/frameworks/rs/driver/runtime/arch/
Dclamp.c34 S_CLAMP(ushort);
98 V_CLAMP(ushort);
/frameworks/compile/slang/tests/P_math_int/
Dmath_int.rs9 ushort us;

12