Lines Matching defs:vmw_sw_context
373 struct vmw_sw_context{ struct
374 struct drm_open_hash res_ht;
375 bool res_ht_initialized;
376 bool kernel;
377 struct vmw_fpriv *fp;
378 uint32_t *cmd_bounce;
379 uint32_t cmd_bounce_size;
380 struct vmw_buffer_object *cur_query_bo;
381 struct list_head bo_relocations;
382 struct list_head res_relocations;
383 uint32_t *buf_start;
384 struct vmw_res_cache_entry res_cache[vmw_res_max];
385 struct vmw_resource *last_query_ctx;
386 bool needs_post_query_barrier;
387 struct vmw_ctx_binding_state *staged_bindings;
388 bool staged_bindings_inuse;
389 struct list_head staged_cmd_res;
390 struct list_head ctx_list;
391 struct vmw_ctx_validation_info *dx_ctx_node;
392 struct vmw_buffer_object *dx_query_mob;
393 struct vmw_resource *dx_query_ctx;
394 struct vmw_cmdbuf_res_manager *man;
395 struct vmw_validation_context *ctx;