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

1 2

  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 157 short4 in_s = convert_short4(*in);
158 short4 out_s = convert_short4(*out);
159 in_s = in_s + ((out_s * (short4)(255 - in_s.w)) >> (short4)8);
176 short4 in_s = convert_short4(*in);
177 short4 out_s = convert_short4(*out);
178 in_s = out_s + ((in_s * (short4)(255 - out_s.w)) >> (short4)8);
195 short4 in_s = convert_short4(*in);
196 in_s = (in_s * out->w) >> (short4)8
    [all...]
  /external/clang/test/Sema/
vector-init.c 39 typedef short __attribute__((vector_size(8))) short4; typedef
43 short4 arr2[2] = { test3_helper(), test3_helper() }; // expected-error 2 {{initializing 'short4' (vector of 4 'short' values) with an expression of incompatible type 'short8' (vector of 8 'short' values)}}
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestAbs.rs 51 ushort4 __attribute__((kernel)) testAbsShort4Ushort4(short4 inValue) {
TestClz.rs 67 short4 __attribute__((kernel)) testClzShort4Short4(short4 inValue) {
TestConvert.rs 67 float4 __attribute__((kernel)) testConvertFloat4Short4Float4(short4 inV) {
151 char4 __attribute__((kernel)) testConvertChar4Short4Char4(short4 inV) {
235 uchar4 __attribute__((kernel)) testConvertUchar4Short4Uchar4(short4 inV) {
283 short4 __attribute__((kernel)) testConvertShort4Float4Short4(float4 inV) {
295 short4 __attribute__((kernel)) testConvertShort4Char4Short4(char4 inV) {
307 short4 __attribute__((kernel)) testConvertShort4Uchar4Short4(uchar4 inV) {
319 short4 __attribute__((kernel)) testConvertShort4Short4Short4(short4 inV) {
331 short4 __attribute__((kernel)) testConvertShort4Ushort4Short4(ushort4 inV) {
343 short4 __attribute__((kernel)) testConvertShort4Int4Short4(int4 inV)
    [all...]
yuv.rs 32 short4 p;
TestMax.rs 100 short4 __attribute__((kernel)) testMaxShort4Short4Short4(short4 inV1, unsigned int x) {
101 short4 inV2 = rsGetElementAt_short4(gAllocInV2, x);
TestMin.rs 100 short4 __attribute__((kernel)) testMinShort4Short4Short4(short4 inV1, unsigned int x) {
101 short4 inV2 = rsGetElementAt_short4(gAllocInV2, x);
TestClamp.rs 133 short4 __attribute__((kernel)) testClampShort4Short4Short4Short4(short4 inValue, unsigned int x) {
134 short4 inMinValue = rsGetElementAt_short4(gAllocInMinValue, x);
135 short4 inMaxValue = rsGetElementAt_short4(gAllocInMaxValue, x);
307 short4 __attribute__((kernel)) testClampShort4ShortShortShort4(short4 inValue, unsigned int x) {
  /frameworks/rs/tests/typecheck/
kernels.rs 46 short4 s4;
47 short4 s4i = {1, 2, 3, 4};
  /frameworks/rs/scriptc/
rs_debug.rsh 181 rsDebug(const char *, short4);
rs_allocation.rsh 185 GET_ELEMENT_AT(short4)
320 SET_ELEMENT_AT(short4)
402 VOP(short4)
rs_core_math.rsh 90 extern ushort4 __attribute__((const, overloadable))abs(short4 value);
841 extern short4 __attribute__((const, overloadable))clamp(short4 value, short4 min_value, short4 max_value);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_debug.rsh 181 rsDebug(const char *, short4);
rs_allocation.rsh 185 GET_ELEMENT_AT(short4)
320 SET_ELEMENT_AT(short4)
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_debug.rsh 181 rsDebug(const char *, short4);
rs_allocation.rsh 185 GET_ELEMENT_AT(short4)
320 SET_ELEMENT_AT(short4)
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_debug.rsh 181 rsDebug(const char *, short4);
rs_allocation.rsh 185 GET_ELEMENT_AT(short4)
320 SET_ELEMENT_AT(short4)
  /prebuilts/sdk/renderscript/include/
rs_debug.rsh 181 rsDebug(const char *, short4);
rs_allocation.rsh 185 GET_ELEMENT_AT(short4)
320 SET_ELEMENT_AT(short4)
402 VOP(short4)
rs_core_math.rsh 90 extern ushort4 __attribute__((const, overloadable))abs(short4 value);
841 extern short4 __attribute__((const, overloadable))clamp(short4 value, short4 min_value, short4 max_value);
    [all...]
  /prebuilts/sdk/tools/darwin/renderscript/include/
rs_debug.rsh 181 rsDebug(const char *, short4);
rs_allocation.rsh 185 GET_ELEMENT_AT(short4)
320 SET_ELEMENT_AT(short4)
402 VOP(short4)
  /frameworks/rs/driver/runtime/arch/
generic.c 21 extern uchar4 __attribute__((overloadable)) convert_uchar4(short4);
274 extern short4 __attribute__((overloadable)) max(short4 v1, short4 v2) {
275 short4 r;
475 extern short4 __attribute__((overloadable)) min(short4 v1, short4 v2) {
476 short4 r;
633 short4 p
    [all...]

Completed in 1019 milliseconds

1 2