Home
last modified time | relevance | path

Searched refs:nr_push (Results 1 - 2 of 2) sorted by relevance

/third_party/libdrm/nouveau/
H A Dpushbuf.c49 int nr_push; member
274 krec_id, krec->nr_push, krec->nr_buffer, krec->nr_reloc); in pushbuf_dump()
293 for (i = 0; i < krec->nr_push; i++, kpsh++) { in pushbuf_dump()
333 while (krec && krec->nr_push) { in pushbuf_submit()
338 req.nr_push = krec->nr_push; in pushbuf_submit()
428 krec->nr_push = 0; in pushbuf_flush()
557 req.nr_push = 0; in nouveau_pushbuf_new()
680 krec->nr_push + pushes >= NOUVEAU_GEM_MAX_PUSH) { in nouveau_pushbuf_space()
731 kpsh = &krec->push[krec->nr_push in nouveau_pushbuf_data()
[all...]
/third_party/libdrm/include/drm/
H A Dnouveau_drm.h169 __u32 nr_push; member

Completed in 2 milliseconds