• Home
  • Raw
  • Download

Lines Matching refs:mthd

50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin,  in PUSH_MTHDl()  argument
53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDl()
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo() argument
62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDo()
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs() argument
75 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDs()
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD() argument
89 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHD()
103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_RESRC() argument
107 PUSH_MTHD(push, subc, mthd, bin, r->bo, r->offset + data, in PUSH_RESRC()
112 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NV04() argument
115 PUSH_DATA (push, 0x00000000 | (size << 18) | (subc << 13) | mthd); in BEGIN_NV04()
119 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) in BEGIN_NI04() argument
122 PUSH_DATA (push, 0x40000000 | (size << 18) | (subc << 13) | mthd); in BEGIN_NI04()
136 #define SUBC_M2MF(mthd) 2, (mthd) argument
137 #define NV03_M2MF(mthd) SUBC_M2MF(NV03_M2MF_##mthd) argument
139 #define SUBC_SF2D(mthd) 3, (mthd) argument
140 #define NV04_SF2D(mthd) SUBC_SF2D(NV04_SURFACE_2D_##mthd) argument
142 #define SUBC_SSWZ(mthd) 4, (mthd) argument
143 #define NV04_SSWZ(mthd) SUBC_SSWZ(NV04_SURFACE_SWZ_##mthd) argument
145 #define SUBC_SIFM(mthd) 5, (mthd) argument
146 #define NV03_SIFM(mthd) SUBC_SIFM(NV03_SIFM_##mthd) argument
147 #define NV05_SIFM(mthd) SUBC_SIFM(NV05_SIFM_##mthd) argument
149 #define SUBC_3D(mthd) 7, (mthd) argument
150 #define NV30_3D(mthd) SUBC_3D(NV30_3D_##mthd) argument
151 #define NV40_3D(mthd) SUBC_3D(NV40_3D_##mthd) argument
153 #define NV01_SUBC(subc, mthd) SUBC_##subc((NV01_SUBCHAN_##mthd)) argument
154 #define NV11_SUBC(subc, mthd) SUBC_##subc((NV11_SUBCHAN_##mthd)) argument
156 #define NV04_GRAPH(subc, mthd) SUBC_##subc((NV04_GRAPH_##mthd)) argument