Home
last modified time | relevance | path

Searched refs:resource_commit (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h49 CALL(resource_commit)
Du_threaded_context.c3933 pipe->resource_commit(pipe, p->res, p->level, &p->box, p->commit); in tc_call_resource_commit()
4381 CTX_INIT(resource_commit); in threaded_context_create()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h882 bool (*resource_commit)(struct pipe_context *, struct pipe_resource *, member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c486 ctx->resource_commit = noop_resource_commit; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c700 return pipe->resource_commit(pipe, resource, level, box, commit); in dd_context_resource_commit()
932 CTX_INIT(resource_commit); in dd_context_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c690 if (!pipe->resource_commit(pipe, buf->buffer, 0, &box, commit)) { in st_bufferobj_page_commitment()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c735 sctx->b.resource_commit = si_resource_commit; in si_init_buffer_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1977 return context->resource_commit(context, resource, level, box, commit); in trace_context_resource_commit()
2288 TR_CTX_INIT(resource_commit); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c592 rctx->b.resource_commit = r600_resource_commit; in r600_common_context_init()
/third_party/mesa3d/docs/gallium/
Dcontext.rst760 resource_commit subsection
767 ``resource_commit`` function can be called to commit or uncommit parts (or all)
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4113 ctx->base.resource_commit = zink_resource_commit; in zink_context_create()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst3776 - zink: add a pipe_context::resource_commit hook