• Home
  • Raw
  • Download

Lines Matching refs:vmw_sw_context

106 static int vmw_resource_val_add(struct vmw_sw_context *sw_context,  in vmw_resource_val_add()
209 struct vmw_sw_context *sw_context, in vmw_cmd_invalid()
216 struct vmw_sw_context *sw_context, in vmw_cmd_ok()
233 static int vmw_bo_to_validate_list(struct vmw_sw_context *sw_context, in vmw_bo_to_validate_list()
289 static int vmw_resources_reserve(struct vmw_sw_context *sw_context) in vmw_resources_reserve()
323 static int vmw_resources_validate(struct vmw_sw_context *sw_context) in vmw_resources_validate()
353 struct vmw_sw_context *sw_context, in vmw_cmd_res_check()
435 struct vmw_sw_context *sw_context, in vmw_cmd_cid_check()
449 struct vmw_sw_context *sw_context, in vmw_cmd_set_render_target_check()
470 struct vmw_sw_context *sw_context, in vmw_cmd_surface_copy_check()
491 struct vmw_sw_context *sw_context, in vmw_cmd_stretch_blt_check()
512 struct vmw_sw_context *sw_context, in vmw_cmd_blt_surf_screen_check()
533 struct vmw_sw_context *sw_context, in vmw_cmd_present_check()
569 struct vmw_sw_context *sw_context) in vmw_query_bo_switch_prepare()
625 struct vmw_sw_context *sw_context) in vmw_query_bo_switch_commit()
694 struct vmw_sw_context *sw_context, in vmw_translate_guest_ptr()
742 struct vmw_sw_context *sw_context, in vmw_cmd_begin_query()
766 struct vmw_sw_context *sw_context, in vmw_cmd_end_query()
801 struct vmw_sw_context *sw_context, in vmw_cmd_wait_query()
827 struct vmw_sw_context *sw_context, in vmw_cmd_dma()
864 struct vmw_sw_context *sw_context, in vmw_cmd_draw()
918 struct vmw_sw_context *sw_context, in vmw_cmd_tex_state()
951 struct vmw_sw_context *sw_context, in vmw_cmd_check_define_gmrfb()
982 struct vmw_sw_context *sw_context, in vmw_cmd_set_shader()
1002 struct vmw_sw_context *sw_context, in vmw_cmd_check_not_3d()
1045 struct vmw_sw_context *,
1091 struct vmw_sw_context *sw_context, in vmw_cmd_check()
1127 struct vmw_sw_context *sw_context, in vmw_cmd_check_all()
1153 static void vmw_free_relocations(struct vmw_sw_context *sw_context) in vmw_free_relocations()
1158 static void vmw_apply_relocations(struct vmw_sw_context *sw_context) in vmw_apply_relocations()
1205 static void vmw_clear_validations(struct vmw_sw_context *sw_context) in vmw_clear_validations()
1264 struct vmw_sw_context *sw_context) in vmw_validate_buffers()
1277 static int vmw_resize_cmd_bounce(struct vmw_sw_context *sw_context, in vmw_resize_cmd_bounce()
1431 struct vmw_sw_context *sw_context = &dev_priv->ctx; in vmw_execbuf_process()