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

1 23 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.h 43 uint num_tokens );
  /external/mesa3d/src/gallium/auxiliary/util/
u_draw.h 54 uint start,
55 uint count)
72 uint start,
73 uint count)
90 uint start,
91 uint count,
92 uint start_instance,
93 uint instance_count)
113 uint start,
114 uint count
    [all...]
  /external/arm-neon-tests/
ref_vclz.c 58 DECL_VARIABLE(vector, uint, 8, 8);
59 DECL_VARIABLE(vector, uint, 16, 4);
60 DECL_VARIABLE(vector, uint, 32, 2);
64 DECL_VARIABLE(vector, uint, 8, 16);
65 DECL_VARIABLE(vector, uint, 16, 8);
66 DECL_VARIABLE(vector, uint, 32, 4);
71 DECL_VARIABLE(vector_res, uint, 8, 8);
72 DECL_VARIABLE(vector_res, uint, 16, 4);
73 DECL_VARIABLE(vector_res, uint, 32, 2);
77 DECL_VARIABLE(vector_res, uint, 8, 16)
    [all...]
ref_vpadal.c 59 DECL_VARIABLE(vector, uint, 16, 4);
60 DECL_VARIABLE(vector, uint, 32, 2);
61 DECL_VARIABLE(vector, uint, 64, 1);
65 DECL_VARIABLE(vector, uint, 16, 8);
66 DECL_VARIABLE(vector, uint, 32, 4);
67 DECL_VARIABLE(vector, uint, 64, 2);
72 DECL_VARIABLE(vector2, uint, 8, 8);
73 DECL_VARIABLE(vector2, uint, 16, 4);
74 DECL_VARIABLE(vector2, uint, 32, 2);
78 DECL_VARIABLE(vector2, uint, 8, 16)
    [all...]
compute_ref_data.c 132 VECT_VAR_DECL_INIT(buffer, uint, 8, 8);
133 PAD(buffer_pad, uint, 8, 8);
138 VECT_VAR_DECL_INIT(buffer, uint, 16, 4);
139 PAD(buffer_pad, uint, 16, 4);
140 VECT_VAR_DECL_INIT(buffer, uint, 32, 2);
141 PAD(buffer_pad, uint, 32, 2);
142 VECT_VAR_DECL_INIT(buffer, uint, 64, 1);
143 PAD(buffer_pad, uint, 64, 1);
166 VECT_VAR_DECL_INIT(buffer, uint, 8, 16);
167 PAD(buffer_pad, uint, 8, 16)
    [all...]
ref_vbsl.c 66 VDUP(vector2, , uint, u, 8, 8, 0xF3);
67 VDUP(vector2, , uint, u, 16, 4, 0xFFF2);
68 VDUP(vector2, , uint, u, 32, 2, 0xFFFFFFF0);
69 VDUP(vector2, , uint, u, 64, 1, 0xFFFFFFF3);
78 VDUP(vector2, q, uint, u, 8, 16, 0xF3);
79 VDUP(vector2, q, uint, u, 16, 8, 0xFFF2);
80 VDUP(vector2, q, uint, u, 32, 4, 0xFFFFFFF0);
81 VDUP(vector2, q, uint, u, 64, 2, 0xFFFFFFF3);
86 VDUP(vector_first, , uint, u, 8, 8, 0xF4);
87 VDUP(vector_first, , uint, u, 16, 4, 0xFFF6)
    [all...]
ref_vrsqrte.c 51 DECL_VARIABLE(vector, uint, 32, 2);
53 DECL_VARIABLE(vector, uint, 32, 4);
56 DECL_VARIABLE(vector_res, uint, 32, 2);
58 DECL_VARIABLE(vector_res, uint, 32, 4);
64 VDUP(vector, , uint, u, 32, 2, 0x12345678);
66 VDUP(vector, q, uint, u, 32, 4, 0xABCDEF10);
70 TEST_VRSQRTE(, uint, u, 32, 2);
72 TEST_VRSQRTE(q, uint, u, 32, 4);
77 DUMP(TEST_MSG, uint, 32, 2, PRIx32);
78 DUMP(TEST_MSG, uint, 32, 4, PRIx32)
    [all...]
ref_vqrshrn_n.c 68 DECL_VARIABLE(vector, uint, 16, 8);
69 DECL_VARIABLE(vector, uint, 32, 4);
70 DECL_VARIABLE(vector, uint, 64, 2);
75 DECL_VARIABLE(vector_res, uint, 8, 8);
76 DECL_VARIABLE(vector_res, uint, 16, 4);
77 DECL_VARIABLE(vector_res, uint, 32, 2);
84 VLOAD(vector, buffer, q, uint, u, 16, 8);
85 VLOAD(vector, buffer, q, uint, u, 32, 4);
86 VLOAD(vector, buffer, q, uint, u, 64, 2);
93 TEST_VQRSHRN_N(uint, u, 16, 8, 8, 2)
    [all...]
