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

/xsrc/external/mit/libdrm/dist/nouveau/
H A Dpushbuf.c76 static int pushbuf_validate(struct nouveau_pushbuf *, bool);
488 pushbuf_validate(struct nouveau_pushbuf *push, bool retry) function in typeref:typename:int
531 return pushbuf_validate(push, false);
704 return flushed ? pushbuf_validate(push, false) : 0;
756 return pushbuf_validate(push, true);
783 return pushbuf_validate(push, false);

Completed in 2 milliseconds