Searched refs:push (Results 151 - 175 of 2885) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/
H A Darray-push-unshift-read-only-length.js19 function push(a) {
20 a.push(3);
25 check(push);
26 check(push);
27 check(push);
28 %OptimizeFunctionOnNextCall(push);
29 check(push);
59 b.push(3, 4, 5);
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dcall-keyed.js30 A.i.push(function () { });
31 A.i.push(function () { });
/external/chromium_org/v8/test/webkit/
H A Dfunction-dot-apply-replace-base.js38 array.push(1);
39 array.push(2);
/external/clang/test/Sema/
H A Dpragma-pack.c11 #pragma pack(push, eek, 16) // -> (eek, 2), 16
13 #pragma pack(push) // -> (eek, 2), (, 2), 16
16 #pragma pack(push, 8) // -> (eek, 2), (, 2), (, 1), 8
24 #pragma pack(push)
/external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/
H A Dctor_comp.pass.cpp23 q.push(1);
24 q.push(2);
H A Dctor_default.pass.cpp23 q.push(1);
24 q.push(2);
/external/libcxx/test/containers/container.adaptors/queue/queue.cons/
H A Dctor_default.pass.cpp23 q.push(1);
24 q.push(2);
/external/libcxx/test/containers/container.adaptors/stack/stack.cons/
H A Dctor_default.pass.cpp24 q.push(1);
25 q.push(2);
/external/llvm/test/MC/COFF/
H A Dseh-align3.s70 push %r12
72 push %r13
/external/llvm/test/MC/X86/
H A Dcfi_def_cfa-crash.s13 push %rbp
23 push %rax
25 push %rdi
27 push %rsi
29 push %rdx
31 push %rcx
33 push %r8
35 push %r9
/external/stlport/stlport/stl/config/
H A D_prolog.h4 # pragma warning (push)
10 # pragma pack(push, 8)
12 # pragma pack(push, 16)
17 # pragma option push
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_screen.c273 struct nouveau_pushbuf *push = screen->base.pushbuf; local
277 BEGIN_NV04(push, NV30_3D(FENCE_OFFSET), 2);
278 PUSH_DATA (push, 0);
279 PUSH_DATA (push, *sequence);
328 struct nouveau_pushbuf *push; local
391 push = screen->base.pushbuf;
392 push->rsvd_kick = 16;
458 BEGIN_NV04(push, NV01_SUBC(3D, OBJECT), 1);
459 PUSH_DATA (push, screen->eng3d->handle);
460 BEGIN_NV04(push, NV30_3
[all...]
H A Dnv30_winsys.h23 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, argument
26 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor);
30 bufctx(struct nouveau_pushbuf *push) argument
32 struct nouveau_bufctx **pctx = push->user_priv;
37 PUSH_RESET(struct nouveau_pushbuf *push, int bin) argument
39 nouveau_bufctx_reset(bufctx(push), bin);
43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, argument
46 nouveau_bufctx_refn(bufctx(push), bin, bo, access);
50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
53 nouveau_bufctx_mthd(bufctx(push), bi
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) argument
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) argument
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) argument
103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nv04_resource *r, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) argument
112 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
119 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_screen.c273 struct nouveau_pushbuf *push = screen->base.pushbuf; local
277 BEGIN_NV04(push, NV30_3D(FENCE_OFFSET), 2);
278 PUSH_DATA (push, 0);
279 PUSH_DATA (push, *sequence);
328 struct nouveau_pushbuf *push; local
391 push = screen->base.pushbuf;
392 push->rsvd_kick = 16;
458 BEGIN_NV04(push, NV01_SUBC(3D, OBJECT), 1);
459 PUSH_DATA (push, screen->eng3d->handle);
460 BEGIN_NV04(push, NV30_3
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_query.c127 nv50_query_get(struct nouveau_pushbuf *push, struct nv50_query *q, argument
132 PUSH_SPACE(push, 5);
133 PUSH_REFN (push, q->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR);
134 BEGIN_NV04(push, NV50_3D(QUERY_ADDRESS_HIGH), 4);
135 PUSH_DATAh(push, q->bo->offset + offset);
136 PUSH_DATA (push, q->bo->offset + offset);
137 PUSH_DATA (push, q->sequence);
138 PUSH_DATA (push, get);
145 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
168 PUSH_SPACE(push,
198 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
308 nv84_query_fifo_wait(struct nouveau_pushbuf *push, struct pipe_query *pq) argument
327 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
352 nv50_query_pushbuf_submit(struct nouveau_pushbuf *push, struct pipe_query *pq, unsigned result_offset) argument
373 struct nouveau_pushbuf *push = nv50_context(pipe)->base.pushbuf; local
[all...]
H A Dnv50_winsys.h43 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) argument
46 nouveau_pushbuf_refn(push, &ref, 1);
91 PUSH_DATAh(struct nouveau_pushbuf *push, uint64_t data) argument
93 *push->cur++ = (uint32_t)(data >> 32);
97 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
100 PUSH_SPACE(push, size + 1);
102 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size));
106 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
109 PUSH_SPACE(push, size + 1);
111 PUSH_DATA (push, NV50_FIFO_PKHDR_N
116 BEGIN_NL50(struct nouveau_pushbuf *push, int subc, int mthd, uint32_t size) argument
[all...]
H A Dnv50_shader_state.c34 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
62 BEGIN_NV04(push, NV50_3D(SET_PROGRAM_CB), 1);
63 PUSH_DATA (push, (b << 12) | (i << 8) | p | 1);
68 if (!PUSH_SPACE(push, 16))
70 nr = PUSH_AVAIL(push);
74 BEGIN_NV04(push, NV50_3D(CB_ADDR), 1);
75 PUSH_DATA (push, (start << 8) | b);
76 BEGIN_NI04(push, NV50_3D(CB_DATA(0)), nr);
77 PUSH_DATAp(push, &nv50->constbuf[s][0].u.data[start * 4], nr);
91 BEGIN_NV04(push, NV50_3
149 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
170 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
192 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
217 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
274 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
339 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
523 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
550 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_query.c127 nv50_query_get(struct nouveau_pushbuf *push, struct nv50_query *q, argument
132 PUSH_SPACE(push, 5);
133 PUSH_REFN (push, q->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR);
134 BEGIN_NV04(push, NV50_3D(QUERY_ADDRESS_HIGH), 4);
135 PUSH_DATAh(push, q->bo->offset + offset);
136 PUSH_DATA (push, q->bo->offset + offset);
137 PUSH_DATA (push, q->sequence);
138 PUSH_DATA (push, get);
145 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
168 PUSH_SPACE(push,
198 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
308 nv84_query_fifo_wait(struct nouveau_pushbuf *push, struct pipe_query *pq) argument
327 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
352 nv50_query_pushbuf_submit(struct nouveau_pushbuf *push, struct pipe_query *pq, unsigned result_offset) argument
373 struct nouveau_pushbuf *push = nv50_context(pipe)->base.pushbuf; local
[all...]
H A Dnv50_winsys.h43 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) argument
46 nouveau_pushbuf_refn(push, &ref, 1);
91 PUSH_DATAh(struct nouveau_pushbuf *push, uint64_t data) argument
93 *push->cur++ = (uint32_t)(data >> 32);
97 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
100 PUSH_SPACE(push, size + 1);
102 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size));
106 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
109 PUSH_SPACE(push, size + 1);
111 PUSH_DATA (push, NV50_FIFO_PKHDR_N
116 BEGIN_NL50(struct nouveau_pushbuf *push, int subc, int mthd, uint32_t size) argument
[all...]
H A Dnv50_shader_state.c34 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
62 BEGIN_NV04(push, NV50_3D(SET_PROGRAM_CB), 1);
63 PUSH_DATA (push, (b << 12) | (i << 8) | p | 1);
68 if (!PUSH_SPACE(push, 16))
70 nr = PUSH_AVAIL(push);
74 BEGIN_NV04(push, NV50_3D(CB_ADDR), 1);
75 PUSH_DATA (push, (start << 8) | b);
76 BEGIN_NI04(push, NV50_3D(CB_DATA(0)), nr);
77 PUSH_DATAp(push, &nv50->constbuf[s][0].u.data[start * 4], nr);
91 BEGIN_NV04(push, NV50_3
149 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
170 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
192 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
217 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
274 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
339 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
523 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
550 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv10_render.c112 struct nouveau_pushbuf *push = context_push(ctx); local
130 BEGIN_NV04(push, NV10_3D(VTXBUF_FMT(i)), 1);
131 PUSH_DATA (push, hw_format);
139 struct nouveau_pushbuf *push = context_push(ctx); local
145 BEGIN_NV04(push, NV10_3D(VTXBUF_OFFSET(i)), 1);
146 PUSH_MTHDl(push, NV10_3D(VTXBUF_OFFSET(i)), BUFCTX_VTX,
162 BEGIN_NV04(push, NV10_3D(VTXBUF_VALIDATE), 1); \
163 PUSH_DATA (push, 0)
166 BEGIN_NV04(push, NV10_3D(VTXBUF_BEGIN_END), 1); \
167 PUSH_DATA (push, pri
[all...]
H A Dnv20_render.c136 struct nouveau_pushbuf *push = context_push(ctx); local
152 BEGIN_NV04(push, NV20_3D(VTXBUF_FMT(i)), 1);
153 PUSH_DATA (push, hw_format);
161 struct nouveau_pushbuf *push = context_push(ctx); local
167 BEGIN_NV04(push, NV20_3D(VTXBUF_OFFSET(i)), 1);
168 PUSH_MTHD (push, NV20_3D(VTXBUF_OFFSET(i)), BUFCTX_VTX,
186 BEGIN_NV04(push, NV20_3D(VTXBUF_VALIDATE), 1); \
187 PUSH_DATA (push, 0)
190 BEGIN_NV04(push, NV20_3D(VERTEX_BEGIN_END), 1); \
191 PUSH_DATA (push, pri
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_render.c112 struct nouveau_pushbuf *push = context_push(ctx); local
130 BEGIN_NV04(push, NV10_3D(VTXBUF_FMT(i)), 1);
131 PUSH_DATA (push, hw_format);
139 struct nouveau_pushbuf *push = context_push(ctx); local
145 BEGIN_NV04(push, NV10_3D(VTXBUF_OFFSET(i)), 1);
146 PUSH_MTHDl(push, NV10_3D(VTXBUF_OFFSET(i)), BUFCTX_VTX,
162 BEGIN_NV04(push, NV10_3D(VTXBUF_VALIDATE), 1); \
163 PUSH_DATA (push, 0)
166 BEGIN_NV04(push, NV10_3D(VTXBUF_BEGIN_END), 1); \
167 PUSH_DATA (push, pri
[all...]
H A Dnv20_render.c136 struct nouveau_pushbuf *push = context_push(ctx); local
152 BEGIN_NV04(push, NV20_3D(VTXBUF_FMT(i)), 1);
153 PUSH_DATA (push, hw_format);
161 struct nouveau_pushbuf *push = context_push(ctx); local
167 BEGIN_NV04(push, NV20_3D(VTXBUF_OFFSET(i)), 1);
168 PUSH_MTHD (push, NV20_3D(VTXBUF_OFFSET(i)), BUFCTX_VTX,
186 BEGIN_NV04(push, NV20_3D(VTXBUF_VALIDATE), 1); \
187 PUSH_DATA (push, 0)
190 BEGIN_NV04(push, NV20_3D(VERTEX_BEGIN_END), 1); \
191 PUSH_DATA (push, pri
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Dstub_analysis_results.js20 this.tables.push(table);
31 table.rows.push({label: label,
36 table.rows.push({spacing: true});
40 table.rows.push({label: label,
46 table.rows.push({label: label,

Completed in 580 milliseconds

1234567891011>>