HomeSort by relevance Sort by last modified time
    Searched defs:push (Results 201 - 225 of 338) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/skia/include/core/
SkTDArray.h 285 T* push() { return this->append(); } function in class:SkTDArray
286 void push(const T& elem) { *this->append() = elem; } function in class:SkTDArray
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
genopcode.asm 36 push cs label
37 push word cs label
38 push dword cs ; NASM unsupported label
39 push ds define
40 push es label
41 push fs label
42 push gs label
175 push si label
176 push esi label
178 push es label
    [all...]
  /external/chromium_org/v8/src/
effects.h 257 void push() { node_ = new(node_->zone) Node(node_->zone, node_); } function in class:v8::internal::NestedEffectsBase
320 NestedEffects Push() {
322 result.push();
  /external/clang/lib/Sema/
SemaAttr.cpp 56 /// push - Push the current alignment onto the stack, optionally
58 void push(IdentifierInfo *Name) { function in class:__anon22618::PragmaPackStack
158 Context->push(nullptr);
165 Context->push(nullptr);
175 Context->push(nullptr);
237 case Sema::PPK_Push: // pack(push [, id] [, [n])
238 Context->push(Name);
  /external/fonttools/Lib/fontTools/misc/
psLib.py 186 self.push(object)
193 self.push(object)
275 def push(self, object): member in class:PSInterpreter
297 self.push(ps_array(array))
  /external/icu/icu4c/source/common/
usc_impl.c 78 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/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 233 void ResourcePriorityQueue::push(SUnit *SU) { function in class:ResourcePriorityQueue
594 push(OnlyAvailablePred);
  /external/llvm/lib/Target/R600/
SIAnnotateControlFlow.cpp 73 void push(BasicBlock *BB, Value *Saved);
161 /// \brief Push a BB and saved value to the control flow stack
162 void SIAnnotateControlFlow::push(BasicBlock *BB, Value *Saved) { function in class:SIAnnotateControlFlow
195 push(Term->getSuccessor(1), ExtractValueInst::Create(Ret, 1, "", Term));
202 push(Term->getSuccessor(1), ExtractValueInst::Create(Ret, 1, "", Term));
279 push(Term->getSuccessor(0), Arg);
  /external/llvm/test/MC/X86/
x86-16.s 402 push %cs label
405 push %ds label
408 push %ss label
411 push %es label
414 push %fs label
417 push %gs label
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.h 22 struct nouveau_pushbuf *push; member in struct:nouveau_decoder
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size)
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)
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,
93 PUSH_DATA(push, bo->offset + offset);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 122 struct nouveau_pushbuf *push = nv30->screen->base.pushbuf; local
125 BEGIN_NV04(push, NV30_3D(VTXBUF(0)), r->vertex_info.num_attribs);
127 PUSH_RESRC(push, NV30_3D(VTXBUF(i)), BUFCTX_VTXTMP,
135 BEGIN_NV04(push, NV30_3D(VERTEX_BEGIN_END), 1);
136 PUSH_DATA (push, r->prim);
139 BEGIN_NV04(push, NV30_3D(VB_ELEMENT_U32), 1);
140 PUSH_DATA (push, *indices++);
148 BEGIN_NI04(push, NV30_3D(VB_ELEMENT_U16), npush);
150 PUSH_DATA(push, (indices[1] << 16) | indices[0]);
155 BEGIN_NV04(push, NV30_3D(VERTEX_BEGIN_END), 1)
165 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
272 struct nouveau_pushbuf *push = nv30->screen->base.pushbuf; local
    [all...]
nv30_state_validate.c 40 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_3D(VIEWPORT_HORIZ), 2)
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...]
nv30_transfer.c 90 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
92 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_FROM_ID), 1);
93 PUSH_DATA (push, vp->start);
94 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_INST(0)), 4);
95 PUSH_DATA (push, 0x401f9c6c); /* mov o[hpos], a[0]; */
96 PUSH_DATA (push, 0x0040000d);
97 PUSH_DATA (push, 0x8106c083);
98 PUSH_DATA (push, 0x6041ff80);
99 BEGIN_NV04(push, NV30_3D(VP_UPLOAD_INST(0)), 4);
100 PUSH_DATA (push, 0x401f9c6c); /* mov o[tex0], a[8]; end; *
148 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
400 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
497 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
697 struct nouveau_pushbuf *push = nv->pushbuf; local
    [all...]
nv30_vbo.c 41 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
53 BEGIN_NV04(push, NV30_3D(VTX_ATTR_4F(attr)), 4);
54 PUSH_DATAf(push, v[0]);
55 PUSH_DATAf(push, v[1]);
56 PUSH_DATAf(push, v[2]);
57 PUSH_DATAf(push, v[3]);
60 BEGIN_NV04(push, NV30_3D(VTX_ATTR_3F(attr)), 3);
61 PUSH_DATAf(push, v[0]);
62 PUSH_DATAf(push, v[1]);
63 PUSH_DATAf(push, v[2])
129 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
182 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
332 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
457 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
544 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_shader_state.c 34 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_3D(CB_DEF_ADDRESS_HIGH), 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...]
nv50_state_validate.c 8 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
15 BEGIN_NV04(push, NV50_3D(RT_CONTROL), 1);
16 PUSH_DATA (push, (076543210 << 4) | fb->nr_cbufs);
17 BEGIN_NV04(push, NV50_3D(SCREEN_SCISSOR_HORIZ), 2);
18 PUSH_DATA (push, fb->width << 16);
19 PUSH_DATA (push, fb->height << 16);
26 BEGIN_NV04(push, NV50_3D(RT_ADDRESS_HIGH(i)), 5);
27 PUSH_DATAh(push, bo->offset + sf->offset);
28 PUSH_DATA (push, bo->offset + sf->offset);
29 PUSH_DATA (push, nv50_format_table[sf->base.format].rt)
105 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
117 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
128 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
139 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
181 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
227 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
254 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
263 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
272 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
281 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
    [all...]
nv50_vbo.c 138 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
149 BEGIN_NV04(push, NV50_3D(VTX_ATTR_4F_X(attr)), 4);
150 PUSH_DATAf(push, v[0]);
151 PUSH_DATAf(push, v[1]);
152 PUSH_DATAf(push, v[2]);
153 PUSH_DATAf(push, v[3]);
156 BEGIN_NV04(push, NV50_3D(VTX_ATTR_3F_X(attr)), 3);
157 PUSH_DATAf(push, v[0]);
158 PUSH_DATAf(push, v[1]);
159 PUSH_DATAf(push, v[2])
226 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
279 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
448 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
567 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
664 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
719 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_push.c 14 struct nouveau_pushbuf *push; member in struct:push_context
43 ctx->push = nvc0->base.pushbuf;
75 IMMED_NVC0(ctx->push, NVC0_3D(EDGEFLAG), f ? 1 : 0);
83 BEGIN_NVC0(ctx->push, NVC0_3D(VERTEX_ID), 1); /* broken on nvc0 */
85 BEGIN_NVC0(ctx->push, NVC0_3D(VERTEX_DATA), 1); /* as last attribute */
87 PUSH_DATA (ctx->push, vtx_id);
91 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index)
94 for (i = 0; i < push; ++i)
101 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index)
104 for (i = 0; i < push; ++i
126 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
167 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
208 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
247 unsigned push = MIN2(count, ctx->packet_vertex_limit); local
    [all...]
nvc0_query.c 157 nvc0_query_get(struct nouveau_pushbuf *push, struct nvc0_query *q,
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, q, 0x10, 0x0100f002)
256 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
431 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
    [all...]
nvc0_state_validate.c 9 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
29 BEGIN_NVC0(push, NVC0_3D(ZCULL_REGION), 1);
30 PUSH_DATA (push, 0);
31 BEGIN_NVC0(push, NVC0_3D(ZCULL_ADDRESS_HIGH), 2);
32 PUSH_DATAh(push, bo->offset + offset);
33 PUSH_DATA (push, bo->offset + offset);
35 BEGIN_NVC0(push, NVC0_3D(ZCULL_LIMIT_HIGH), 2);
36 PUSH_DATAh(push, bo->offset + offset);
37 PUSH_DATA (push, bo->offset + offset);
38 BEGIN_NVC0(push, SUBC_3D(0x07e0), 2)
58 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
166 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
178 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
188 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
199 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
220 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
255 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
290 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
330 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
339 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
348 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
357 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
412 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
434 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
    [all...]
nvc0_transfer.c 22 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
36 nouveau_pushbuf_bufctx(push, bctx);
37 nouveau_pushbuf_validate(push);
40 BEGIN_NVC0(push, NVC0_M2MF(TILING_MODE_IN), 5);
41 PUSH_DATA (push, src->tile_mode);
42 PUSH_DATA (push, src->width * cpp);
43 PUSH_DATA (push, src->height);
44 PUSH_DATA (push, src->depth);
45 PUSH_DATA (push, src->z);
49 BEGIN_NVC0(push, NVC0_M2MF(PITCH_IN), 1)
117 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
182 struct nouveau_pushbuf *push = nv->pushbuf; local
227 struct nouveau_pushbuf *push = nv->pushbuf; local
270 struct nouveau_pushbuf *push = nv->pushbuf; local
308 struct nouveau_pushbuf *push = nv->pushbuf; local
470 struct nouveau_pushbuf *push = nv->pushbuf; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 124 struct nouveau_pushbuf *push = context_push(ctx); local
292 struct nouveau_pushbuf *push = context_push(ctx); local
362 struct nouveau_pushbuf *push = context_push(ctx); local
378 nouveau_pushbuf_bufctx(push, nctx->hw.bufctx);
379 if (nouveau_pushbuf_validate(push)) {
380 nouveau_pushbuf_bufctx(push, NULL);
385 if (count > get_max_vertices(ctx, ib, PUSH_AVAIL(push)))
386 PUSH_SPACE(push, PUSHBUF_DWORDS);
393 nouveau_pushbuf_bufctx(push, NULL);
413 struct nouveau_pushbuf *push = context_push(ctx) local
    [all...]
nv10_state_frag.c 372 struct nouveau_pushbuf *push = context_push(ctx); local
385 BEGIN_NV04(push, NV10_3D(RC_IN_ALPHA(i)), 1);
386 PUSH_DATA (push, a_in);
387 BEGIN_NV04(push, NV10_3D(RC_IN_RGB(i)), 1);
388 PUSH_DATA (push, c_in);
389 BEGIN_NV04(push, NV10_3D(RC_COLOR(i)), 1);
390 PUSH_DATA (push, k);
391 BEGIN_NV04(push, NV10_3D(RC_OUT_ALPHA(i)), 1);
392 PUSH_DATA (push, a_out);
393 BEGIN_NV04(push, NV10_3D(RC_OUT_RGB(i)), 1)
402 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
nv10_state_tnl.c 59 struct nouveau_pushbuf *push = context_push(ctx); local
62 BEGIN_NV04(push, NV10_3D(COLOR_MATERIAL), 1);
63 PUSH_DATA (push, ctx->Light.ColorMaterialEnabled ? mask : 0);
135 struct nouveau_pushbuf *push = context_push(ctx); local
143 BEGIN_NV04(push, NV10_3D(FOG_MODE), 4);
144 PUSH_DATA (push, get_fog_mode(f->Mode));
145 PUSH_DATA (push, get_fog_source(source, f->FogDistanceMode));
146 PUSH_DATAb(push, f->Enabled);
147 PUSH_DATA (push, pack_rgba_f(MESA_FORMAT_RGBA8888_REV, f->Color));
149 BEGIN_NV04(push, NV10_3D(FOG_COEFF(0)), 3)
174 struct nouveau_pushbuf *push = context_push(ctx); local
198 struct nouveau_pushbuf *push = context_push(ctx); local
284 struct nouveau_pushbuf *push = context_push(ctx); local
321 struct nouveau_pushbuf *push = context_push(ctx); local
362 struct nouveau_pushbuf *push = context_push(ctx); local
383 struct nouveau_pushbuf *push = context_push(ctx); local
424 struct nouveau_pushbuf *push = context_push(ctx); local
440 struct nouveau_pushbuf *push = context_push(ctx); local
472 struct nouveau_pushbuf *push = context_push(ctx); local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Frame.java 188 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(interpreter.copyOperation(insn, value1));
    [all...]

Completed in 2217 milliseconds

1 2 3 4 5 6 7 891011>>