HomeSort by relevance Sort by last modified time
    Searched refs:int4 (Results 51 - 75 of 144) sorted by null

1 23 4 5 6

  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 100 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 100 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 100 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
opencl-c.h 100 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 100 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h 107 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h 107 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h 107 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 107 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
opencl-c.h 107 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
opencl-c.h 107 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
opencl-c.h 107 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 107 typedef int int4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestConvert.rs 91 float4 __attribute__((kernel)) testConvertFloat4Int4Float4(int4 inV) {
175 char4 __attribute__((kernel)) testConvertChar4Int4Char4(int4 inV) {
259 uchar4 __attribute__((kernel)) testConvertUchar4Int4Uchar4(int4 inV) {
343 short4 __attribute__((kernel)) testConvertShort4Int4Short4(int4 inV) {
427 ushort4 __attribute__((kernel)) testConvertUshort4Int4Ushort4(int4 inV) {
451 int4 __attribute__((kernel)) testConvertInt4Float4Int4(float4 inV) {
463 int4 __attribute__((kernel)) testConvertInt4Char4Int4(char4 inV) {
475 int4 __attribute__((kernel)) testConvertInt4Uchar4Int4(uchar4 inV) {
487 int4 __attribute__((kernel)) testConvertInt4Short4Int4(short4 inV) {
499 int4 __attribute__((kernel)) testConvertInt4Ushort4Int4(ushort4 inV)
    [all...]
  /frameworks/rs/script_api/include/
rs_convert.rsh 95 convert_float4(int4 v);
158 convert_char4(int4 v);
221 convert_uchar4(int4 v);
284 convert_short4(int4 v);
347 convert_ushort4(int4 v);
364 extern int4 __attribute__((const, overloadable))
373 extern int4 __attribute__((const, overloadable))
382 extern int4 __attribute__((const, overloadable))
391 extern int4 __attribute__((const, overloadable))
400 extern int4 __attribute__((const, overloadable)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_convert.rsh 95 convert_float4(int4 v);
158 convert_char4(int4 v);
221 convert_uchar4(int4 v);
284 convert_short4(int4 v);
347 convert_ushort4(int4 v);
364 extern int4 __attribute__((const, overloadable))
373 extern int4 __attribute__((const, overloadable))
382 extern int4 __attribute__((const, overloadable))
391 extern int4 __attribute__((const, overloadable))
400 extern int4 __attribute__((const, overloadable)
    [all...]
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h     [all...]
  /frameworks/rs/tests/lldb/cpp/KernelVariables/
simple.rs 57 int4 int4_global = {888, 999, -1111, 2222};
119 int4 int4_local = {888, 999, -1111, 2222};
  /frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
simple.rs 57 int4 int4_global = {888, 999, -1111, 2222};
119 int4 int4_local = {888, 999, -1111, 2222};
  /frameworks/rs/tests/lldb/jni/KernelVariables/jnikernelvariables/
simple.rs 57 int4 int4_global = {888, 999, -1111, 2222};
119 int4 int4_local = {888, 999, -1111, 2222};
  /external/clang/test/CodeGen/
builtins-nvptx.c 361 typedef int int4 __attribute__((ext_vector_type(4))); typedef
363 __nvvm_ldg_i4((const int4 *)p);
  /external/clang/test/OpenMP/
atomic_capture_codegen.cpp 27 typedef int int4 __attribute__((__vector_size__(16))); typedef
28 int4 int4x;
    [all...]
atomic_read_codegen.c 27 typedef int int4 __attribute__((__vector_size__(16))); typedef
28 int4 int4x;
atomic_update_codegen.cpp 27 typedef int int4 __attribute__((__vector_size__(16))); typedef
28 int4 int4x;
    [all...]
atomic_write_codegen.c 27 typedef int int4 __attribute__((__vector_size__(16))); typedef
28 int4 int4x;

Completed in 2412 milliseconds

1 23 4 5 6