/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_tess.c | 52 if (pipe->set_patch_vertices) in st_update_tess() 53 pipe->set_patch_vertices(pipe, ctx->TessCtrlProgram.patch_vertices); in st_update_tess()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 13 CALL(set_patch_vertices)
|
D | u_threaded_context.c | 1117 pipe->set_patch_vertices(pipe, patch_vertices); in tc_call_set_patch_vertices() 4361 CTX_INIT(set_patch_vertices); in threaded_context_create()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_tess.c | 204 llvmpipe->pipe.set_patch_vertices = llvmpipe_set_patch_vertices; in llvmpipe_init_tess_funcs()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_ts.c | 222 svga->pipe.set_patch_vertices = svga_set_patch_vertices; in svga_init_ts_functions()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_program.c | 205 pctx->set_patch_vertices = fd_set_patch_vertices; in fd_prog_init()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 501 void (*set_patch_vertices)(struct pipe_context *ctx, uint8_t patch_vertices); member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 495 ctx->set_patch_vertices = noop_set_patch_vertices; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 420 pipe->set_patch_vertices(pipe, patch_vertices); in dd_context_set_patch_vertices() 916 CTX_INIT(set_patch_vertices); in dd_context_create()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 1838 state->pctx->set_patch_vertices(state->pctx, state->patch_vertices); in handle_draw() 1863 state->pctx->set_patch_vertices(state->pctx, state->patch_vertices); in handle_draw_multi() 2489 state->pctx->set_patch_vertices(state->pctx, state->patch_vertices); in handle_draw_indexed() 2527 state->pctx->set_patch_vertices(state->pctx, state->patch_vertices); in handle_draw_multi_indexed() 2555 state->pctx->set_patch_vertices(state->pctx, state->patch_vertices); in handle_draw_indirect() 3078 state->pctx->set_patch_vertices(state->pctx, state->patch_vertices); in handle_draw_indirect_count() 3433 state->pctx->set_patch_vertices(state->pctx, state->patch_vertices); in handle_draw_indirect_byte_count()
|
/third_party/mesa3d/src/mesa/main/ |
D | shaderapi.c | 2766 set_patch_vertices(struct gl_context *ctx, GLint value) in set_patch_vertices() function 2783 set_patch_vertices(ctx, value); in _mesa_PatchParameteri_no_error() 2807 set_patch_vertices(ctx, value); in _mesa_PatchParameteri()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 2009 context->set_patch_vertices(context, patch_vertices); in trace_context_set_patch_vertices() 2290 TR_CTX_INIT(set_patch_vertices); in trace_context_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 1510 pipe->set_patch_vertices = nvc0_set_patch_vertices; in nvc0_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_context.c | 1580 vctx->base.set_patch_vertices = virgl_set_patch_vertices; in virgl_context_create()
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 2242 pipe->set_patch_vertices = swr_set_patch_vertices; in swr_state_init()
|
/third_party/mesa3d/docs/gallium/ |
D | context.rst | 121 * ``set_patch_vertices`` sets the number of vertices per input patch
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 4097 ctx->base.set_patch_vertices = zink_set_patch_vertices; in zink_context_create()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_state.c | 4499 rctx->b.b.set_patch_vertices = evergreen_set_patch_vertices; in evergreen_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 5262 sctx->b.set_patch_vertices = si_set_patch_vertices; in si_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 8151 ctx->set_patch_vertices = iris_set_patch_vertices; in genX()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_state.c | 9263 ctx->set_patch_vertices = crocus_set_patch_vertices;
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.0.rst | 2590 - gallium: remove vertices_per_patch, add pipe_context::set_patch_vertices
|