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

1 2

  /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);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestAbs.rs 47 ushort3 __attribute__((kernel)) testAbsShort3Ushort3(short3 inValue) {
TestClz.rs 79 ushort3 __attribute__((kernel)) testClzUshort3Ushort3(ushort3 inValue) {
TestConvert.rs 75 float3 __attribute__((kernel)) testConvertFloat3Ushort3Float3(ushort3 inV) {
159 char3 __attribute__((kernel)) testConvertChar3Ushort3Char3(ushort3 inV) {
243 uchar3 __attribute__((kernel)) testConvertUchar3Ushort3Uchar3(ushort3 inV) {
327 short3 __attribute__((kernel)) testConvertShort3Ushort3Short3(ushort3 inV) {
363 ushort3 __attribute__((kernel)) testConvertUshort3Float3Ushort3(float3 inV) {
375 ushort3 __attribute__((kernel)) testConvertUshort3Char3Ushort3(char3 inV) {
387 ushort3 __attribute__((kernel)) testConvertUshort3Uchar3Ushort3(uchar3 inV) {
399 ushort3 __attribute__((kernel)) testConvertUshort3Short3Ushort3(short3 inV) {
411 ushort3 __attribute__((kernel)) testConvertUshort3Ushort3Ushort3(ushort3 inV)
    [all...]
TestMax.rs 115 ushort3 __attribute__((kernel)) testMaxUshort3Ushort3Ushort3(ushort3 inV1, unsigned int x) {
116 ushort3 inV2 = rsGetElementAt_ushort3(gAllocInV2, x);
TestMin.rs 115 ushort3 __attribute__((kernel)) testMinUshort3Ushort3Ushort3(ushort3 inV1, unsigned int x) {
116 ushort3 inV2 = rsGetElementAt_ushort3(gAllocInV2, x);
TestClamp.rs 151 ushort3 __attribute__((kernel)) testClampUshort3Ushort3Ushort3Ushort3(ushort3 inValue, unsigned int x) {
152 ushort3 inMinValue = rsGetElementAt_ushort3(gAllocInMinValue, x);
153 ushort3 inMaxValue = rsGetElementAt_ushort3(gAllocInMaxValue, x);
319 ushort3 __attribute__((kernel)) testClampUshort3UshortUshortUshort3(ushort3 inValue, unsigned int x) {
  /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)
403 VOP(ushort3)
rs_core_math.rsh 81 extern ushort3 __attribute__((const, overloadable))abs(short3 value);
880 extern ushort3 __attribute__((const, overloadable))clamp(ushort3 value, ushort3 min_value, ushort3 max_value);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/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/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_debug.rsh 196 rsDebug(const char *, ushort3);
rs_allocation.rsh 188 GET_ELEMENT_AT(ushort3)
323 SET_ELEMENT_AT(ushort3)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_debug.rsh 196 rsDebug(const char *, ushort3);
rs_allocation.rsh 188 GET_ELEMENT_AT(ushort3)
323 SET_ELEMENT_AT(ushort3)
  /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)
404 VOP(ushort3)
rs_core_math.rsh 81 extern ushort3 __attribute__((const, overloadable))abs(short3 value);
880 extern ushort3 __attribute__((const, overloadable))clamp(ushort3 value, ushort3 min_value, ushort3 max_value);
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuRuntimeStubs.cpp 48 typedef unsigned short ushort3 __attribute__((ext_vector_type(3))); typedef
160 static void SC_debugUS3(const char *s, const ushort3 *c) {
161 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);
  /frameworks/rs/driver/runtime/arch/
generic.c 350 extern ushort3 __attribute__((overloadable)) max(ushort3 v1, ushort3 v2) {
351 ushort3 r;
551 extern ushort3 __attribute__((overloadable)) min(ushort3 v1, ushort3 v2) {
552 ushort3 r;

Completed in 709 milliseconds

1 2