HomeSort by relevance Sort by last modified time
    Searched full:ushort4 (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/compile/slang/tests/P_math_int/
math_int.rs 12 ushort4 us4;
  /frameworks/rs/java/tests/LivePreview/src/com/android/rs/livepreview/
yuv.rs 75 ushort4 c = convert_ushort4(color);
77 c >>= (ushort4)8;
  /frameworks/rs/tests/typecheck/
kernels.rs 55 ushort4 us4;
56 ushort4 us4i = {1, 2, 3, 4};
  /cts/tests/src/android/renderscript/cts/
kernel_all.rs 51 ushort4 __attribute__((kernel)) test_i16_4(short4 ain) {
52 ushort4 r;
fe_all.rs 48 void test_i16_4(const short4 *ain, ushort4 *aout) {
vector.rs 26 ushort4 u16_4 = { 1, 2, 3, 4 };
  /frameworks/rs/driver/runtime/
rs_core.c 145 PRIM_DEBUG(ushort4)
  /frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
math.rs 28 volatile ushort4 us4;
212 volatile ushort4 prefix##_us_4 = 1; \
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs.bak 28 volatile ushort4 us4;
56 volatile ushort4 prefix##_us_4 = 1; \
math.rs 28 volatile ushort4 us4;
56 volatile ushort4 prefix##_us_4 = 1; \
math.rs.orig 28 volatile ushort4 us4;
56 volatile ushort4 prefix##_us_4 = 1; \
vector.rs 26 ushort4 u16_4 = { 1, 2, 3, 4 };
  /frameworks/rs/driver/runtime/arch/
generic.c 386 extern ushort4 __attribute__((overloadable)) max(ushort4 v1, ushort4 v2) {
387 ushort4 r;
643 extern ushort4 __attribute__((overloadable)) min(ushort4 v1, ushort4 v2) {
644 ushort4 r;
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
math.rs 28 volatile ushort4 us4;
56 volatile ushort4 prefix##_us_4 = 1; \
vector.rs 26 ushort4 u16_4 = { 1, 2, 3, 4 };
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 28 volatile ushort4 us4;
56 volatile ushort4 prefix##_us_4 = 1; \
vector.rs 26 ushort4 u16_4 = { 1, 2, 3, 4 };
  /frameworks/rs/scriptc/
rs_allocation.rsh 189 GET_ELEMENT_AT(ushort4)
324 SET_ELEMENT_AT(ushort4)
rs_debug.rsh 201 rsDebug(const char *, ushort4);
  /prebuilts/sdk/renderscript/include/
rs_allocation.rsh 189 GET_ELEMENT_AT(ushort4)
324 SET_ELEMENT_AT(ushort4)
rs_debug.rsh 201 rsDebug(const char *, ushort4);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 31 typedef ushort ushort4 __attribute__((ext_vector_type(4))); typedef
rsCpuRuntimeStubs.cpp 46 typedef unsigned short ushort4 __attribute__((ext_vector_type(4))); typedef
150 static void SC_debugUS4(const char *s, const ushort4 *c) {
151 ALOGD("ushort4 %s {%hu, %hu, %hu, %hu} 0x%hx 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->w, c->x, c->y, c->z, c->w);
  /frameworks/base/docs/html/reference/renderscript/
globals_type.html 217 <li>ushort4
  /prebuilts/sdk/renderscript/lib/arm/
libRSSupport.so 

Completed in 1603 milliseconds

1 2