Lines Matching defs:vmw_sw_context
420 struct vmw_sw_context{ struct
422 bool kernel;
423 struct vmw_fpriv *fp;
424 struct drm_file *filp;
425 uint32_t *cmd_bounce;
426 uint32_t cmd_bounce_size;
427 struct vmw_bo *cur_query_bo;
428 struct list_head bo_relocations;
429 struct list_head res_relocations;
430 uint32_t *buf_start;
431 struct vmw_res_cache_entry res_cache[vmw_res_max];
432 struct vmw_resource *last_query_ctx;
433 bool needs_post_query_barrier;
434 struct vmw_ctx_binding_state *staged_bindings;
435 bool staged_bindings_inuse;
436 struct list_head staged_cmd_res;
437 struct list_head ctx_list;
438 struct vmw_ctx_validation_info *dx_ctx_node;
439 struct vmw_bo *dx_query_mob;
440 struct vmw_resource *dx_query_ctx;
441 struct vmw_cmdbuf_res_manager *man;
442 struct vmw_validation_context *ctx;