ref_vqshrn_n.c 68 DECL_VARIABLE(vector, uint, 16, 8);
69 DECL_VARIABLE(vector, uint, 32, 4);
70 DECL_VARIABLE(vector, uint, 64, 2);
75 DECL_VARIABLE(vector_res, uint, 8, 8);
76 DECL_VARIABLE(vector_res, uint, 16, 4);
77 DECL_VARIABLE(vector_res, uint, 32, 2);
84 VLOAD(vector, buffer, q, uint, u, 16, 8);
85 VLOAD(vector, buffer, q, uint, u, 32, 4);
86 VLOAD(vector, buffer, q, uint, u, 64, 2);
93 TEST_VQSHRN_N(uint, u, 16, 8, 8, 2)
    [all...]
ref_vdup_lane.c 60 TEST_VDUP_LANE(, uint, u, 8, 8, 8, 7);
61 TEST_VDUP_LANE(, uint, u, 16, 4, 4, 3);
62 TEST_VDUP_LANE(, uint, u, 32, 2, 2, 1);
63 TEST_VDUP_LANE(, uint, u, 64, 1, 1, 0);
72 TEST_VDUP_LANE(q, uint, u, 8, 16, 8, 5);
73 TEST_VDUP_LANE(q, uint, u, 16, 8, 4, 1);
74 TEST_VDUP_LANE(q, uint, u, 32, 4, 2, 0);
75 TEST_VDUP_LANE(q, uint, u, 64, 2, 1, 0);
ref_vqshlu_n.c 81 TEST_VQSHLU_N(, int, s, uint, u, 8, 8, 2);
82 TEST_VQSHLU_N(, int, s, uint, u, 16, 4, 1);
83 TEST_VQSHLU_N(, int, s, uint, u, 32, 2, 1);
84 TEST_VQSHLU_N(, int, s, uint, u, 64, 1, 2);
86 TEST_VQSHLU_N(q, int, s, uint, u, 8, 16, 2);
87 TEST_VQSHLU_N(q, int, s, uint, u, 16, 8, 1);
88 TEST_VQSHLU_N(q, int, s, uint, u, 32, 4, 1);
89 TEST_VQSHLU_N(q, int, s, uint, u, 64, 2, 2);
107 TEST_VQSHLU_N(, int, s, uint, u, 8, 8, 1);
108 TEST_VQSHLU_N(, int, s, uint, u, 16, 4, 1)
    [all...]
ref_vshl_n.c 60 TEST_VSHL_N(, uint, u, 8, 8, 2);
61 TEST_VSHL_N(, uint, u, 16, 4, 4);
62 TEST_VSHL_N(, uint, u, 32, 2, 3);
63 TEST_VSHL_N(, uint, u, 64, 1, 1);
69 TEST_VSHL_N(q, uint, u, 8, 16, 2);
70 TEST_VSHL_N(q, uint, u, 16, 8, 3);
71 TEST_VSHL_N(q, uint, u, 32, 4, 2);
72 TEST_VSHL_N(q, uint, u, 64, 2, 1);
ref_vshr_n.c 60 TEST_VSHR_N(, uint, u, 8, 8, 2);
61 TEST_VSHR_N(, uint, u, 16, 4, 3);
62 TEST_VSHR_N(, uint, u, 32, 2, 5);
63 TEST_VSHR_N(, uint, u, 64, 1, 33);
69 TEST_VSHR_N(q, uint, u, 8, 16, 2);
70 TEST_VSHR_N(q, uint, u, 16, 8, 3);
71 TEST_VSHR_N(q, uint, u, 32, 4, 5);
72 TEST_VSHR_N(q, uint, u, 64, 2, 33);
ref_vmla_lane.c 47 DECL_VARIABLE(VAR, uint, 16, 4); \
48 DECL_VARIABLE(VAR, uint, 32, 2); \
52 DECL_VARIABLE(VAR, uint, 16, 8); \
53 DECL_VARIABLE(VAR, uint, 32, 4); \
78 DECL_VARIABLE(vector3, uint, 16, 4);
79 DECL_VARIABLE(vector3, uint, 32, 2);
86 VLOAD(vector, buffer, , uint, u, 16, 4);
87 VLOAD(vector, buffer, , uint, u, 32, 2);
90 VLOAD(vector, buffer, q, uint, u, 16, 8);
91 VLOAD(vector, buffer, q, uint, u, 32, 4)
    [all...]
