HomeSort by: relevance | last modified time | path
    Searched defs:sw_context (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_execbuf.c 152 struct vmw_sw_context *sw_context,
155 struct vmw_sw_context *sw_context,
174 * @sw_context: The command submission context
178 static void vmw_execbuf_bindings_commit(struct vmw_sw_context *sw_context,
183 list_for_each_entry(entry, &sw_context->ctx_list, head) {
187 if (entry->staged != sw_context->staged_bindings)
190 sw_context->staged_bindings_inuse = false;
194 INIT_LIST_HEAD(&sw_context->ctx_list);
200 * @sw_context: The command submission context
202 static void vmw_bind_dx_query_mob(struct vmw_sw_context *sw_context)
3662 struct vmw_sw_context *sw_context = &dev_priv->ctx; local in function:vmw_execbuf_process
    [all...]
vmwgfx_execbuf.c 152 struct vmw_sw_context *sw_context,
155 struct vmw_sw_context *sw_context,
174 * @sw_context: The command submission context
178 static void vmw_execbuf_bindings_commit(struct vmw_sw_context *sw_context,
183 list_for_each_entry(entry, &sw_context->ctx_list, head) {
187 if (entry->staged != sw_context->staged_bindings)
190 sw_context->staged_bindings_inuse = false;
194 INIT_LIST_HEAD(&sw_context->ctx_list);
200 * @sw_context: The command submission context
202 static void vmw_bind_dx_query_mob(struct vmw_sw_context *sw_context)
3662 struct vmw_sw_context *sw_context = &dev_priv->ctx; local in function:vmw_execbuf_process
    [all...]
vmwgfx_execbuf.c 152 struct vmw_sw_context *sw_context,
155 struct vmw_sw_context *sw_context,
174 * @sw_context: The command submission context
178 static void vmw_execbuf_bindings_commit(struct vmw_sw_context *sw_context,
183 list_for_each_entry(entry, &sw_context->ctx_list, head) {
187 if (entry->staged != sw_context->staged_bindings)
190 sw_context->staged_bindings_inuse = false;
194 INIT_LIST_HEAD(&sw_context->ctx_list);
200 * @sw_context: The command submission context
202 static void vmw_bind_dx_query_mob(struct vmw_sw_context *sw_context)
3662 struct vmw_sw_context *sw_context = &dev_priv->ctx; local in function:vmw_execbuf_process
    [all...]
vmwgfx_execbuf.c 152 struct vmw_sw_context *sw_context,
155 struct vmw_sw_context *sw_context,
174 * @sw_context: The command submission context
178 static void vmw_execbuf_bindings_commit(struct vmw_sw_context *sw_context,
183 list_for_each_entry(entry, &sw_context->ctx_list, head) {
187 if (entry->staged != sw_context->staged_bindings)
190 sw_context->staged_bindings_inuse = false;
194 INIT_LIST_HEAD(&sw_context->ctx_list);
200 * @sw_context: The command submission context
202 static void vmw_bind_dx_query_mob(struct vmw_sw_context *sw_context)
3662 struct vmw_sw_context *sw_context = &dev_priv->ctx; local in function:vmw_execbuf_process
    [all...]

Completed in 221 milliseconds