Lines Matching defs:vmw_sw_context
403 struct vmw_sw_context{ struct
405 bool kernel;
406 struct vmw_fpriv *fp;
407 struct drm_file *filp;
408 uint32_t *cmd_bounce;
409 uint32_t cmd_bounce_size;
410 struct vmw_bo *cur_query_bo;
411 struct list_head bo_relocations;
412 struct list_head res_relocations;
413 uint32_t *buf_start;
414 struct vmw_res_cache_entry res_cache[vmw_res_max];
415 struct vmw_resource *last_query_ctx;
416 bool needs_post_query_barrier;
417 struct vmw_ctx_binding_state *staged_bindings;
418 bool staged_bindings_inuse;
419 struct list_head staged_cmd_res;
420 struct list_head ctx_list;
421 struct vmw_ctx_validation_info *dx_ctx_node;
422 struct vmw_bo *dx_query_mob;
423 struct vmw_resource *dx_query_ctx;
424 struct vmw_cmdbuf_res_manager *man;
425 struct vmw_validation_context *ctx;