Searched refs:resource_commit (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 48 CALL(resource_commit)
|
D | u_threaded_context.c | 4135 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/ |
D | p_context.h | 898 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/gallium/drivers/radeonsi/ |
D | si_buffer.c | 771 sctx->b.resource_commit = si_resource_commit; in si_init_buffer_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 2074 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/ |
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/mesa/state_tracker/ |
D | st_cb_texture.c | 3551 if (!pipe->resource_commit(pipe, tex_obj->pt, level, &box, commit)) { in st_TexturePageCommitment()
|
/third_party/mesa3d/src/mesa/main/ |
D | bufferobj.c | 5356 if (!pipe->resource_commit(pipe, bufferObj->buffer, 0, &box, commit)) { in buffer_page_commitment()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 4493 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
|