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

1 2 3

  /frameworks/rs/tests/cpp_api/typecheck/
kernels.rs 91 ulong4 ul4;
92 ulong4 ul4i = {1, 2, 3, 4};
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_global.py 118 '(ulong4) ulong4_global = (5555, 6666, 7777, 8888)',
294 ['(ulong4)',
test_read_local.py 117 '(ulong4) ulong4_local = (5555, 6666, 7777, 8888)',
293 ['(ulong4)',
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.rs 643 double4 __attribute__((kernel)) testConvertDouble4Ulong4Double4(ulong4 inV) {
679 long4 __attribute__((kernel)) testConvertLong4Ulong4Long4(ulong4 inV) {
691 ulong4 __attribute__((kernel)) testConvertUlong4Double4Ulong4(double4 inV) {
703 ulong4 __attribute__((kernel)) testConvertUlong4Long4Ulong4(long4 inV) {
715 ulong4 __attribute__((kernel)) testConvertUlong4Ulong4Ulong4(ulong4 inV) {
751 float4 __attribute__((kernel)) testConvertFloat4Ulong4Float4(ulong4 inV) {
787 char4 __attribute__((kernel)) testConvertChar4Ulong4Char4(ulong4 inV) {
823 uchar4 __attribute__((kernel)) testConvertUchar4Ulong4Uchar4(ulong4 inV) {
859 short4 __attribute__((kernel)) testConvertShort4Ulong4Short4(ulong4 inV)
    [all...]
  /frameworks/rs/script_api/include/
rs_convert.rsh 526 convert_double4(ulong4 v);
571 convert_long4(ulong4 v);
585 extern ulong4 __attribute__((const, overloadable))
600 extern ulong4 __attribute__((const, overloadable))
615 extern ulong4 __attribute__((const, overloadable))
616 convert_ulong4(ulong4 v);
661 convert_float4(ulong4 v);
706 convert_char4(ulong4 v);
751 convert_uchar4(ulong4 v);
796 convert_short4(ulong4 v)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_convert.rsh 526 convert_double4(ulong4 v);
571 convert_long4(ulong4 v);
585 extern ulong4 __attribute__((const, overloadable))
600 extern ulong4 __attribute__((const, overloadable))
615 extern ulong4 __attribute__((const, overloadable))
616 convert_ulong4(ulong4 v);
661 convert_float4(ulong4 v);
706 convert_char4(ulong4 v);
751 convert_uchar4(ulong4 v);
796 convert_short4(ulong4 v)
    [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 122 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 122 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 122 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 122 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 122 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 122 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 116 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 116 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 115 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 115 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 115 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 115 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /frameworks/rs/tests/lldb/cpp/KernelVariables/
simple.rs 61 ulong4 ulong4_global = {5555, 6666, 7777, 8888};
123 ulong4 ulong4_local = {5555, 6666, 7777, 8888};
  /frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
simple.rs 61 ulong4 ulong4_global = {5555, 6666, 7777, 8888};
123 ulong4 ulong4_local = {5555, 6666, 7777, 8888};
  /frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
simple.rs 61 ulong4 ulong4_global = {5555, 6666, 7777, 8888};
123 ulong4 ulong4_local = {5555, 6666, 7777, 8888};
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
opencl-c.h 122 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
opencl-c.h 122 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
opencl-c.h 122 typedef ulong ulong4 __attribute__((ext_vector_type(4))); typedef
    [all...]

Completed in 586 milliseconds

1 2 3