Searched defs:push (Results 226 - 250 of 363) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv20_state_tnl.c91 struct nouveau_pushbuf *push = context_push(ctx); local
94 BEGIN_NV04(push, NV20_3D(COLOR_MATERIAL), 1);
95 PUSH_DATA (push, ctx->Light.ColorMaterialEnabled ? mask : 0);
154 struct nouveau_pushbuf *push = context_push(ctx); local
162 BEGIN_NV04(push, NV20_3D(FOG_MODE), 4);
163 PUSH_DATA (push, ((source == GL_FRAGMENT_DEPTH_EXT &&
167 PUSH_DATA (push, get_fog_source(source, f->FogDistanceMode));
168 PUSH_DATAb(push, f->Enabled);
169 PUSH_DATA (push, pack_rgba_f(MESA_FORMAT_RGBA8888_REV, f->Color));
171 BEGIN_NV04(push, NV20_3
178 struct nouveau_pushbuf *push = context_push(ctx); local
200 struct nouveau_pushbuf *push = context_push(ctx); local
238 struct nouveau_pushbuf *push = context_push(ctx); local
280 struct nouveau_pushbuf *push = context_push(ctx); local
302 struct nouveau_pushbuf *push = context_push(ctx); local
320 struct nouveau_pushbuf *push = context_push(ctx); local
336 struct nouveau_pushbuf *push = context_push(ctx); local
363 struct nouveau_pushbuf *push = context_push(ctx); local
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DFrame.java562 private void push(final int type) { method in class:Frame
590 private void push(final ClassWriter cw, final String desc) { method in class:Frame
593 push(type);
595 push(TOP);
842 push(NULL);
854 push(INTEGER);
859 push(LONG);
860 push(TOP);
866 push(FLOAT);
871 push(DOUBL
[all...]
/external/proguard/src/proguard/evaluation/
H A DStack.java249 public void push(Value value) method in class:Stack
/external/skia/include/core/
H A DSkTDArray.h285 T* push() { return this->append(); } function in class:SkTDArray
286 void push(const T& elem) { *this->append() = elem; } function in class:SkTDArray
/external/skia/src/animator/
H A DSkTDArray_Experimental.h125 T* push() { return this->append(); } function in class:SkTDS32Array
126 void push(T& elem) { *this->append() = elem; } function in class:SkTDS32Array
/external/skia/src/core/
H A DSkRecordOpts.cpp267 void operator()(PushCull* push) { argument
268 Pair pair = { fIndex, push };
269 fPushStack.push(pair);
273 Pair push = fPushStack.top(); local
276 SkASSERT(fIndex > push.index);
277 unsigned skip = fIndex - push.index;
279 Adopted<PushCull> adopted(push.command);
280 SkNEW_PLACEMENT_ARGS(fRecord->replace<PairedPushCull>(push.index, adopted),
/external/zlib/src/test/
H A Dinfcover.c463 local int push(void *desc, unsigned char *buf, unsigned len) function
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3commontreenodestream.c48 static void push (pANTLR3_COMMON_TREE_NODE_STREAM ctns, ANTLR3_INT32 index);
187 stream->push = push;
330 stream->push = push;
954 push (pANTLR3_COMMON_TREE_NODE_STREAM ctns, ANTLR3_INT32 index) function
956 ctns->nodeStack->push(ctns->nodeStack, ANTLR3_FUNC_PTR(ctns->p), NULL); // Save current index
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBufferedTreeNodeStream.java119 /** Stack of indexes used for push/pop calls */
343 public void push(int index) { method in class:BufferedTreeNodeStream
347 calls.push(p); // save current index
351 /** Seek back to previous index saved during last push() call.
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dsearch_metadata.cc79 void push(T* x) { queue_.push(x); } function in class:drive::internal::__anon3104::ScopedPriorityQueue
223 result_candidates->push(new ResultCandidate(it->GetID(), entry, highlighted));
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.cpp350 void HTMLElementStack::push(PassRefPtrWillBeRawPtr<HTMLStackItem> item) function in class:blink::HTMLElementStack
369 push(item);
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DSegmentedString.h184 void push(UChar c) function in class:blink::SegmentedString
/external/chromium_org/third_party/libxml/src/
H A DtestHTML.c48 static int push = 0; variable
627 if (push) {
721 if (push) {
814 else if ((!strcmp(argv[i], "-push")) || (!strcmp(argv[i], "--push")))
815 push++;
865 printf("\t--push : use the push mode parser\n");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_draw.c122 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_3
165 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
272 struct nouveau_pushbuf *push = nv30->screen->base.pushbuf; local
[all...]
H A Dnv30_transfer.c90 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,
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...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_vbo.c138 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,
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
473 nv50_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, unsigned start, unsigned count) argument
499 nv50_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, unsigned start, unsigned count) argument
522 nv50_draw_elements_inline_u32(struct nouveau_pushbuf *push, const uint32_t *map, unsigned start, unsigned count) argument
539 nv50_draw_elements_inline_u32_short(struct nouveau_pushbuf *push, const uint32_t *map, unsigned start, unsigned count) argument
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/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_vbo.c168 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
179 PUSH_SPACE(push, 6);
180 BEGIN_NVC0(push, NVC0_3D(VTX_ATTR_DEFINE), 5);
181 dst = &push->cur[1];
194 push->cur[0] = mode;
195 push->cur += 5;
229 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
233 PUSH_SPACE(push, nvc0->vertex->num_elements * 8);
258 BEGIN_1IC0(push, NVC0_3D(MACRO_VERTEX_ARRAY_SELECT), 5);
259 PUSH_DATA (push,
271 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
309 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
372 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
411 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
506 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
552 nvc0_draw_vbo_kick_notify(struct nouveau_pushbuf *push) argument
564 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
589 nvc0_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, unsigned start, unsigned count) argument
617 nvc0_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, unsigned start, unsigned count) argument
642 nvc0_draw_elements_inline_u32(struct nouveau_pushbuf *push, const uint32_t *map, unsigned start, unsigned count) argument
660 nvc0_draw_elements_inline_u32_short(struct nouveau_pushbuf *push, const uint32_t *map, unsigned start, unsigned count) argument
690 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
754 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
788 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
[all...]
H A Dnvc0_vbo_translate.c14 struct nouveau_pushbuf *push; member in struct:push_context
42 ctx->push = nvc0->base.pushbuf;
111 prim_restart_search_i08(const uint8_t *elts, unsigned push, uint8_t index) argument
114 for (i = 0; i < push && elts[i] != index; ++i);
119 prim_restart_search_i16(const uint16_t *elts, unsigned push, uint16_t index) argument
122 for (i = 0; i < push && elts[i] != index; ++i);
127 prim_restart_search_i32(const uint32_t *elts, unsigned push, uint32_t index) argument
130 for (i = 0; i < push && elts[i] != index; ++i);
183 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
190 BEGIN_NVC0(push, NVC0_3
207 struct nouveau_pushbuf *push = ctx->push; local
263 struct nouveau_pushbuf *push = ctx->push; local
319 struct nouveau_pushbuf *push = ctx->push; local
375 struct nouveau_pushbuf *push = ctx->push; local
570 struct nouveau_pushbuf *push = ctx->push; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_local.h27 PUSH_AVAIL(struct nouveau_pushbuf *push) argument
29 return push->end - push->cur;
33 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size) argument
35 if (PUSH_AVAIL(push) < size)
36 return nouveau_pushbuf_space(push, size, 0, 0) == 0;
41 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data) argument
43 *push->cur++ = data;
47 PUSH_DATAf(struct nouveau_pushbuf *push, float v) argument
50 PUSH_DATA(push,
54 PUSH_DATAb(struct nouveau_pushbuf *push, GLboolean x) argument
60 PUSH_DATAm(struct nouveau_pushbuf *push, float m[16]) argument
70 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size) argument
77 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, uint32_t flags, uint32_t vor, uint32_t tor) argument
84 PUSH_KICK(struct nouveau_pushbuf *push) argument
90 BUFCTX(struct nouveau_pushbuf *push) argument
96 PUSH_RESET(struct nouveau_pushbuf *push, int bin) argument
102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t offset, uint32_t access) argument
111 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
125 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
146 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
153 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
[all...]
/external/chromium_org/v8/src/
H A Deffects.h257 void push() { node_ = new(node_->zone) Node(node_->zone, node_); } function in class:v8::internal::NestedEffectsBase
322 result.push();
/external/chromium_org/v8/test/mjsunit/
H A Darray-sort.js91 smis.push(x);
426 Array.prototype.push = function() {
427 fail('Should not call push');
/external/chromium_org/v8/test/webkit/fast/js/
H A Darguments.js59 Array.prototype.push.call(arguments, a);
64 Array.prototype.push.call(arguments, a);
69 Array.prototype.push.apply(arguments, arguments);
74 Array.prototype.push.apply(arguments, arguments);
/external/kernel-headers/original/uapi/drm/
H A Dnouveau_drm.h101 uint64_t push; member in struct:drm_nouveau_gem_pushbuf
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_draw.c122 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_3
165 struct nouveau_pushbuf *push = nv30->base.pushbuf; local
272 struct nouveau_pushbuf *push = nv30->screen->base.pushbuf; local
[all...]
H A Dnv30_transfer.c90 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,
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...]

Completed in 935 milliseconds

1234567891011>>