Lines Matching refs:mthd
14 #define SUBC_M2MF(mthd) 0, (mthd)
15 #define NV03_M2MF(mthd) SUBC_M2MF(NV03_M2MF_##mthd)
16 #define NV50_M2MF(mthd) SUBC_M2MF(NV50_M2MF_##mthd)
17 #define SUBC_NVSW(mthd) 1, (mthd)
18 #define SUBC_2D(mthd) 2, (mthd)
19 #define NV50_2D(mthd) SUBC_2D(NV50_2D_##mthd)
20 #define NVC0_2D(mthd) SUBC_2D(NVC0_2D_##mthd)
21 #define SUBC_3D(mthd) 7, (mthd)
22 #define NV50_3D(mthd) SUBC_3D(NV50_3D_##mthd)
25 #define SUBC_COPY(mthd) 2, (mthd)