nv30_winsys.h | 37 PUSH_RESET(struct nouveau_pushbuf *push, int bin) 39 nouveau_bufctx_reset(bufctx(push), bin); local 43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, 46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); local 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, 53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, local 59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, 62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, local 71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, 75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd local [all...] |