Lines Matching defs:vmw_sw_context
416 struct vmw_sw_context{ struct
417 struct drm_open_hash res_ht;
418 bool res_ht_initialized;
419 bool kernel;
420 struct vmw_fpriv *fp;
421 uint32_t *cmd_bounce;
422 uint32_t cmd_bounce_size;
423 struct vmw_buffer_object *cur_query_bo;
424 struct list_head bo_relocations;
425 struct list_head res_relocations;
426 uint32_t *buf_start;
427 struct vmw_res_cache_entry res_cache[vmw_res_max];
428 struct vmw_resource *last_query_ctx;
429 bool needs_post_query_barrier;
430 struct vmw_ctx_binding_state *staged_bindings;
431 bool staged_bindings_inuse;
432 struct list_head staged_cmd_res;
433 struct list_head ctx_list;
434 struct vmw_ctx_validation_info *dx_ctx_node;
435 struct vmw_buffer_object *dx_query_mob;
436 struct vmw_resource *dx_query_ctx;
437 struct vmw_cmdbuf_res_manager *man;
438 struct vmw_validation_context *ctx;