Home
last modified time | relevance | path

Searched refs:bind_tes_state (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h73 CALL(bind_tes_state)
Du_blitter.c670 pipe->bind_tes_state(pipe, ctx->base.saved_tes); in util_blitter_restore_vertex_states()
1388 pipe->bind_tes_state(pipe, NULL); in blitter_set_common_draw_rect_state()
2640 pipe->bind_tes_state(pipe, NULL); in util_blitter_clear_buffer()
Du_threaded_context.c4539 CTX_INIT(bind_tes_state); in threaded_context_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_tess.c200 llvmpipe->pipe.bind_tes_state = llvmpipe_bind_tes_state; in llvmpipe_init_tess_funcs()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_ts.c219 svga->pipe.bind_tes_state = svga_bind_tes_state; in svga_init_ts_functions()
Dsvga_state_tgsi_transform.c91 svga->pipe.bind_tes_state(&svga->pipe, shader); in bind_shader()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c202 pctx->bind_tes_state = fd_tes_state_bind; in fd_prog_init()
Dfreedreno_blitter.c254 pctx->bind_tes_state(pctx, NULL); in fd_blitter_clear()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h391 void (*bind_tes_state)(struct pipe_context *, void *); member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c439 ctx->bind_tes_state = noop_bind_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c381 ctx->pipe->bind_tes_state(ctx->pipe, NULL); in cso_unbind_context()
930 ctx->pipe->bind_tes_state(ctx->pipe, handle); in cso_set_tesseval_shader_handle()
953 ctx->pipe->bind_tes_state(ctx->pipe, ctx->tesseval_shader_saved); in cso_restore_tesseval_shader()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c395 context->gpu->bind_tes_state(context->gpu, so); in tegra_bind_tes_state()
1340 context->base.bind_tes_state = tegra_bind_tes_state; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c339 state->pctx->bind_tes_state(state->pctx, shader_state); in update_inline_shader_state()
647 if (state->pctx->bind_tes_state) in handle_graphics_pipeline()
648 state->pctx->bind_tes_state(state->pctx, NULL); in handle_graphics_pipeline()
682 … state->pctx->bind_tes_state(state->pctx, pipeline->shader_cso[PIPE_SHADER_TESS_EVAL]); in handle_graphics_pipeline()
699 if (state->pctx->bind_tes_state && !has_stage[PIPE_SHADER_TESS_EVAL]) in handle_graphics_pipeline()
700 state->pctx->bind_tes_state(state->pctx, NULL); in handle_graphics_pipeline()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c343 st->pipe->bind_tes_state(st->pipe, NULL); in free_zombie_shaders()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py369 def bind_tes_state(self, state): member in Context
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c896 CTX_INIT(bind_tes_state); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_program.c1217 ctx->base.bind_tes_state = zink_bind_tes_state; in zink_program_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1486 pipe->bind_tes_state = nvc0_tep_state_bind; in nvc0_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1611 vctx->base.bind_tes_state = virgl_bind_tes_state; in virgl_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c2345 TR_CTX_INIT(bind_tes_state); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp2454 ctx->base.bind_tes_state = d3d12_bind_tes_state; in d3d12_context_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c3000 ctx->bind_tes_state = iris_bind_tes_state; in iris_init_program_functions()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_program.c3150 ctx->bind_tes_state = crocus_bind_tes_state; in crocus_init_program_functions()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c3468 rctx->b.b.bind_tes_state = r600_bind_tes_state; in r600_init_common_state_functions()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.cpp4311 sctx->b.bind_tes_state = si_bind_tes_shader; in si_init_shader_functions()