Lines Matching defs:vmw_sw_context
427 struct vmw_sw_context{ struct
428 struct vmwgfx_open_hash res_ht;
429 bool res_ht_initialized;
430 bool kernel;
431 struct vmw_fpriv *fp;
432 struct drm_file *filp;
433 uint32_t *cmd_bounce;
434 uint32_t cmd_bounce_size;
435 struct vmw_buffer_object *cur_query_bo;
436 struct list_head bo_relocations;
437 struct list_head res_relocations;
438 uint32_t *buf_start;
439 struct vmw_res_cache_entry res_cache[vmw_res_max];
440 struct vmw_resource *last_query_ctx;
441 bool needs_post_query_barrier;
442 struct vmw_ctx_binding_state *staged_bindings;
443 bool staged_bindings_inuse;
444 struct list_head staged_cmd_res;
445 struct list_head ctx_list;
446 struct vmw_ctx_validation_info *dx_ctx_node;
447 struct vmw_buffer_object *dx_query_mob;
448 struct vmw_resource *dx_query_ctx;
449 struct vmw_cmdbuf_res_manager *man;
450 struct vmw_validation_context *ctx;