Lines Matching defs:vmw_sw_context
408 struct vmw_sw_context{ struct
409 struct drm_open_hash res_ht;
410 bool res_ht_initialized;
411 bool kernel;
412 struct vmw_fpriv *fp;
413 uint32_t *cmd_bounce;
414 uint32_t cmd_bounce_size;
415 struct vmw_buffer_object *cur_query_bo;
416 struct list_head bo_relocations;
417 struct list_head res_relocations;
418 uint32_t *buf_start;
419 struct vmw_res_cache_entry res_cache[vmw_res_max];
420 struct vmw_resource *last_query_ctx;
421 bool needs_post_query_barrier;
422 struct vmw_ctx_binding_state *staged_bindings;
423 bool staged_bindings_inuse;
424 struct list_head staged_cmd_res;
425 struct list_head ctx_list;
426 struct vmw_ctx_validation_info *dx_ctx_node;
427 struct vmw_buffer_object *dx_query_mob;
428 struct vmw_resource *dx_query_ctx;
429 struct vmw_cmdbuf_res_manager *man;
430 struct vmw_validation_context *ctx;