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

1 2 3 4

  /external/clang/test/Sema/
ext_vector_conversions.c 4 typedef __attribute__((ext_vector_type(4))) short short4; typedef
14 short4 vs4;
16 // This one is OK; we don't re-interpret ll as short4, rather we splat its
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)}}
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlend.cpp 154 short4 in_s = convert_short4(*in);
155 short4 out_s = convert_short4(*out);
156 in_s = in_s + ((out_s * (short4)(255 - in_s.w)) >> (short4)8);
173 short4 in_s = convert_short4(*in);
174 short4 out_s = convert_short4(*out);
175 in_s = out_s + ((in_s * (short4)(255 - out_s.w)) >> (short4)8);
192 short4 in_s = convert_short4(*in);
193 in_s = (in_s * out->w) >> (short4)8
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.rs 51 ushort4 __attribute__((kernel)) testAbsShort4Ushort4(short4 inV) {
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...]
  /frameworks/rs/tests/cpp_api/typecheck/
kernels.rs 46 short4 s4;
47 short4 s4i = {1, 2, 3, 4};
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_global.py 112 '(short4) short4_global = (-444, -555, 666, 777)',
267 ['(short4)',
test_read_local.py 111 '(short4) short4_local = (-444, -555, 666, 777)',
266 ['(short4)',
  /frameworks/rs/script_api/include/
rs_convert.rsh 77 convert_float4(short4 v);
140 convert_char4(short4 v);
203 convert_uchar4(short4 v);
238 extern short4 __attribute__((const, overloadable))
247 extern short4 __attribute__((const, overloadable))
256 extern short4 __attribute__((const, overloadable))
265 extern short4 __attribute__((const, overloadable))
266 convert_short4(short4 v);
274 extern short4 __attribute__((const, overloadable))
283 extern short4 __attribute__((const, overloadable)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_convert.rsh 77 convert_float4(short4 v);
140 convert_char4(short4 v);
203 convert_uchar4(short4 v);
238 extern short4 __attribute__((const, overloadable))
247 extern short4 __attribute__((const, overloadable))
256 extern short4 __attribute__((const, overloadable))
265 extern short4 __attribute__((const, overloadable))
266 convert_short4(short4 v);
274 extern short4 __attribute__((const, overloadable))
283 extern short4 __attribute__((const, overloadable)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 91 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 91 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 90 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 90 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 90 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 90 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 97 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 97 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 97 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 97 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 97 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 97 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 97 typedef short short4 __attribute__((ext_vector_type(4))); typedef
    [all...]

Completed in 2204 milliseconds

1 2 3 4