/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_ts.c | 198 svga->pipe.bind_tcs_state(&svga->pipe, in get_passthrough_tcs() 219 svga->pipe.bind_tcs_state(&svga->pipe, new_tcs); in get_passthrough_tcs()
|
H A D | svga_pipe_ts.c | 216 svga->pipe.bind_tcs_state = svga_bind_tcs_state; in svga_init_ts_functions()
|
H A D | svga_state_tgsi_transform.c | 88 svga->pipe.bind_tcs_state(&svga->pipe, shader); in bind_shader()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_tess.c | 196 llvmpipe->pipe.bind_tcs_state = llvmpipe_bind_tcs_state; in llvmpipe_init_tess_funcs()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_program.c | 201 pctx->bind_tcs_state = fd_tcs_state_bind; in fd_prog_init()
|
H A D | freedreno_blitter.c | 253 pctx->bind_tcs_state(pctx, NULL); in fd_blitter_clear()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 386 void (*bind_tcs_state)(struct pipe_context *, void *); member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_state.c | 438 ctx->bind_tcs_state = noop_bind_state; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_context.c | 380 ctx->pipe->bind_tcs_state(ctx->pipe, NULL); in cso_unbind_context() 895 ctx->pipe->bind_tcs_state(ctx->pipe, handle); in cso_set_tessctrl_shader_handle() 918 ctx->pipe->bind_tcs_state(ctx->pipe, ctx->tessctrl_shader_saved); in cso_restore_tessctrl_shader()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 366 def bind_tcs_state(self, state): member in Context
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_context.c | 339 st->pipe->bind_tcs_state(st->pipe, NULL); in free_zombie_shaders()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.c | 370 context->gpu->bind_tcs_state(context->gpu, so); in tegra_bind_tcs_state() 1336 context->base.bind_tcs_state = tegra_bind_tcs_state; in tegra_screen_context_create()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blitter.c | 669 pipe->bind_tcs_state(pipe, ctx->base.saved_tcs); in util_blitter_restore_vertex_states() 1387 pipe->bind_tcs_state(pipe, NULL); in blitter_set_common_draw_rect_state() 2639 pipe->bind_tcs_state(pipe, NULL); in util_blitter_clear_buffer()
|
H A D | u_threaded_context.c | 4536 CTX_INIT(bind_tcs_state); in threaded_context_create()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_execute.c | 336 state->pctx->bind_tcs_state(state->pctx, shader_state); in update_inline_shader_state() 645 if (state->pctx->bind_tcs_state) in handle_graphics_pipeline() 646 state->pctx->bind_tcs_state(state->pctx, NULL); in handle_graphics_pipeline() 676 state->pctx->bind_tcs_state(state->pctx, pipeline->shader_cso[PIPE_SHADER_TESS_CTRL]); in handle_graphics_pipeline() 697 if (state->pctx->bind_tcs_state && !has_stage[PIPE_SHADER_TESS_CTRL]) in handle_graphics_pipeline() 698 state->pctx->bind_tcs_state(state->pctx, NULL); in handle_graphics_pipeline()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_context.c | 893 CTX_INIT(bind_tcs_state); in dd_context_create()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_program.c | 1213 ctx->base.bind_tcs_state = zink_bind_tcs_state; in zink_program_init()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_context.c | 1610 vctx->base.bind_tcs_state = virgl_bind_tcs_state; in virgl_context_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 2342 TR_CTX_INIT(bind_tcs_state); in trace_context_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_state.c | 1485 pipe->bind_tcs_state = nvc0_tcp_state_bind; in nvc0_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 2999 ctx->bind_tcs_state = iris_bind_tcs_state; in iris_init_program_functions()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state_common.c | 3467 rctx->b.b.bind_tcs_state = r600_bind_tcs_state; in r600_init_common_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program.c | 3149 ctx->bind_tcs_state = crocus_bind_tcs_state; in crocus_init_program_functions()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context.cpp | 2450 ctx->base.bind_tcs_state = d3d12_bind_tcs_state;
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_shaders.cpp | 4310 sctx->b.bind_tcs_state = si_bind_tcs_shader;
|