Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h59 CALL(bind_tcs_state)
Du_blitter.c593 pipe->bind_tcs_state(pipe, ctx->base.saved_tcs); in util_blitter_restore_vertex_states()
1228 pipe->bind_tcs_state(pipe, NULL); in blitter_set_common_draw_rect_state()
2368 pipe->bind_tcs_state(pipe, NULL); in util_blitter_copy_buffer()
2435 pipe->bind_tcs_state(pipe, NULL); in util_blitter_clear_buffer()
Du_threaded_context.c2608 CTX_INIT(bind_tcs_state); in threaded_context_create()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c274 ctx->bind_tcs_state = noop_bind_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c395 ctx->pipe->bind_tcs_state(ctx->pipe, NULL); in cso_destroy_context()
949 ctx->pipe->bind_tcs_state(ctx->pipe, handle); in cso_set_tessctrl_shader_handle()
957 ctx->pipe->bind_tcs_state(ctx->pipe, NULL); in cso_delete_tessctrl_shader()
982 ctx->pipe->bind_tcs_state(ctx->pipe, ctx->tessctrl_shader_saved); in cso_restore_tessctrl_shader()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h240 void (*bind_tcs_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_context.c801 CTX_INIT(bind_tcs_state); in dd_context_create()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1374 pipe->bind_tcs_state = nvc0_tcp_state_bind; in nvc0_init_state_functions()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c1869 TR_CTX_INIT(bind_tcs_state); in trace_context_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c3198 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.c3481 sctx->b.b.bind_tcs_state = si_bind_tcs_shader; in si_init_shader_functions()