Home
last modified time | relevance | path

Searched refs:set_context_param (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h63 CALL(set_context_param)
Du_threaded_context.c2798 if (pipe->set_context_param) in tc_call_set_context_param()
2799 pipe->set_context_param(pipe, p->param, p->value); in tc_call_set_context_param()
2821 if (pipe->set_context_param) in tc_set_context_param()
2822 pipe->set_context_param(pipe, param, value); in tc_set_context_param()
2826 if (tc->pipe->set_context_param) { in tc_set_context_param()
4286 tc->base.set_context_param = tc_set_context_param; /* always set this */ in threaded_context_create()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c848 !st->pipe->set_context_param) in st_create_context_priv()
951 pipe->set_context_param(pipe, PIPE_CONTEXT_PARAM_PIN_THREADS_TO_L3_CACHE, in st_pin_driver_to_l3_cache()
1048 if (pipe->set_context_param) in st_create_context()
Dst_draw.c123 pipe->set_context_param(pipe, in prepare_draw()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h1161 void (*set_context_param)(struct pipe_context *ctx, member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c840 pipe->set_context_param(pipe, param, value); in dd_context_set_context_param()
949 CTX_INIT(set_context_param); in dd_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_pipe.c447 ctx->set_context_param = noop_set_context_param; in noop_create_context()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1886 context->set_context_param(context, param, value); in trace_context_set_context_param()
2307 TR_CTX_INIT(set_context_param); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c567 sctx->b.set_context_param = si_set_context_param; in si_create_context()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4259 ctx->base.set_context_param = zink_set_context_param; in zink_context_create()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst4494 - zink: add set_context_param hook