Home
last modified time | relevance | path

Searched refs:set_patch_vertices (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_tess.c52 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/
Du_threaded_context_calls.h13 CALL(set_patch_vertices)
Du_threaded_context.c1117 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/
Dlp_state_tess.c204 llvmpipe->pipe.set_patch_vertices = llvmpipe_set_patch_vertices; in llvmpipe_init_tess_funcs()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_ts.c222 svga->pipe.set_patch_vertices = svga_set_patch_vertices; in svga_init_ts_functions()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c205 pctx->set_patch_vertices = fd_set_patch_vertices; in fd_prog_init()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h501 void (*set_patch_vertices)(struct pipe_context *ctx, uint8_t patch_vertices); member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c495 ctx->set_patch_vertices = noop_set_patch_vertices; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c420 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/
Dlvp_execute.c1838 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/
Dshaderapi.c2766 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/
Dtr_context.c2009 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/
Dnvc0_state.c1510 pipe->set_patch_vertices = nvc0_set_patch_vertices; in nvc0_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1580 vctx->base.set_patch_vertices = virgl_set_patch_vertices; in virgl_context_create()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp2242 pipe->set_patch_vertices = swr_set_patch_vertices; in swr_state_init()
/third_party/mesa3d/docs/gallium/
Dcontext.rst121 * ``set_patch_vertices`` sets the number of vertices per input patch
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.c4097 ctx->base.set_patch_vertices = zink_set_patch_vertices; in zink_context_create()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_state.c4499 rctx->b.b.set_patch_vertices = evergreen_set_patch_vertices; in evergreen_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c5262 sctx->b.set_patch_vertices = si_set_patch_vertices; in si_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c8151 ctx->set_patch_vertices = iris_set_patch_vertices; in genX()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c9263 ctx->set_patch_vertices = crocus_set_patch_vertices;
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst2590 - gallium: remove vertices_per_patch, add pipe_context::set_patch_vertices