Lines Matching refs:mthd
14 #define SUBC_3D(mthd) 0, (mthd)
15 #define NVC0_3D(mthd) SUBC_3D(NVC0_3D_##mthd)
16 #define NVE4_3D(mthd) SUBC_3D(NVE4_3D_##mthd)
17 #define SUBC_M2MF(mthd) 2, (mthd)
18 #define SUBC_P2MF(mthd) 2, (mthd)
19 #define NVC0_M2MF(mthd) SUBC_M2MF(NVC0_M2MF_##mthd)
20 #define SUBC_2D(mthd) 3, (mthd)
21 #define NV50_2D(mthd) SUBC_2D(NV50_2D_##mthd)
22 #define NVC0_2D(mthd) SUBC_2D(NVC0_2D_##mthd)
23 #define SUBC_COPY(mthd) 4, (mthd)
24 #define SUBC_NVSW(mthd) 5, (mthd)