Searched defs:pushes (Results 1 - 4 of 4) sorted by relevance

/external/libdrm/nouveau/
H A Dpushbuf.c276 err("ch%d: krec %d pushes %d bufs %d relocs %d\n", chid,
642 uint32_t dwords, uint32_t relocs, uint32_t pushes)
668 pushes++;
677 krec->nr_push + pushes >= NOUVEAU_GEM_MAX_PUSH) {
641 nouveau_pushbuf_space(struct nouveau_pushbuf *push, uint32_t dwords, uint32_t relocs, uint32_t pushes) argument
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo.c872 unsigned draws = count, pushes, i; local
875 pushes = 1;
878 pushes = draws;
881 nouveau_pushbuf_space(push, 16, 0, pushes + !!buf_count);
896 if (pushes == 1) {
902 for (i = 0; i < pushes; i++) {
/external/v8/src/compiler/
H A Dcode-generator.cc340 ZoneVector<MoveOperands*>* pushes) {
341 pushes->clear();
353 // If there are any moves from slots that will be overridden by pushes,
355 // pushes don't participate in the parallel move and might clobber
360 pushes->clear();
364 // pushes. Theoretically, we could extract pushes for both gaps (there
366 // to check to make sure that non-memory inputs to the pushes from the
374 if (index >= static_cast<int>(pushes->size())) {
375 pushes
338 GetPushCompatibleMoves(Instruction* instr, PushTypeFlags push_type, ZoneVector<MoveOperands*>* pushes) argument
[all...]
/external/v8/src/regexp/
H A Djsregexp.cc1241 // Count pushes performed to force a stack limit check occasionally.
1242 int pushes = 0; local
1335 pushes++;
1338 if (pushes == push_limit) {
1340 pushes = 0;

Completed in 253 milliseconds