Home
last modified time | relevance | path

Searched refs:bind_tcs_state (Results 1 – 23 of 23) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h63 CALL(bind_tcs_state)
Du_blitter.c658 pipe->bind_tcs_state(pipe, ctx->base.saved_tcs); in util_blitter_restore_vertex_states()
1329 pipe->bind_tcs_state(pipe, NULL); in blitter_set_common_draw_rect_state()
2526 pipe->bind_tcs_state(pipe, NULL); in util_blitter_copy_buffer()
2593 pipe->bind_tcs_state(pipe, NULL); in util_blitter_clear_buffer()
Du_threaded_context.c2827 CTX_INIT(bind_tcs_state); in threaded_context_create()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_ts.c289 svga->pipe.bind_tcs_state(&svga->pipe, in get_passthrough_tcs()
310 svga->pipe.bind_tcs_state(&svga->pipe, new_tcs); in get_passthrough_tcs()
Dsvga_pipe_ts.c214 svga->pipe.bind_tcs_state = svga_bind_tcs_state; in svga_init_ts_functions()
Dsvga_state_tgsi_transform.c88 svga->pipe.bind_tcs_state(&svga->pipe, shader); in bind_shader()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_tess.c188 llvmpipe->pipe.bind_tcs_state = llvmpipe_bind_tcs_state; in llvmpipe_init_tess_funcs()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c183 pctx->bind_tcs_state = fd_tcs_state_bind; in fd_prog_init()
Dfreedreno_blitter.c232 pctx->bind_tcs_state(pctx, NULL); in fd_blitter_clear()
/external/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c287 ctx->bind_tcs_state = noop_bind_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h320 void (*bind_tcs_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c370 if (state->pctx->bind_tcs_state) in handle_graphics_pipeline()
371 state->pctx->bind_tcs_state(state->pctx, NULL); in handle_graphics_pipeline()
392 state->pctx->bind_tcs_state(state->pctx, pipeline->shader_cso[PIPE_SHADER_TESS_CTRL]); in handle_graphics_pipeline()
411 if (state->pctx->bind_tcs_state && !has_stage[PIPE_SHADER_TESS_CTRL]) in handle_graphics_pipeline()
412 state->pctx->bind_tcs_state(state->pctx, NULL); in handle_graphics_pipeline()
2461 if (state.pctx->bind_tcs_state) in lvp_execute_cmds()
2462 state.pctx->bind_tcs_state(state.pctx, NULL); in lvp_execute_cmds()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c439 ctx->pipe->bind_tcs_state(ctx->pipe, NULL); in cso_destroy_context()
966 ctx->pipe->bind_tcs_state(ctx->pipe, handle); in cso_set_tessctrl_shader_handle()
989 ctx->pipe->bind_tcs_state(ctx->pipe, ctx->tessctrl_shader_saved); in cso_restore_tessctrl_shader()
/external/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c356 context->gpu->bind_tcs_state(context->gpu, so); in tegra_bind_tcs_state()
1289 context->base.bind_tcs_state = tegra_bind_tcs_state; in tegra_screen_context_create()
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c868 CTX_INIT(bind_tcs_state); in dd_context_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c411 st->pipe->bind_tcs_state(st->pipe, NULL); in free_zombie_shaders()
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c1961 TR_CTX_INIT(bind_tcs_state); in trace_context_create()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1503 vctx->base.bind_tcs_state = virgl_bind_tcs_state; in virgl_context_create()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1445 pipe->bind_tcs_state = nvc0_tcp_state_bind; in nvc0_init_state_functions()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp2183 pipe->bind_tcs_state = swr_bind_tcs_state; in swr_state_init()
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c2631 ctx->bind_tcs_state = iris_bind_tcs_state; in iris_init_program_functions()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c3353 rctx->b.b.bind_tcs_state = r600_bind_tcs_state; in r600_init_common_state_functions()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_shaders.c4149 sctx->b.bind_tcs_state = si_bind_tcs_shader; in si_init_shader_functions()