/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/tests/typecheck/ |
D | kernels.rs | 49 ushort us1; 50 ushort us1i = 1; 125 void RS_KERNEL test_U16(ushort in) {
|
/frameworks/rs/driver/runtime/ |
D | rs_convert.c | 35 CVT_FUNC_2(type, ushort) \ 48 CVT_FUNC(ushort)
|
D | rs_core.c | 34 extern ushort __attribute__((overloadable)) rsClamp(ushort v, ushort l, ushort h) { in rsClamp() 288 ushort us); 290 rsDebug(s, (float) h, *(ushort *) &h); in rsDebug()
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | reduce_general_inputs.rs | 108 static void my_half_ushort_0_accum(int *accum, half a, ushort b) { } 111 static void my_half_ushort_1_accum(int *accum, half a, ushort b, rs_kernel_context context) { } 234 static void my_half2_ushort_0_accum(int *accum, half2 a, ushort b) { } 237 static void my_half2_ushort_1_accum(int *accum, half2 a, ushort b, rs_kernel_context context) { } 360 static void my_half4_ushort_0_accum(int *accum, half4 a, ushort b) { } 363 static void my_half4_ushort_1_accum(int *accum, half4 a, ushort b, rs_kernel_context context) { } 486 static void my_float_ushort_0_accum(int *accum, float a, ushort b) { } 489 static void my_float_ushort_1_accum(int *accum, float a, ushort b, rs_kernel_context context) { } 612 static void my_float2_ushort_0_accum(int *accum, float2 a, ushort b) { } 615 static void my_float2_ushort_1_accum(int *accum, float2 a, ushort b, rs_kernel_context context) { } [all …]
|
/frameworks/rs/scriptc/ |
D | rs_value_types.rsh | 28 * Unsigned integer: uchar, uint8_t ushort, uint16_t uint, uint32_t ulong, uint64_t 209 * ushort: 16 bit unsigned integer 213 typedef uint16_t ushort; 333 * A vector of two ushorts. These two ushort fields packed into a single 32 bit field 336 typedef ushort __attribute__((ext_vector_type(2))) ushort2; 341 * A vector of three ushorts. These three ushort fields packed into a single 64 bit field 344 typedef ushort __attribute__((ext_vector_type(3))) ushort3; 349 * A vector of four ushorts. These four ushort fields packed into a single 64 bit field 352 typedef ushort __attribute__((ext_vector_type(4))) ushort4;
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
D | single_source_alloc.rs | 57 VERIFY_KERNEL(ushort) 171 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_16, ushort); 193 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_16, ushort); 387 TEST_HELPERS(ushort);
|
D | constant.rs | 12 const ushort ushortTest = 16; constant
|
D | primitives.rs | 13 ushort ushortTest = 16;
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/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;
|
/frameworks/compile/slang/tests/P_constant/ |
D | constant.rs | 13 const ushort ushortTest = 16; constant
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | reduce_general_result.rs | 230 static void my_ushort_accum(ushort *accum, ushort val) { } 231 static void my_ushort_comb(ushort *accum, const ushort *other) { } constant 242 typedef ushort array_ushort[7]; 243 static void my_array_ushort_accum(array_ushort *accum, ushort val) { }
|
/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;
|
/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;
|
/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/rs/driver/runtime/arch/ |
D | clamp.c | 35 S_CLAMP(ushort); 100 V_CLAMP(ushort);
|
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/ |
D | setelementat.rs | 15 ushort us = 4;
|