Searched defs:push (Results 151 - 175 of 363) sorted by relevance

1234567891011>>

/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/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_push.c14 struct nouveau_pushbuf *push; member in struct:push_context
33 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) argument
36 for (i = 0; i < push; ++i)
43 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) argument
46 for (i = 0; i < push; ++i)
53 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) argument
56 for (i = 0; i < push; ++i)
68 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
71 nr = push;
73 nr = prim_restart_search_i08(elts, push, ct
101 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
134 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
165 unsigned push = MIN2(count, ctx->packet_vertex_limit); 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...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_screen.c292 struct nouveau_pushbuf *push = screen->base.pushbuf; local
296 BEGIN_NVC0(push, SUBC_3D(NVC0_GRAPH_MACRO_ID), 2);
297 PUSH_DATA (push, (m - 0x3800) / 8);
298 PUSH_DATA (push, pos);
299 BEGIN_1IC0(push, SUBC_3D(NVC0_GRAPH_MACRO_UPLOAD_POS), size + 1);
300 PUSH_DATA (push, pos);
301 PUSH_DATAp(push, data, size);
307 nvc0_magic_3d_init(struct nouveau_pushbuf *push, uint16_t obj_class) argument
309 BEGIN_NVC0(push, SUBC_3D(0x10cc), 1);
310 PUSH_DATA (push,
372 struct nouveau_pushbuf *push = screen->base.pushbuf; local
405 struct nouveau_pushbuf *push; local
[all...]
H A Dnvc0_tex.c213 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
234 PUSH_SPACE(push, 17);
235 BEGIN_NVC0(push, NVC0_M2MF(OFFSET_OUT_HIGH), 2);
236 PUSH_DATAh(push, txc->offset + (tic->id * 32));
237 PUSH_DATA (push, txc->offset + (tic->id * 32));
238 BEGIN_NVC0(push, NVC0_M2MF(LINE_LENGTH_IN), 2);
239 PUSH_DATA (push, 32);
240 PUSH_DATA (push, 1);
241 BEGIN_NVC0(push, NVC0_M2MF(EXEC), 1);
242 PUSH_DATA (push,
281 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
358 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
402 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
469 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_context.c147 struct nouveau_pushbuf *push = context_push(ctx); local
154 BEGIN_NV04(push, NV17_3D(HIERZ_FILL_VALUE), 1);
155 PUSH_DATA (push, pack_zs_f(s->format, ctx->Depth.Clear, 0));
156 BEGIN_NV04(push, NV17_3D(HIERZ_BUFFER_CLEAR), 1);
157 PUSH_DATA (push, 1);
176 struct nouveau_pushbuf *push = context_push(ctx); local
180 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx);
181 if (nouveau_pushbuf_validate(push)) {
182 nouveau_pushbuf_bufctx(push, NULL);
196 nouveau_pushbuf_bufctx(push, NUL
203 struct nouveau_pushbuf *push = context_push(ctx); local
[all...]
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 Dnv10_state_fb.c57 struct nouveau_pushbuf *push = context_push(ctx); local
75 PUSH_SPACE(push, 11);
76 BEGIN_NV04(push, NV17_3D(HIERZ_OFFSET), 1);
77 PUSH_MTHDl(push, NV17_3D(HIERZ_OFFSET), BUFCTX_FB,
79 BEGIN_NV04(push, NV17_3D(HIERZ_WINDOW_X), 4);
80 PUSH_DATAf(push, - 1792);
81 PUSH_DATAf(push, - 2304 + fb->Height);
82 PUSH_DATAf(push, fb->_DepthMaxF / 2);
83 PUSH_DATAf(push, 0);
85 BEGIN_NV04(push, NV17_3
95 struct nouveau_pushbuf *push = context_push(ctx); local
165 struct nouveau_pushbuf *push = context_push(ctx); local
178 struct nouveau_pushbuf *push = context_push(ctx); local
204 struct nouveau_pushbuf *push = context_push(ctx); local
[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/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DFrame.java188 public void push(final Value value) throws IndexOutOfBoundsException { method in class:Frame
224 push(interpreter.newOperation(insn));
231 push(interpreter.copyOperation(insn,
244 push(interpreter.binaryOperation(insn, value1, value2));
294 push(interpreter.copyOperation(insn, value1));
295 push(interpreter.copyOperation(insn, value1));
303 push(interpreter.copyOperation(insn, value1));
304 push(interpreter.copyOperation(insn, value2));
305 push(interpreter.copyOperation(insn, value1));
314 push(interprete
[all...]
/external/proguard/src/proguard/evaluation/
H A DTracedStack.java65 * Sets the Value that will be stored along with all push and pop
159 public void push(Value value) method in class:TracedStack
161 super.push(value);
334 producerStack.push(producerValue);
/external/stlport/stlport/stl/
H A D_queue.h100 void push(const value_type& __x) { c.push_back(__x); } function in class:queue
223 void push(const value_type& __x) { function in class:priority_queue
/external/valgrind/main/memcheck/tests/
H A Dmempool2.c56 void push(pool *p, int use_mmap ) function
127 push(p1, 0);
128 push(p2, 1);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3commontreenodestream.h212 /// a child, push current node and current index (current index
293 void (*push) (struct ANTLR3_COMMON_TREE_NODE_STREAM_struct * ctns, ANTLR3_INT32 index); member in struct:ANTLR3_COMMON_TREE_NODE_STREAM_struct
316 * Calling mark() will push another of these on the markers stack.
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.java53 /** Stack of indexes used for push/pop calls */
125 public void push(int index) { method in class:CommonTreeNodeStream
129 calls.push(p); // save current index
133 /** Seek back to previous index saved during last push() call.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DNamespaceMappings.java77 * mappings at deeper depths push later on such a stack. Mappings pushed
123 stack.push(nn);
128 stack.push(nn);
245 // don't push this one.
252 stack.push(map);
253 m_nodeStack.push(map);
354 * and popping of namespaces to one push or one pop on
396 public Object push(Object o) { method in class:NamespaceMappings.Stack
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DNodeVector.java148 public final void push(int value) method in class:NodeVector
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
H A Dbackground.js44 CallbackChain.prototype.push = function(callback) {
45 this._callbacks.push(callback);
87 this._children.push(node);
132 callbackChain.push(currentChild.droppedFromParent.bind(currentChild));
156 callbackChain.push(child.droppedFromParent.bind(child));
291 callbackChain.push(this.store.bind(this));
362 callbackChain.push(tree.store.bind(tree));
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.h130 void push(Operation task) { queue_.push(task); } function in class:content::IndexedDBTransaction::TaskQueue
145 void push(Operation task) { stack_.push(task); } function in class:content::IndexedDBTransaction::TaskStack
/external/chromium_org/media/cast/test/utility/
H A Dtap_proxy.cc126 push(base::TimeTicks::Now());
133 void push(base::TimeTicks now) { function in class:ByteCounter
198 in_pipe_input_counter.push(now);
199 in_pipe_output_counter.push(now);
200 out_pipe_input_counter.push(now);
201 out_pipe_output_counter.push(now);
H A Dudp_proxy_main.cc22 push(base::TimeTicks::Now());
29 void push(base::TimeTicks now) { function in class:ByteCounter
94 in_pipe_input_counter.push(now);
95 in_pipe_output_counter.push(now);
96 out_pipe_input_counter.push(now);
97 out_pipe_output_counter.push(now);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGeometryMap.cpp188 // We need to push mappings in reverse order here, so do insertions rather than appends.
239 push(renderer, toLayoutSize(layerOffset), accumulatingTransform, /*isNonUniform*/ false, /*isFixedPosition*/ false, /*hasTransform*/ false);
246 void RenderGeometryMap::push(const RenderObject* renderer, const LayoutSize& offsetFromContainer, bool accumulatingTransform, bool isNonUniform, bool isFixedPosition, bool hasTransform, LayoutSize offsetForFixedPosition) function in class:blink::RenderGeometryMap
248 // fprintf(stderr, "RenderGeometryMap::push %p %d,%d isNonUniform=%d\n", renderer, offsetFromContainer.width().toInt(), offsetFromContainer.height().toInt(), isNonUniform);
263 void RenderGeometryMap::push(const RenderObject* renderer, const TransformationMatrix& t, bool accumulatingTransform, bool isNonUniform, bool isFixedPosition, bool hasTransform, LayoutSize offsetForFixedPosition) function in class:blink::RenderGeometryMap
/external/chromium_org/third_party/icu/source/common/
H A Dusc_impl.c78 static void push(UScriptRun *scriptRun, int32_t pairIndex, UScriptCode scriptCode) function
299 * if it's an open character, push it onto the stack.
306 push(scriptRun, pairIndex, scriptRun->scriptCode);
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_state_validate.c40 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
100 if (!PUSH_SPACE(push, 64))
102 PUSH_RESET(push, BUFCTX_FB);
104 BEGIN_NV04(push, SUBC_3D(0x1da4), 1);
105 PUSH_DATA (push, 0);
106 BEGIN_NV04(push, NV30_3D(RT_HORIZ), 3);
107 PUSH_DATA (push, w << 16);
108 PUSH_DATA (push, h << 16);
109 PUSH_DATA (push, rt_format);
110 BEGIN_NV04(push, NV30_3
180 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
209 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
220 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
229 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
250 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
270 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
293 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
302 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
311 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
322 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
339 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
352 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
462 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
[all...]

Completed in 2263 milliseconds

1234567891011>>