Home
last modified time | relevance | path

Searched refs:bind_tcs_state (Results 1 - 25 of 25) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_ts.c198 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 Dsvga_pipe_ts.c216 svga->pipe.bind_tcs_state = svga_bind_tcs_state; in svga_init_ts_functions()
H A Dsvga_state_tgsi_transform.c88 svga->pipe.bind_tcs_state(&svga->pipe, shader); in bind_shader()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_tess.c196 llvmpipe->pipe.bind_tcs_state = llvmpipe_bind_tcs_state; in llvmpipe_init_tess_funcs()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_program.c201 pctx->bind_tcs_state = fd_tcs_state_bind; in fd_prog_init()
H A Dfreedreno_blitter.c253 pctx->bind_tcs_state(pctx, NULL); in fd_blitter_clear()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h386 void (*bind_tcs_state)(struct pipe_context *, void *); member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c438 ctx->bind_tcs_state = noop_bind_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c380 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 Ddump_state.py366 def bind_tcs_state(self, state): member in Context
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_context.c339 st->pipe->bind_tcs_state(st->pipe, NULL); in free_zombie_shaders()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c370 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 Du_blitter.c669 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 Du_threaded_context.c4536 CTX_INIT(bind_tcs_state); in threaded_context_create()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c336 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 Ddd_context.c893 CTX_INIT(bind_tcs_state); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_program.c1213 ctx->base.bind_tcs_state = zink_bind_tcs_state; in zink_program_init()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_context.c1610 vctx->base.bind_tcs_state = virgl_bind_tcs_state; in virgl_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c2342 TR_CTX_INIT(bind_tcs_state); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_state.c1485 pipe->bind_tcs_state = nvc0_tcp_state_bind; in nvc0_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2999 ctx->bind_tcs_state = iris_bind_tcs_state; in iris_init_program_functions()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c3467 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 Dcrocus_program.c3149 ctx->bind_tcs_state = crocus_bind_tcs_state; in crocus_init_program_functions()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.cpp2450 ctx->base.bind_tcs_state = d3d12_bind_tcs_state;
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp4310 sctx->b.bind_tcs_state = si_bind_tcs_shader;

Completed in 67 milliseconds