Home
last modified time | relevance | path

Searched refs:nouveau_bufctx_mthd (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_winsys.h53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDl()
62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDo()
75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDs()
89 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHD()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_local.h105 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDl()
115 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDs()
129 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHD()
/external/libdrm/nouveau/
Dnouveau-symbol-check23 nouveau_bufctx_mthd
Dbufctx.c144 nouveau_bufctx_mthd(struct nouveau_bufctx *bctx, int bin, uint32_t packet, in nouveau_bufctx_mthd() function
Dnouveau.h186 nouveau_bufctx_mthd(struct nouveau_bufctx *, int bin, uint32_t packet,
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.h88 nouveau_bufctx_mthd(ctx, bin, NV04_FIFO_PKHDR(subc, mthd, 1), in PUSH_MTHDl()