ref_v_comp_f_op.c 58 DECL_VARIABLE(vector_res, uint, 32, 2);
59 DECL_VARIABLE(vector_res, uint, 32, 4);
73 TEST_VCOMP(INSN_NAME, , float, f, uint, 32, 2);
74 DUMP(TEST_MSG, uint, 32, 2, PRIx32);
76 TEST_VCOMP(INSN_NAME, q, float, f, uint, 32, 4);
77 DUMP(TEST_MSG, uint, 32, 4, PRIx32);
84 TEST_VCOMP(INSN_NAME, , float, f, uint, 32, 2);
85 DUMP(TEST_MSG, uint, 32, 2, PRIx32);
87 TEST_VCOMP(INSN_NAME, q, float, f, uint, 32, 4);
88 DUMP(TEST_MSG, uint, 32, 4, PRIx32)
    [all...]
ref_vmull_n.c 54 DECL_VARIABLE(vector, uint, 16, 4);
55 DECL_VARIABLE(vector, uint, 32, 2);
59 DECL_VARIABLE(vector_res, uint, 32, 4);
60 DECL_VARIABLE(vector_res, uint, 64, 2);
67 VDUP(vector, , uint, u, 16, 4, 0x1000);
68 VDUP(vector, , uint, u, 32, 2, 0x1000);
73 TEST_VMULL_N(INSN_NAME, uint, u, 16, 32, 4, 0x33);
74 TEST_VMULL_N(INSN_NAME, uint, u, 32, 64, 2, 0x44);
80 DUMP(TEST_MSG, uint, 32, 4, PRIx32);
81 DUMP(TEST_MSG, uint, 64, 2, PRIx64)
    [all...]
ref_vmla.c 69 DECL_VMLX(uint, 8, 8);
70 DECL_VMLX(uint, 16, 4);
71 DECL_VMLX(uint, 32, 2);
76 DECL_VMLX(uint, 8, 16);
77 DECL_VMLX(uint, 16, 8);
78 DECL_VMLX(uint, 32, 4);
86 VLOAD(vector1, buffer, , uint, u, 8, 8);
87 VLOAD(vector1, buffer, , uint, u, 16, 4);
88 VLOAD(vector1, buffer, , uint, u, 32, 2);
93 VLOAD(vector1, buffer, q, uint, u, 8, 16)
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
matrix_integer.hpp 211 typedef detail::tmat2x2<uint, highp> highp_umat2;
215 typedef detail::tmat3x3<uint, highp> highp_umat3;
219 typedef detail::tmat4x4<uint, highp> highp_umat4;
223 typedef detail::tmat2x2<uint, highp> highp_umat2x2;
227 typedef detail::tmat2x3<uint, highp> highp_umat2x3;
231 typedef detail::tmat2x4<uint, highp> highp_umat2x4;
235 typedef detail::tmat3x2<uint, highp> highp_umat3x2;
239 typedef detail::tmat3x3<uint, highp> highp_umat3x3;
243 typedef detail::tmat3x4<uint, highp> highp_umat3x4;
247 typedef detail::tmat4x2<uint, highp> highp_umat4x2
    [all...]
  /external/lzma/CS/7zip/Compress/LZ/
LzOutWindow.cs 8 uint _pos;
9 uint _windowSize = 0;
10 uint _streamPos;
13 public uint TrainSize = 0;
15 public void Create(uint windowSize)
42 uint size = (len < _windowSize) ? (uint)len : _windowSize;
48 uint curSize = _windowSize - _pos;
54 size -= (uint)numReadBytes;
55 _pos += (uint)numReadBytes;
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 70 trace_dump_member(uint, templat, last_level);
71 trace_dump_member(uint, templat, nr_samples);
72 trace_dump_member(uint, templat, usage);
73 trace_dump_member(uint, templat, bind);
74 trace_dump_member(uint, templat, flags);
119 trace_dump_member(uint, state, front_ccw);
120 trace_dump_member(uint, state, cull_face);
121 trace_dump_member(uint, state, fill_front);
122 trace_dump_member(uint, state, fill_back);
149 trace_dump_member(uint, state, clip_plane_enable)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestNan.rs 23 float __attribute__((kernel)) testNanUintFloat(uint inV) {
  /external/emma/core/java12/com/vladium/jcd/lib/
UDataOutputStream.java 36 public final void writeU2 (final int uint) throws IOException
38 writeShort ((short) uint); // this narrowing cast is Ok
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
addup.rs 22 int4 RS_KERNEL add(uint x)
  /frameworks/rs/tests/lldb/cpp/Allocations/
allocs.rs 27 uint __attribute__((kernel)) square_kernel(ushort in)
29 uint result = (uint)in * (uint)in;
  /frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
allocs.rs 27 uint __attribute__((kernel)) square_kernel(ushort in)
29 uint result = (uint)(in) * (uint)in;

Completed in 1010 milliseconds

1 23 4 5 6 7 8 91011>>