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

1 2 3 4

  /external/clang/test/Sema/
ext_vector_conversions.c 3 typedef __attribute__((ext_vector_type(4))) char char4; typedef
8 char4 vc4;
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
convert.rs 21 char4 i8_4 = { -1, -2, -3, 4 };
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.rs 35 uchar4 __attribute__((kernel)) testAbsChar4Uchar4(char4 inV) {
TestClz.rs 35 char4 __attribute__((kernel)) testClzChar4Char4(char4 inValue) {
TestConvert.rs 43 float4 __attribute__((kernel)) testConvertFloat4Char4Float4(char4 inV) {
115 char4 __attribute__((kernel)) testConvertChar4Float4Char4(float4 inV) {
127 char4 __attribute__((kernel)) testConvertChar4Char4Char4(char4 inV) {
139 char4 __attribute__((kernel)) testConvertChar4Uchar4Char4(uchar4 inV) {
151 char4 __attribute__((kernel)) testConvertChar4Short4Char4(short4 inV) {
163 char4 __attribute__((kernel)) testConvertChar4Ushort4Char4(ushort4 inV) {
175 char4 __attribute__((kernel)) testConvertChar4Int4Char4(int4 inV) {
187 char4 __attribute__((kernel)) testConvertChar4Uint4Char4(uint4 inV) {
211 uchar4 __attribute__((kernel)) testConvertUchar4Char4Uchar4(char4 inV)
    [all...]
  /frameworks/rs/tests/cpp_api/typecheck/
kernels.rs 28 char4 c4;
29 char4 c4i = {1, 2, 3, 4};
  /frameworks/rs/tests/lldb/tests/testcases/
test_read_global.py 110 '(char4) char4_global = (55, 11, -22, -33)',
259 ['(char4)',
test_read_local.py 109 '(char4) char4_local = (55, 11, -22, -33)',
258 ['(char4)',
  /frameworks/rs/script_api/include/
rs_convert.rsh 59 convert_float4(char4 v);
112 extern char4 __attribute__((const, overloadable))
121 extern char4 __attribute__((const, overloadable))
122 convert_char4(char4 v);
130 extern char4 __attribute__((const, overloadable))
139 extern char4 __attribute__((const, overloadable))
148 extern char4 __attribute__((const, overloadable))
157 extern char4 __attribute__((const, overloadable))
166 extern char4 __attribute__((const, overloadable))
185 convert_uchar4(char4 v)
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_convert.rsh 59 convert_float4(char4 v);
112 extern char4 __attribute__((const, overloadable))
121 extern char4 __attribute__((const, overloadable))
122 convert_char4(char4 v);
130 extern char4 __attribute__((const, overloadable))
139 extern char4 __attribute__((const, overloadable))
148 extern char4 __attribute__((const, overloadable))
157 extern char4 __attribute__((const, overloadable))
166 extern char4 __attribute__((const, overloadable))
185 convert_uchar4(char4 v)
    [all...]
  /external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 81 typedef char char4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
opencl-c.h 81 typedef char char4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 80 typedef char char4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 80 typedef char char4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
opencl-c.h 80 typedef char char4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
opencl-c.h 80 typedef char char4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 87 typedef char char4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 87 typedef char char4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 87 typedef char char4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
opencl-c.h 87 typedef char char4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/
opencl-c.h 87 typedef char char4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/
opencl-c.h 87 typedef char char4 __attribute__((ext_vector_type(4))); typedef
    [all...]
  /frameworks/rs/tests/lldb/cpp/KernelVariables/
simple.rs 53 char4 char4_global = {55, 11, -22, -33};
115 char4 char4_local = {55, 11, -22, -33};
  /frameworks/rs/tests/lldb/java/KernelVariables/src/rs/
simple.rs 53 char4 char4_global = {55, 11, -22, -33};
115 char4 char4_local = {55, 11, -22, -33};

Completed in 912 milliseconds

1 2 3 4