Lines Matching defs:vmw_sw_context
295 struct vmw_sw_context{ struct
296 struct drm_open_hash res_ht;
297 bool res_ht_initialized;
298 bool kernel; /**< is the called made from the kernel */
299 struct vmw_fpriv *fp;
300 struct list_head validate_nodes;
301 struct vmw_relocation relocs[VMWGFX_MAX_RELOCATIONS];
302 uint32_t cur_reloc;
303 struct vmw_validate_buffer val_bufs[VMWGFX_MAX_VALIDATIONS];
304 uint32_t cur_val_buf;
305 uint32_t *cmd_bounce;
306 uint32_t cmd_bounce_size;
307 struct list_head resource_list;
308 struct list_head ctx_resource_list; /* For contexts and cotables */
309 struct vmw_buffer_object *cur_query_bo;
310 struct list_head res_relocations;
311 uint32_t *buf_start;
312 struct vmw_res_cache_entry res_cache[vmw_res_max];
313 struct vmw_resource *last_query_ctx;
314 bool needs_post_query_barrier;
315 struct vmw_resource *error_resource;
316 struct vmw_ctx_binding_state *staged_bindings;
317 bool staged_bindings_inuse;
318 struct list_head staged_cmd_res;
319 struct vmw_resource_val_node *dx_ctx_node;
320 struct vmw_buffer_object *dx_query_mob;
321 struct vmw_resource *dx_query_ctx;
322 struct vmw_cmdbuf_res_manager *man;