Home
last modified time | relevance | path

Searched refs:suffix0 (Results 1 – 2 of 2) sorted by relevance

/third_party/libdrm/nouveau/
Dpushbuf.c60 uint32_t suffix0; member
336 req.suffix0 = nvpb->suffix0; in pushbuf_submit()
347 nvpb->suffix0 = req.suffix0; in pushbuf_submit()
561 nvpb->suffix0 = req.suffix0; in nouveau_pushbuf_new()
564 nvpb->suffix0 = 0xffffffff; in nouveau_pushbuf_new()
710 if (nvpb->suffix0 || nvpb->suffix1) { in nouveau_pushbuf_data()
711 *push->cur++ = nvpb->suffix0; in nouveau_pushbuf_data()
/third_party/libdrm/include/drm/
Dnouveau_drm.h172 __u32 suffix0; member