Searched refs:set_context_param (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 63 CALL(set_context_param)
|
D | u_threaded_context.c | 2798 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/ |
D | st_context.c | 848 !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()
|
D | st_draw.c | 123 pipe->set_context_param(pipe, in prepare_draw()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 1161 void (*set_context_param)(struct pipe_context *ctx, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 840 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/ |
D | noop_pipe.c | 447 ctx->set_context_param = noop_set_context_param; in noop_create_context()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 1886 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/ |
D | si_pipe.c | 567 sctx->b.set_context_param = si_set_context_param; in si_create_context()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 4259 ctx->base.set_context_param = zink_set_context_param; in zink_context_create()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 4494 - zink: add set_context_param hook
|