Searched defs:push (Results 251 - 275 of 363) sorted by relevance

<<1112131415

/external/mesa3d/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...]
H A Dnv50_surface.c74 nv50_2d_texture_set(struct nouveau_pushbuf *push, int dst, argument
103 BEGIN_NV04(push, SUBC_2D(mthd), 2);
104 PUSH_DATA (push, format);
105 PUSH_DATA (push, 1);
106 BEGIN_NV04(push, SUBC_2D(mthd + 0x14), 5);
107 PUSH_DATA (push, mt->level[level].pitch);
108 PUSH_DATA (push, width);
109 PUSH_DATA (push, height);
110 PUSH_DATAh(push, bo->offset + offset);
111 PUSH_DATA (push, b
139 nv50_2d_texture_do_copy(struct nouveau_pushbuf *push, struct nv50_miptree *dst, unsigned dst_level, unsigned dx, unsigned dy, unsigned dz, struct nv50_miptree *src, unsigned src_level, unsigned sx, unsigned sy, unsigned sz, unsigned w, unsigned h) argument
276 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
334 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
386 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
738 struct nouveau_pushbuf *push = blit->screen->base.pushbuf; local
869 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
[all...]
/external/mesa3d/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/mesa3d/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/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h211 ANTLR3_BOOLEAN (*push) (struct ANTLR3_STACK_struct * stack, void * element, void (ANTLR3_CDECL *freeptr)(void *)); member in struct:ANTLR3_STACK_struct
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java909 public final void push(Node value) method in class:NodeSet
/external/chromium_org/media/ffmpeg/
H A Dffmpeg_unittest.cc62 void push(AVPacket* packet) { function in class:media::AVPacketQueue
64 packets_.push(packet);
196 audio_packets_.push(packet.release());
201 video_packets_.push(packet.release());
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSymbolTable.h316 // The symbol table cannot be used until push() is called, but
317 // the lack of an initial call to push() can be used to detect
324 // 'push' calls, so that built-ins are at level 0 and the shader
338 void push() function in class:TSymbolTable
/external/chromium_org/third_party/jinja2/
H A Dlexer.py314 def push(self, token): member in class:TokenStream
322 self.push(result)
/external/chromium_org/third_party/libxml/src/
H A DtestSAX.c56 static int push = 0; variable
1008 if (push) {
1143 else if ((!strcmp(argv[i], "-push")) ||
1144 (!strcmp(argv[i], "--push")))
1146 push++;
1148 fprintf(stderr,"'push' not enabled in library - ignoring\n");
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_video.c57 struct nouveau_pushbuf *push = dec->push; local
60 BEGIN_NV04(push, NV84_MPEG(QUERY_COUNTER), 1);
61 PUSH_DATA (push, ++dec->fence_seq);
62 PUSH_KICK (push);
67 PUSH_KICK(push);
72 struct nouveau_pushbuf *push = dec->push; local
76 nouveau_pushbuf_space(push, 8, 2, 0);
81 BEGIN_NV04(push, NV31_MPE
389 struct nouveau_pushbuf *push = dec->push; local
518 struct nouveau_pushbuf *push; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h251 inline void push(int i) { Item data; data.u.i = i; push(data); } function in class:nv50_ir::Stack
252 inline void push(unsigned int u) { Item data; data.u.u = u; push(data); } function in class:nv50_ir::Stack
253 inline void push(void *p) { Item data; data.u.p = p; push(data); } function in class:nv50_ir::Stack
254 inline void push(float f) { Item data; data.u.f = f; push(data); } function in class:nv50_ir::Stack
256 inline void push(Item data) function in class:nv50_ir::Stack
284 void moveTo(Stack&); // move all items to target (not like push(po
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_surface.c74 nv50_2d_texture_set(struct nouveau_pushbuf *push, int dst, argument
103 BEGIN_NV04(push, SUBC_2D(mthd), 2);
104 PUSH_DATA (push, format);
105 PUSH_DATA (push, 1);
106 BEGIN_NV04(push, SUBC_2D(mthd + 0x14), 5);
107 PUSH_DATA (push, mt->level[level].pitch);
108 PUSH_DATA (push, width);
109 PUSH_DATA (push, height);
110 PUSH_DATAh(push, bo->offset + offset);
111 PUSH_DATA (push, b
139 nv50_2d_texture_do_copy(struct nouveau_pushbuf *push, struct nv50_miptree *dst, unsigned dst_level, unsigned dx, unsigned dy, unsigned dz, struct nv50_miptree *src, unsigned src_level, unsigned sx, unsigned sy, unsigned sz, unsigned w, unsigned h) argument
276 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
334 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
386 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
738 struct nouveau_pushbuf *push = blit->screen->base.pushbuf; local
869 struct nouveau_pushbuf *push = nv50->base.pushbuf; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_surface.c77 nvc0_2d_texture_set(struct nouveau_pushbuf *push, boolean dst, argument
110 BEGIN_NVC0(push, SUBC_2D(mthd), 2);
111 PUSH_DATA (push, format);
112 PUSH_DATA (push, 1);
113 BEGIN_NVC0(push, SUBC_2D(mthd + 0x14), 5);
114 PUSH_DATA (push, mt->level[level].pitch);
115 PUSH_DATA (push, width);
116 PUSH_DATA (push, height);
117 PUSH_DATAh(push, bo->offset + offset);
118 PUSH_DATA (push, b
146 nvc0_2d_texture_do_copy(struct nouveau_pushbuf *push, struct nv50_miptree *dst, unsigned dst_level, unsigned dx, unsigned dy, unsigned dz, struct nv50_miptree *src, unsigned src_level, unsigned sx, unsigned sy, unsigned sz, unsigned w, unsigned h) argument
282 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
352 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
405 struct nouveau_pushbuf *push = nvc0->base.pushbuf; local
813 struct nouveau_pushbuf *push = blit->screen->base.pushbuf; local
955 struct nouveau_pushbuf *push = screen->base.pushbuf; local
[all...]
/external/chromium_org/third_party/skia/forth/
H A DForth.cpp33 void ForthEngine::push(intptr_t value) { function in class:ForthEngine
80 engine.push(block->in_data[i]);
111 01 -- push (value & ~3) on the data stack
112 10 -- push value >> 2 on the data stack (sign extended)
189 fIfStack.push(ifIndex);
236 engine->push(c & ~3);
239 engine->push(c >> 2);
244 engine->push(*curr++);
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.h418 void push(X87Register reg) { function in class:v8::internal::LCodeGen::X87Stack
/external/chromium_org/v8/test/mjsunit/
H A Dstack-traces.js303 Array.prototype.push = function(x) { assertUnreachable(); };
/external/clang/lib/Parse/
H A DRAIIObjectsForParser.h97 push();
104 push();
117 push();
134 push();
155 void push() { function in class:clang::ParsingDeclRAIIObject
/external/clang/lib/Sema/
H A DSemaAttr.cpp56 /// push - Push the current alignment onto the stack, optionally
58 void push(IdentifierInfo *Name) { function in class:__anon18000::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/jarjar/lib/
H A Dasm-commons-4.0.jar ... getInternalNames (org.objectweb.asm.Type[]) public void push (boolean) public void push (int) public void push (long) public ...
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h579 void push(const SCEV *S) { function in class:llvm::SCEVTraversal
587 push(Root);
598 push(cast<SCEVCastExpr>(S)->getOperand());
608 push(*I);
614 push(UDiv->getLHS());
615 push(UDiv->getRHS());
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGFast.cpp53 void push(SUnit *U) { function in struct:__anon25807::FastPriorityQueue
157 AvailableQueue.push(PredSU);
538 AvailableQueue.push(RootSU);
622 AvailableQueue.push(NotReady[i]);
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c57 struct nouveau_pushbuf *push = dec->push; local
60 BEGIN_NV04(push, NV84_MPEG(QUERY_COUNTER), 1);
61 PUSH_DATA (push, ++dec->fence_seq);
62 PUSH_KICK (push);
67 PUSH_KICK(push);
72 struct nouveau_pushbuf *push = dec->push; local
76 nouveau_pushbuf_space(push, 8, 2, 0);
81 BEGIN_NV04(push, NV31_MPE
389 struct nouveau_pushbuf *push = dec->push; local
518 struct nouveau_pushbuf *push; local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_util.h251 inline void push(int i) { Item data; data.u.i = i; push(data); } function in class:nv50_ir::Stack
252 inline void push(unsigned int u) { Item data; data.u.u = u; push(data); } function in class:nv50_ir::Stack
253 inline void push(void *p) { Item data; data.u.p = p; push(data); } function in class:nv50_ir::Stack
254 inline void push(float f) { Item data; data.u.f = f; push(data); } function in class:nv50_ir::Stack
256 inline void push(Item data) function in class:nv50_ir::Stack
284 void moveTo(Stack&); // move all items to target (not like push(po
[all...]

Completed in 4494 milliseconds

<<1112131415