Searched refs:push (Results 176 - 200 of 2885) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_tex.c41 struct nouveau_pushbuf *push = context_push(ctx); local
51 BEGIN_NV04(push, NV10_3D(TEX_GEN_COEFF(i, j)), 4);
52 PUSH_DATAp(push, k, 4);
55 BEGIN_NV04(push, NV10_3D(TEX_GEN_MODE(i,j)), 1);
56 PUSH_DATA (push, nvgl_texgen_mode(coord->Mode));
59 BEGIN_NV04(push, NV10_3D(TEX_GEN_MODE(i,j)), 1);
60 PUSH_DATA (push, 0);
72 struct nouveau_pushbuf *push = context_push(ctx); local
77 BEGIN_NV04(push, NV10_3D(TEX_MATRIX_ENABLE(i)), 1);
78 PUSH_DATA (push,
158 struct nouveau_pushbuf *push = context_push(ctx); local
[all...]
H A Dnv04_context.c53 struct nouveau_pushbuf *push = context_push(ctx); local
69 BEGIN_NV04(push, NV01_SUBC(3D, OBJECT), 1);
70 PUSH_DATA (push, fahrenheit->handle);
81 struct nouveau_pushbuf *push = context_push(ctx); local
84 BEGIN_NV04(push, NV01_SUBC(SURF, OBJECT), 1);
85 PUSH_DATA (push, hw->surf3d->handle);
86 BEGIN_NV04(push, NV04_SF3D(DMA_NOTIFY), 3);
87 PUSH_DATA (push, hw->ntfy->handle);
88 PUSH_DATA (push, fifo->vram);
89 PUSH_DATA (push, fif
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
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/mesa/drivers/dri/nouveau/
H A Dnv10_state_tex.c41 struct nouveau_pushbuf *push = context_push(ctx); local
51 BEGIN_NV04(push, NV10_3D(TEX_GEN_COEFF(i, j)), 4);
52 PUSH_DATAp(push, k, 4);
55 BEGIN_NV04(push, NV10_3D(TEX_GEN_MODE(i,j)), 1);
56 PUSH_DATA (push, nvgl_texgen_mode(coord->Mode));
59 BEGIN_NV04(push, NV10_3D(TEX_GEN_MODE(i,j)), 1);
60 PUSH_DATA (push, 0);
72 struct nouveau_pushbuf *push = context_push(ctx); local
77 BEGIN_NV04(push, NV10_3D(TEX_MATRIX_ENABLE(i)), 1);
78 PUSH_DATA (push,
158 struct nouveau_pushbuf *push = context_push(ctx); local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_query.c157 nvc0_query_get(struct nouveau_pushbuf *push, struct nvc0_query *q, argument
162 PUSH_SPACE(push, 5);
163 PUSH_REFN (push, q->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR);
164 BEGIN_NVC0(push, NVC0_3D(QUERY_ADDRESS_HIGH), 4);
165 PUSH_DATAh(push, q->bo->offset + offset);
166 PUSH_DATA (push, q->bo->offset + offset);
167 PUSH_DATA (push, q->sequence);
168 PUSH_DATA (push, get);
184 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
209 nvc0_query_get(push,
256 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
409 nvc0_query_fifo_wait(struct nouveau_pushbuf *push, struct pipe_query *pq) argument
431 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
483 nvc0_query_pushbuf_submit(struct nouveau_pushbuf *push, struct pipe_query *pq, unsigned result_offset) argument
[all...]
H A Dnvc0_winsys.h42 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) argument
45 nouveau_pushbuf_refn(push, &ref, 1);
101 PUSH_DATAh(struct nouveau_pushbuf *push, uint64_t data) argument
103 *push->cur++ = (uint32_t)(data >> 32);
107 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
110 PUSH_SPACE(push, size + 1);
112 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mthd, size));
116 BEGIN_NIC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
119 PUSH_SPACE(push, size + 1);
121 PUSH_DATA (push, NVC0_FIFO_PKHDR_N
125 BEGIN_1IC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
134 IMMED_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, uint8_t data) argument
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_query.c157 nvc0_query_get(struct nouveau_pushbuf *push, struct nvc0_query *q, argument
162 PUSH_SPACE(push, 5);
163 PUSH_REFN (push, q->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR);
164 BEGIN_NVC0(push, NVC0_3D(QUERY_ADDRESS_HIGH), 4);
165 PUSH_DATAh(push, q->bo->offset + offset);
166 PUSH_DATA (push, q->bo->offset + offset);
167 PUSH_DATA (push, q->sequence);
168 PUSH_DATA (push, get);
184 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
209 nvc0_query_get(push,
256 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
409 nvc0_query_fifo_wait(struct nouveau_pushbuf *push, struct pipe_query *pq) argument
431 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
483 nvc0_query_pushbuf_submit(struct nouveau_pushbuf *push, struct pipe_query *pq, unsigned result_offset) argument
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dcyclic-array-to-string.js34 a1.push(a1);
38 a1.push(1);
42 a1.push(a1);
49 a1.push(a2);
50 a1.push(a2);
54 a2.push(a1);
61 a1.push(a2);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/interface/
H A Dabstract_earcons.js61 this.earconNames.push('ALERT_MODAL');
62 this.earconNames.push('ALERT_NONMODAL');
63 this.earconNames.push('BULLET');
64 this.earconNames.push('BUSY_PROGRESS_LOOP');
65 this.earconNames.push('BUSY_WORKING_LOOP');
66 this.earconNames.push('BUTTON');
67 this.earconNames.push('CHECK_OFF');
68 this.earconNames.push('CHECK_ON');
69 this.earconNames.push('COLLAPSED');
70 this.earconNames.push('EDITABLE_TEX
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.h22 struct nouveau_pushbuf *push; member in struct:nouveau_decoder
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
72 PUSH_SPACE(push, size + 1);
73 PUSH_DATA (push, NV04_FIFO_PKHDR(subc, mthd, size));
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
79 PUSH_SPACE(push, size + 1);
80 PUSH_DATA (push, NV04_FIFO_PKHDR_NI(subc, mthd, size));
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, argument
93 PUSH_DATA(push, bo->offset + offset);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.h22 struct nouveau_pushbuf *push; member in struct:nouveau_decoder
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
72 PUSH_SPACE(push, size + 1);
73 PUSH_DATA (push, NV04_FIFO_PKHDR(subc, mthd, size));
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
79 PUSH_SPACE(push, size + 1);
80 PUSH_DATA (push, NV04_FIFO_PKHDR_NI(subc, mthd, size));
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, argument
93 PUSH_DATA(push, bo->offset + offset);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
H A Dspoken_list_builder.js28 this.list_.push([expectedText, cvox.AbstractTts.QUEUE_MODE_FLUSH]);
39 this.list_.push([expectedText, cvox.AbstractTts.QUEUE_MODE_QUEUE]);
50 this.list_.push([expectedText, cvox.AbstractTts.QUEUE_MODE_CATEGORY_FLUSH]);
/external/chromium_org/chrome/common/extensions/docs/examples/tutorials/analytics/
H A Dpopup.js18 _gaq.push(['_setAccount', _AnalyticsCode]);
19 _gaq.push(['_trackPageview']);
37 _gaq.push(['_trackEvent', e.target.id, 'clicked']);
/external/libcxx/test/containers/container.adaptors/queue/queue.defn/
H A Dpop.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
H A Dpush_rv.pass.cpp12 // void push(value_type&& v);
23 q.push(MoveOnly(1));
27 q.push(MoveOnly(2));
31 q.push(MoveOnly(3));
/external/libcxx/test/containers/container.adaptors/stack/stack.defn/
H A Dpop.pass.cpp21 q.push(1);
22 q.push(2);
23 q.push(3);
/external/apache-harmony/support/src/test/java/tests/util/
H A DCallVerificationStack.java86 this.callStack.push(eles[i]);
117 public Object push(Object o) { method in class:CallVerificationStack
119 return super.push(o);
125 * @param val the value to push
127 public void push(boolean val) { method in class:CallVerificationStack
128 this.push(new BaseTypeWrapper(val));
134 * @param val the value to push
136 public void push(char val) { method in class:CallVerificationStack
137 this.push(new BaseTypeWrapper(val));
143 * @param val the value to push
145 public void push(double val) { method in class:CallVerificationStack
154 public void push(float val) { method in class:CallVerificationStack
163 public void push(int val) { method in class:CallVerificationStack
172 public void push(long val) { method in class:CallVerificationStack
181 public void push(short val) { method in class:CallVerificationStack
[all...]
/external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
H A Dglobal_sideffects3.js8 results.push('' + dnsResolve('host' + i));
/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskCache.cpp19 void GrClipMaskCache::push() { function in class:GrClipMaskCache
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-117409.js46 literal.push(Math.E, Math.E);
H A Dregress-1625.js28 // Test that overwriting Array.prototype.push does not make
31 Array.prototype.push = 1;
H A Dregress-2185.js34 a.push(j);
H A Dregress-2646.js36 storage.push(new Float64Array(heap, 0, itemSize));
H A Dregress-2758.js32 function() { var f = [].push; f() },
35 function() { (0, [].push)() },
H A Dregress-3027.js34 args.push(i);

Completed in 491 milliseconds

1234567891011>>