Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h48 CALL(resource_commit)
Du_threaded_context.c4135 pipe->resource_commit(pipe, p->res, p->level, &p->box, p->commit); in tc_call_resource_commit()
4582 CTX_INIT(resource_commit); in threaded_context_create()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h898 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/gallium/drivers/radeonsi/
Dsi_buffer.c771 sctx->b.resource_commit = si_resource_commit; in si_init_buffer_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c2074 return context->resource_commit(context, resource, level, box, commit); in trace_context_resource_commit()
2391 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/mesa/state_tracker/
Dst_cb_texture.c3551 if (!pipe->resource_commit(pipe, tex_obj->pt, level, &box, commit)) { in st_TexturePageCommitment()
/third_party/mesa3d/src/mesa/main/
Dbufferobj.c5356 if (!pipe->resource_commit(pipe, bufferObj->buffer, 0, &box, commit)) { in buffer_page_commitment()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4493 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