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

1 2 3 4

  /external/clang/test/Sema/
conversion-64-32.c 10 typedef long long long2 __attribute__((__vector_size__(16))); typedef
12 int4 test1(long2 a) {
  /frameworks/rs/tests/cpp_api/typecheck/
kernels.rs 78 long2 l2;
79 long2 l2i = {1, 2};
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_global.py 97 '(long2) long2_global = (-4444, 5555)',
207 ['(long2)', '(-4444, 5555)'])
test_read_local.py 96 '(long2) long2_local = (-4444, 5555)',
206 ['(long2)', '(-4444, 5555)'])
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.rs 623 double2 __attribute__((kernel)) testConvertDouble2Long2Double2(long2 inV) {
647 long2 __attribute__((kernel)) testConvertLong2Double2Long2(double2 inV) {
659 long2 __attribute__((kernel)) testConvertLong2Long2Long2(long2 inV) {
671 long2 __attribute__((kernel)) testConvertLong2Ulong2Long2(ulong2 inV) {
695 ulong2 __attribute__((kernel)) testConvertUlong2Long2Ulong2(long2 inV) {
731 float2 __attribute__((kernel)) testConvertFloat2Long2Float2(long2 inV) {
767 char2 __attribute__((kernel)) testConvertChar2Long2Char2(long2 inV) {
803 uchar2 __attribute__((kernel)) testConvertUchar2Long2Uchar2(long2 inV) {
839 short2 __attribute__((kernel)) testConvertShort2Long2Short2(long2 inV)
    [all...]
  /frameworks/rs/script_api/include/
rs_convert.rsh 501 convert_double2(long2 v);
530 extern long2 __attribute__((const, overloadable))
545 extern long2 __attribute__((const, overloadable))
546 convert_long2(long2 v);
560 extern long2 __attribute__((const, overloadable))
591 convert_ulong2(long2 v);
636 convert_float2(long2 v);
681 convert_char2(long2 v);
726 convert_uchar2(long2 v);
771 convert_short2(long2 v)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_convert.rsh 501 convert_double2(long2 v);
530 extern long2 __attribute__((const, overloadable))
545 extern long2 __attribute__((const, overloadable))
546 convert_long2(long2 v);
560 extern long2 __attribute__((const, overloadable))
591 convert_ulong2(long2 v);
636 convert_float2(long2 v);
681 convert_char2(long2 v);
726 convert_uchar2(long2 v);
771 convert_short2(long2 v)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
opencl-c.h 109 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 109 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
opencl-c.h 109 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 109 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h     [all...]
  /external/clang/lib/Headers/
opencl-c.h 108 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
opencl-c.h 108 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
opencl-c.h 108 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 108 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 108 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
opencl-c.h 108 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
opencl-c.h 108 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 108 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 108 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 108 typedef long long2 __attribute__((ext_vector_type(2))); typedef
    [all...]
  /frameworks/rs/tests/lldb/cpp/KernelVariables/
simple.rs 38 long2 long2_global = {-4444, 5555};
100 long2 long2_local = {-4444, 5555};
  /frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
simple.rs 38 long2 long2_global = {-4444, 5555};
100 long2 long2_local = {-4444, 5555};
  /frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
simple.rs 38 long2 long2_global = {-4444, 5555};
100 long2 long2_local = {-4444, 5555};

Completed in 439 milliseconds

1 2 3 4