Searched refs:ushort (Results 1 – 25 of 41) sorted by relevance
12
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicInlines.h | 20 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/ |
D | rs_convert.c | 35 CVT_FUNC_2(type, ushort) \ 47 CVT_FUNC(ushort)
|
D | rs_core.c | 27 extern ushort __attribute__((overloadable)) rsClamp(ushort v, ushort l, ushort h) { in rsClamp()
|
/frameworks/rs/tests/typecheck/ |
D | kernels.rs | 49 ushort us1; 50 ushort us1i = 1; 125 void RS_KERNEL test_U16(ushort in) {
|
/frameworks/rs/scriptc/ |
D | rs_types.rsh | 29 * 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)));
|
D | rs_math.rsh | 76 _RS_RUNTIME ushort __attribute__((const, overloadable, always_inline)) rsClamp(ushort amount, ushor…
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | constant.rs | 12 const ushort ushortTest = 16; constant
|
D | primitives.rs | 13 ushort ushortTest = 16;
|
D | rsdebug.rs | 16 ushort ushortTest = 16;
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
D | constant.rs | 12 const ushort ushortTest = 16; constant
|
D | primitives.rs | 13 ushort ushortTest = 16;
|
D | rsdebug.rs | 16 ushort ushortTest = 16;
|
D | math.rs | 25 volatile ushort us1; 53 volatile ushort prefix##_us_1 = 1; \ 407 TEST_CVT_MATRIX(us, ushort);
|
/frameworks/compile/slang/tests/P_constant/ |
D | constant.rs | 13 const ushort ushortTest = 16; constant
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
D | rsdebug.rs | 13 ushort ushortTest = 16;
|
D | primitives.rs | 13 ushort ushortTest = 16;
|
D | math.rs | 25 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/ |
D | rsdebug.rs | 13 ushort ushortTest = 16;
|
D | primitives.rs | 13 ushort ushortTest = 16;
|
D | math.rs | 25 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/ |
D | rsdebug.rs | 13 ushort ushortTest = 16;
|
D | primitives.rs | 13 ushort ushortTest = 16;
|
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | setelementat.rs | 15 ushort us = 4;
|
/frameworks/rs/driver/runtime/arch/ |
D | clamp.c | 34 S_CLAMP(ushort); 98 V_CLAMP(ushort);
|
/frameworks/compile/slang/tests/P_math_int/ |
D | math_int.rs | 9 ushort us;
|
12