Searched refs:set_context_param (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | glthread.c | 208 ctx->pipe->set_context_param && in _mesa_glthread_flush_batch() 218 ctx->pipe->set_context_param(ctx->pipe, in _mesa_glthread_flush_batch()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 62 CALL(set_context_param)
|
D | u_threaded_context.c | 2967 if (pipe->set_context_param) in tc_call_set_context_param() 2968 pipe->set_context_param(pipe, p->param, p->value); in tc_call_set_context_param() 2990 if (pipe->set_context_param) in tc_set_context_param() 2991 pipe->set_context_param(pipe, param, value); in tc_set_context_param() 2995 if (tc->pipe->set_context_param) { in tc_set_context_param() 4486 tc->base.set_context_param = tc_set_context_param; /* always set this */ in threaded_context_create()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 1177 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/mesa/state_tracker/ |
D | st_draw.c | 121 pipe->set_context_param(pipe, in prepare_draw()
|
D | st_context.c | 739 !st->pipe->set_context_param) in st_create_context_priv()
|
/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 | 1962 context->set_context_param(context, param, value); in trace_context_set_context_param() 2410 TR_CTX_INIT(set_context_param); in trace_context_create()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 609 sctx->b.set_context_param = si_set_context_param; in si_create_context()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 4662 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
|