Searched refs:resource_commit (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 49 CALL(resource_commit)
|
D | u_threaded_context.c | 3933 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/ |
D | p_context.h | 882 bool (*resource_commit)(struct pipe_context *, struct pipe_resource *, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 486 ctx->resource_commit = noop_resource_commit; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 700 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/ |
D | st_cb_bufferobjects.c | 690 if (!pipe->resource_commit(pipe, buf->buffer, 0, &box, commit)) { in st_bufferobj_page_commitment()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_buffer.c | 735 sctx->b.resource_commit = si_resource_commit; in si_init_buffer_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 1977 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/ |
D | r600_pipe_common.c | 592 rctx->b.resource_commit = r600_resource_commit; in r600_common_context_init()
|
/third_party/mesa3d/docs/gallium/ |
D | context.rst | 760 resource_commit subsection 767 ``resource_commit`` function can be called to commit or uncommit parts (or all)
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 4113 ctx->base.resource_commit = zink_resource_commit; in zink_context_create()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 3776 - zink: add a pipe_context::resource_commit hook
|