HomeSort by relevance Sort by last modified time
    Searched refs:ushort3 (Results 1 - 16 of 16) sorted by null

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
shadows.rs 51 static ushort3 rgb2hsv( uchar4 rgb)
91 ushort3 out;
98 static uchar4 hsv2rgb(ushort3 hsv)
187 ushort3 hsv = rgb2hsv(*in);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
shadows.rs 51 static ushort3 rgb2hsv( uchar4 rgb)
91 ushort3 out;
98 static uchar4 hsv2rgb(ushort3 hsv)
187 ushort3 hsv = rgb2hsv(*in);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
shadows.rs 51 static ushort3 rgb2hsv( uchar4 rgb)
91 ushort3 out;
98 static uchar4 hsv2rgb(ushort3 hsv)
187 ushort3 hsv = rgb2hsv(*in);
  /frameworks/rs/tests/typecheck/
kernels.rs 53 ushort3 us3;
54 ushort3 us3i = {1, 2, 3};
  /frameworks/rs/scriptc/
rs_debug.rsh 196 rsDebug(const char *, ushort3);
rs_allocation.rsh 188 GET_ELEMENT_AT(ushort3)
323 SET_ELEMENT_AT(ushort3)
rs_types.rsh 249 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 196 rsDebug(const char *, ushort3);
rs_allocation.rsh 188 GET_ELEMENT_AT(ushort3)
323 SET_ELEMENT_AT(ushort3)
rs_types.rsh 249 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 45 typedef unsigned short ushort3 __attribute__((ext_vector_type(3))); typedef
147 static void SC_debugUS3(const char *s, const ushort3 *c) {
148 ALOGD("ushort3 %s {%hu, %hu, %hu} 0x%hx 0x%hx 0x%hx", s, c->x, c->y, c->z, c->x, c->y, c->z);
rsCpuIntrinsicInlines.h 30 typedef ushort ushort3 __attribute__((ext_vector_type(3))); typedef
  /frameworks/rs/driver/runtime/
rs_core.c 144 PRIM_DEBUG(ushort3)
rs_allocation.c 230 ELEMENT_AT(ushort3)
  /frameworks/rs/driver/runtime/arch/
generic.c 378 extern ushort3 __attribute__((overloadable)) max(ushort3 v1, ushort3 v2) {
379 ushort3 r;
635 extern ushort3 __attribute__((overloadable)) min(ushort3 v1, ushort3 v2) {
636 ushort3 r;
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 53 typedef unsigned short ushort3 __attribute__((ext_vector_type(3))); typedef
754 ELEMENT_AT(ushort3, RS_TYPE_UNSIGNED_16, 3)
    [all...]

Completed in 92 milliseconds