• Home
  • Raw
  • Download

Lines Matching refs:vmw_sw_context

34 			   struct vmw_sw_context *sw_context,  in vmw_cmd_invalid()
41 struct vmw_sw_context *sw_context, in vmw_cmd_ok()
47 static void vmw_resource_to_validate_list(struct vmw_sw_context *sw_context, in vmw_resource_to_validate_list()
72 static int vmw_bo_to_validate_list(struct vmw_sw_context *sw_context, in vmw_bo_to_validate_list()
107 struct vmw_sw_context *sw_context, in vmw_cmd_cid_check()
139 struct vmw_sw_context *sw_context, in vmw_cmd_sid_check()
187 struct vmw_sw_context *sw_context, in vmw_cmd_set_render_target_check()
206 struct vmw_sw_context *sw_context, in vmw_cmd_surface_copy_check()
223 struct vmw_sw_context *sw_context, in vmw_cmd_stretch_blt_check()
240 struct vmw_sw_context *sw_context, in vmw_cmd_blt_surf_screen_check()
259 struct vmw_sw_context *sw_context, in vmw_cmd_present_check()
297 struct vmw_sw_context *sw_context) in vmw_query_bo_switch_prepare()
377 struct vmw_sw_context *sw_context) in vmw_query_bo_switch_commit()
431 static void vmw_query_switch_backoff(struct vmw_sw_context *sw_context) in vmw_query_switch_backoff()
441 struct vmw_sw_context *sw_context, in vmw_translate_guest_ptr()
483 struct vmw_sw_context *sw_context, in vmw_cmd_end_query()
512 struct vmw_sw_context *sw_context, in vmw_cmd_wait_query()
549 struct vmw_sw_context *sw_context, in vmw_cmd_dma()
605 struct vmw_sw_context *sw_context, in vmw_cmd_draw()
657 struct vmw_sw_context *sw_context, in vmw_cmd_tex_state()
689 struct vmw_sw_context *sw_context, in vmw_cmd_check_define_gmrfb()
712 struct vmw_sw_context *sw_context, in vmw_cmd_check_not_3d()
755 struct vmw_sw_context *,
797 struct vmw_sw_context *sw_context, in vmw_cmd_check()
833 struct vmw_sw_context *sw_context, in vmw_cmd_check_all()
857 static void vmw_free_relocations(struct vmw_sw_context *sw_context) in vmw_free_relocations()
862 static void vmw_apply_relocations(struct vmw_sw_context *sw_context) in vmw_apply_relocations()
882 static void vmw_clear_validations(struct vmw_sw_context *sw_context) in vmw_clear_validations()
948 struct vmw_sw_context *sw_context) in vmw_validate_buffers()
961 static int vmw_resize_cmd_bounce(struct vmw_sw_context *sw_context, in vmw_resize_cmd_bounce()
1115 struct vmw_sw_context *sw_context = &dev_priv->ctx; in vmw_execbuf_process()