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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_execbuf.c 122 * @staged: The binding state changes of this command buffer
128 struct vmw_ctx_binding_state *staged; member in struct:vmw_ctx_validation_info
185 vmw_binding_state_commit(entry->cur, entry->staged);
187 if (entry->staged != sw_context->staged_bindings)
188 vmw_binding_state_free(entry->staged);
238 node->staged = vmw_binding_state_alloc(dev_priv);
239 if (IS_ERR(node->staged)) {
240 ret = PTR_ERR(node->staged);
241 node->staged = NULL;
245 node->staged = sw_context->staged_bindings
    [all...]
vmwgfx_execbuf.c 122 * @staged: The binding state changes of this command buffer
128 struct vmw_ctx_binding_state *staged; member in struct:vmw_ctx_validation_info
185 vmw_binding_state_commit(entry->cur, entry->staged);
187 if (entry->staged != sw_context->staged_bindings)
188 vmw_binding_state_free(entry->staged);
238 node->staged = vmw_binding_state_alloc(dev_priv);
239 if (IS_ERR(node->staged)) {
240 ret = PTR_ERR(node->staged);
241 node->staged = NULL;
245 node->staged = sw_context->staged_bindings
    [all...]

Completed in 22 milliseconds