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

1 23 4 5

  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
msa.h 28 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
29 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
30 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
31 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
32 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
33 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
34 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
35 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
36 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
37 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
msa.h 28 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
29 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
30 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
31 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
32 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
33 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
34 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
35 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
36 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
37 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
msa.h 28 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
29 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
30 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
31 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
32 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
33 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
34 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
35 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
36 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
37 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)))
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
msa.h 28 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
29 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
30 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
31 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
32 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
33 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
34 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
35 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
36 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
37 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)))
    [all...]
  /external/clang/test/CodeGen/
const-init.c 137 typedef long long v1i64 __attribute((vector_size(8)));
138 typedef short v12i16 __attribute((vector_size(24)));
139 typedef long double v2f80 __attribute((vector_size(24)));
mangle.c 64 typedef __attribute__(( vector_size(16) )) float float4;
builtins-x86.c 11 typedef char V8c __attribute__((vector_size(8 * sizeof(char))));
12 typedef signed short V4s __attribute__((vector_size(8)));
13 typedef signed int V2i __attribute__((vector_size(8)));
14 typedef signed long long V1LLi __attribute__((vector_size(8)));
16 typedef float V2f __attribute__((vector_size(8)));
19 typedef char V16c __attribute__((vector_size(16)));
20 typedef signed short V8s __attribute__((vector_size(16)));
21 typedef signed int V4i __attribute__((vector_size(16)));
22 typedef signed long long V2LLi __attribute__((vector_size(16)));
24 typedef float V4f __attribute__((vector_size(16)))
    [all...]
vectorcall.c 56 typedef float __attribute__((vector_size(16))) v4f32;
builtins-systemz-vector.c 5 typedef __attribute__((vector_size(16))) signed char vec_schar;
6 typedef __attribute__((vector_size(16))) signed short vec_sshort;
7 typedef __attribute__((vector_size(16))) signed int vec_sint;
8 typedef __attribute__((vector_size(16))) signed long long vec_slong;
9 typedef __attribute__((vector_size(16))) unsigned char vec_uchar;
10 typedef __attribute__((vector_size(16))) unsigned short vec_ushort;
11 typedef __attribute__((vector_size(16))) unsigned int vec_uint;
12 typedef __attribute__((vector_size(16))) unsigned long long vec_ulong;
13 typedef __attribute__((vector_size(16))) double vec_double;
    [all...]
volatile.c 26 typedef int v4si __attribute__ ((vector_size (16)));
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_uniforms.cpp 107 unsigned vector_size = storage->type->vector_elements; local
110 vector_size *= 2;
111 if (vector_size > 4)
117 for (i = 0; i < vector_size; i++) {
  /external/clang/test/Sema/
pragma-align-mac68k.c 8 typedef float __attribute__((vector_size (8))) v2f_t;
9 typedef float __attribute__((vector_size (16))) v4f_t;
overloadable.c 55 typedef Double DoubleVec __attribute__((vector_size(16)));
57 typedef Int IntVec __attribute__((vector_size(16)));
expr-address-of.c 29 typedef float v4sf __attribute__ ((vector_size (16)));
init.c 127 typedef int32_t ivector4 __attribute((vector_size(16)));
  /external/elfutils/tests/
funcretval_test.c 37 typedef signed char __attribute__ ((vector_size (8))) vec_char_8_t;
43 typedef short __attribute__ ((vector_size (8))) vec_short_8_t;
49 typedef int __attribute__ ((vector_size (8))) vec_int_8_t;
55 typedef long __attribute__ ((vector_size (8))) vec_long_8_t;
61 typedef float __attribute__ ((vector_size (8))) vec_float_8_t;
67 typedef double __attribute__ ((vector_size (8))) vec_double_8_t;
78 typedef signed char __attribute__ ((vector_size (16))) vec_char_16_t;
84 typedef short __attribute__ ((vector_size (16))) vec_short_16_t;
90 typedef int __attribute__ ((vector_size (16))) vec_int_16_t;
96 typedef long __attribute__ ((vector_size (16))) vec_long_16_t
    [all...]
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerMutateFns.cpp 46 size_t vector_size = var_spec.vector_size(); local
47 result.set_vector_size(vector_size);
48 for (size_t i = 0; i < vector_size; ++i) {
56 size_t vector_size = result.vector_size(); local
57 size_t idx = rand_(vector_size);
211 size_t size = result.vector_size();
  /external/mesa3d/include/CL/
cl_platform.h 358 typedef float __cl_float4 __attribute__((vector_size(16)));
372 typedef cl_uchar __cl_uchar16 __attribute__((vector_size(16)));
373 typedef cl_char __cl_char16 __attribute__((vector_size(16)));
374 typedef cl_ushort __cl_ushort8 __attribute__((vector_size(16)));
375 typedef cl_short __cl_short8 __attribute__((vector_size(16)));
376 typedef cl_uint __cl_uint4 __attribute__((vector_size(16)));
377 typedef cl_int __cl_int4 __attribute__((vector_size(16)));
378 typedef cl_ulong __cl_ulong2 __attribute__((vector_size(16)));
379 typedef cl_long __cl_long2 __attribute__((vector_size(16)));
380 typedef cl_double __cl_double2 __attribute__((vector_size(16)))
    [all...]
  /external/clang/test/SemaCXX/
altivec.cpp 3 typedef int V4i __attribute__((vector_size(16)));
literal-type.cpp 11 typedef int Vector __attribute__((vector_size(16)));
references.cpp 117 __attribute((vector_size(16))) typedef int vec4;
  /external/swiftshader/third_party/subzero/crosstest/
vectors.h 34 #define X(ty, eltty, castty) typedef eltty ty __attribute__((vector_size(16)));
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
msa.h 31 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
32 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
33 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
34 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
35 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
36 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
37 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
38 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
39 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
40 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)))
    [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
msa.h 31 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
32 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
33 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
34 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
35 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
36 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
37 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
38 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
39 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
40 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_gs.c 613 int vector_size = shader->vector_length * sizeof(unsigned); local
615 align_malloc(vector_size, vector_size);
814 int vector_size = gs->vector_length * sizeof(float); local
819 gs->llvm_emitted_primitives = align_malloc(vector_size, vector_size);
820 gs->llvm_emitted_vertices = align_malloc(vector_size, vector_size);
821 gs->llvm_prim_ids = align_malloc(vector_size, vector_size);
    [all...]

Completed in 4652 milliseconds

1 23 4 5