Lines Matching refs:mthd
23 #define SUBC_M2MF(mthd) 0, (mthd)
24 #define NV03_M2MF(mthd) SUBC_M2MF(NV03_M2MF_##mthd)
25 #define SUBC_NVSW(mthd) 1, (mthd)
26 #define SUBC_SF2D(mthd) 2, (mthd)
27 #define NV04_SF2D(mthd) SUBC_SF2D(NV04_SURFACE_2D_##mthd)
28 #define NV10_SF2D(mthd) SUBC_SF2D(NV10_SURFACE_2D_##mthd)
29 #define SUBC_RECT(mthd) 3, (mthd)
30 #define NV04_RECT(mthd) SUBC_RECT(NV04_GDI_##mthd)
31 #define SUBC_BLIT(mthd) 4, (mthd)
32 #define NV01_BLIT(mthd) SUBC_BLIT(NV01_BLIT_##mthd)
33 #define NV04_BLIT(mthd) SUBC_BLIT(NV04_BLIT_##mthd)
34 #define NV15_BLIT(mthd) SUBC_BLIT(NV15_BLIT_##mthd)
35 #define SUBC_IFC(mthd) 5, (mthd)
36 #define NV01_IFC(mthd) SUBC_IFC(NV01_IFC_##mthd)
37 #define NV04_IFC(mthd) SUBC_IFC(NV04_IFC_##mthd)
38 #define SUBC_MISC(mthd) 6, (mthd)
39 #define NV03_SIFM(mthd) SUBC_MISC(NV03_SIFM_##mthd)
40 #define NV05_SIFM(mthd) SUBC_MISC(NV05_SIFM_##mthd)
41 #define NV01_BETA(mthd) SUBC_MISC(NV01_BETA_##mthd)
42 #define NV04_BETA4(mthd) SUBC_MISC(NV04_BETA4_##mthd)
43 #define NV01_PATT(mthd) SUBC_MISC(NV01_PATTERN_##mthd)
44 #define NV04_PATT(mthd) SUBC_MISC(NV04_PATTERN_##mthd)
45 #define NV01_ROP(mthd) SUBC_MISC(NV01_ROP_##mthd)
46 #define NV01_CLIP(mthd) SUBC_MISC(NV01_CLIP_##mthd)
47 #define SUBC_3D(mthd) 7, (mthd)
48 #define NV10_3D(mthd) SUBC_3D(NV10_3D_##mthd)
49 #define NV30_3D(mthd) SUBC_3D(NV30_3D_##mthd)
50 #define NV40_3D(mthd) SUBC_3D(NV40_3D_##mthd)