Lines Matching defs:mthd

511 nv04_gr_mthd_set_operation(struct nvkm_object *object, u32 mthd,  in nv04_gr_mthd_set_operation()
528 nv04_gr_mthd_surf3d_clip_h(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_surf3d_clip_h()
549 nv04_gr_mthd_surf3d_clip_v(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_surf3d_clip_v()
578 nv04_gr_mthd_bind_surf2d(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_surf2d()
595 nv04_gr_mthd_bind_surf2d_swzsurf(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_surf2d_swzsurf()
616 nv01_gr_mthd_bind_patt(struct nvkm_object *object, u32 mthd, in nv01_gr_mthd_bind_patt()
631 nv04_gr_mthd_bind_patt(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_patt()
646 nv04_gr_mthd_bind_rop(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_rop()
661 nv04_gr_mthd_bind_beta1(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_beta1()
676 nv04_gr_mthd_bind_beta4(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_beta4()
691 nv04_gr_mthd_bind_surf_dst(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_surf_dst()
706 nv04_gr_mthd_bind_surf_src(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_surf_src()
721 nv04_gr_mthd_bind_surf_color(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_surf_color()
736 nv04_gr_mthd_bind_surf_zeta(struct nvkm_object *object, u32 mthd, in nv04_gr_mthd_bind_surf_zeta()
751 nv01_gr_mthd_bind_clip(struct nvkm_object *object, u32 mthd, in nv01_gr_mthd_bind_clip()
766 nv01_gr_mthd_bind_chroma(struct nvkm_object *object, u32 mthd, in nv01_gr_mthd_bind_chroma()
1262 u32 mthd = (addr & 0x00001ffc); in nv04_gr_intr() local