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

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_local.h157 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, argument
160 nouveau_bufctx_mthd(BUFCTX(push), 0, (1 << 18) | (subc << 13) | mthd,
166 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, argument
169 nouveau_bufctx_mthd(BUFCTX(push), 0, (1 << 18) | (subc << 13) | mthd,
178 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, argument
182 nouveau_bufctx_mthd(BUFCTX(push), 0, (1 << 18) | (subc << 13) | mthd,
191 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, argument
195 nouveau_bufctx_mthd(BUFCTX(push), 0, (1 << 18) | (subc << 13) | mthd,
216 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
218 PUSH_DATA (push, 0x00000000 | (size << 18) | (subc << 1
222 BEGIN_NI04(struct nouveau_pushbuf * push,int subc,int mthd,int size) argument
228 BEGIN_NVC0(struct nouveau_pushbuf * push,int subc,int mthd,int size) argument
234 BEGIN_NIC0(struct nouveau_pushbuf * push,int subc,int mthd,int size) argument
240 IMMED_NVC0(struct nouveau_pushbuf * push,int subc,int mthd,int data) argument
246 BEGIN_1IC0(struct nouveau_pushbuf * push,int subc,int mthd,int size) argument
[all...]
H A Dnv04_exa.c46 NV04EXASetROP(PixmapPtr ppix, int subc, int mthd, int alu, Pixel planemask) argument
77 BEGIN_NV04(push, subc, mthd, 1);
80 BEGIN_NV04(push, subc, mthd, 1);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_video.h58 NV04_FIFO_PKHDR(int subc, int mthd, unsigned size) argument
60 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
64 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) argument
66 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
73 PUSH_DATA (push, NV04_FIFO_PKHDR(subc, mthd, size));
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
80 PUSH_DATA (push, NV04_FIFO_PKHDR_NI(subc, mthd, size));
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, argument
88 nouveau_bufctx_mthd(ctx, bin, NV04_FIFO_PKHDR(subc, mth
[all...]
H A Dnouveau_statebuf.h23 static inline uint32_t sb_header(unsigned subc, unsigned mthd, unsigned size) argument
25 return (size << 18) | (subc << 13) | mthd;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_video.h58 NV04_FIFO_PKHDR(int subc, int mthd, unsigned size) argument
60 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
64 NV04_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) argument
66 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
70 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
73 PUSH_DATA (push, NV04_FIFO_PKHDR(subc, mthd, size));
77 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
80 PUSH_DATA (push, NV04_FIFO_PKHDR_NI(subc, mthd, size));
84 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, argument
88 nouveau_bufctx_mthd(ctx, bin, NV04_FIFO_PKHDR(subc, mth
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_winsys.h66 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size) argument
68 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
72 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) argument
74 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
78 NV50_FIFO_PKHDR_L(int subc, int mthd) argument
80 return 0x00030000 | (subc << 13) | mthd;
98 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
103 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size));
107 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
112 PUSH_DATA (push, NV50_FIFO_PKHDR_NI(subc, mth
117 BEGIN_NL50(struct nouveau_pushbuf * push,int subc,int mthd,uint32_t size) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_winsys.h66 NV50_FIFO_PKHDR(int subc, int mthd, unsigned size) argument
68 return 0x00000000 | (size << 18) | (subc << 13) | mthd;
72 NV50_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) argument
74 return 0x40000000 | (size << 18) | (subc << 13) | mthd;
78 NV50_FIFO_PKHDR_L(int subc, int mthd) argument
80 return 0x00030000 | (subc << 13) | mthd;
98 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
103 PUSH_DATA (push, NV50_FIFO_PKHDR(subc, mthd, size));
107 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
112 PUSH_DATA (push, NV50_FIFO_PKHDR_NI(subc, mth
117 BEGIN_NL50(struct nouveau_pushbuf * push,int subc,int mthd,uint32_t size) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_winsys.h74 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size) argument
76 return 0x20000000 | (size << 16) | (subc << 13) | (mthd >> 2);
80 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) argument
82 return 0x60000000 | (size << 16) | (subc << 13) | (mthd >> 2);
86 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint16_t data) argument
89 return 0x80000000 | (data << 16) | (subc << 13) | (mthd >> 2);
93 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size) argument
95 return 0xa0000000 | (size << 16) | (subc << 13) | (mthd >> 2);
113 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
118 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mth
122 BEGIN_NIC0(struct nouveau_pushbuf * push,int subc,int mthd,unsigned size) argument
131 BEGIN_1IC0(struct nouveau_pushbuf * push,int subc,int mthd,unsigned size) argument
140 IMMED_NVC0(struct nouveau_pushbuf * push,int subc,int mthd,uint16_t data) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_winsys.h74 NVC0_FIFO_PKHDR_SQ(int subc, int mthd, unsigned size) argument
76 return 0x20000000 | (size << 16) | (subc << 13) | (mthd >> 2);
80 NVC0_FIFO_PKHDR_NI(int subc, int mthd, unsigned size) argument
82 return 0x60000000 | (size << 16) | (subc << 13) | (mthd >> 2);
86 NVC0_FIFO_PKHDR_IL(int subc, int mthd, uint16_t data) argument
89 return 0x80000000 | (data << 16) | (subc << 13) | (mthd >> 2);
93 NVC0_FIFO_PKHDR_1I(int subc, int mthd, unsigned size) argument
95 return 0xa0000000 | (size << 16) | (subc << 13) | (mthd >> 2);
113 BEGIN_NVC0(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) argument
118 PUSH_DATA (push, NVC0_FIFO_PKHDR_SQ(subc, mth
122 BEGIN_NIC0(struct nouveau_pushbuf * push,int subc,int mthd,unsigned size) argument
131 BEGIN_1IC0(struct nouveau_pushbuf * push,int subc,int mthd,unsigned size) argument
140 IMMED_NVC0(struct nouveau_pushbuf * push,int subc,int mthd,uint16_t data) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_winsys.h50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
89 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
107 PUSH_MTHD(push, subc, mth
112 BEGIN_NV04(struct nouveau_pushbuf * push,int subc,int mthd,int size) argument
119 BEGIN_NI04(struct nouveau_pushbuf * push,int subc,int mthd,int size) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_winsys.h50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
89 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd,
103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
107 PUSH_MTHD(push, subc, mth
112 BEGIN_NV04(struct nouveau_pushbuf * push,int subc,int mthd,int size) argument
119 BEGIN_NI04(struct nouveau_pushbuf * push,int subc,int mthd,int size) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_local.h102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
105 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
111 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
115 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
125 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
129 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
146 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
149 PUSH_DATA (push, 0x00000000 | (size << 18) | (subc << 13) | mthd);
153 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
156 PUSH_DATA (push, 0x40000000 | (size << 18) | (subc << 1
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_local.h102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
105 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
111 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
115 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
125 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, argument
129 nouveau_bufctx_mthd(BUFCTX(push), bin, (1 << 18) | (subc << 13) | mthd,
146 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
149 PUSH_DATA (push, 0x00000000 | (size << 18) | (subc << 13) | mthd);
153 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) argument
156 PUSH_DATA (push, 0x40000000 | (size << 18) | (subc << 1
[all...]

Completed in 10 milliseconds