/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_tgsi_transform.c | 47 bind_gs_state(struct svga_context *svga, in bind_gs_state() function 85 svga->pipe.bind_gs_state(&svga->pipe, shader); in bind_shader() 347 bind_gs_state(svga, gs); in emulate_point_sprite() 471 bind_gs_state(svga, svga->curr.user_gs); in update_tgsi_transform() 478 bind_gs_state(svga, svga->curr.user_gs); in update_tgsi_transform()
|
D | svga_pipe_gs.c | 131 svga->pipe.bind_gs_state = svga_bind_gs_state; in svga_init_gs_functions()
|
D | svga_pipe_vs.c | 157 svga->pipe.bind_gs_state(&svga->pipe, NULL); in svga_bind_vs_state()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_gs.c | 117 llvmpipe->pipe.bind_gs_state = llvmpipe_bind_gs_state; in llvmpipe_init_gs_funcs()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 62 CALL(bind_gs_state)
|
D | u_blitter.c | 653 pipe->bind_gs_state(pipe, ctx->base.saved_gs); in util_blitter_restore_vertex_states() 1327 pipe->bind_gs_state(pipe, NULL); in blitter_set_common_draw_rect_state() 2524 pipe->bind_gs_state(pipe, NULL); in util_blitter_copy_buffer() 2591 pipe->bind_gs_state(pipe, NULL); in util_blitter_clear_buffer()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | tri-gs.c | 158 ctx->bind_gs_state(ctx, handle); in set_geometry_shader()
|
D | gs-test.c | 312 ctx->bind_gs_state(ctx, handle); in set_geometry_shader()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 169 void (*bind_gs_state)(struct pipe_context *, void *); member
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_program.c | 185 pctx->bind_gs_state = fd_gs_state_bind; in fd_prog_init()
|
D | freedreno_blitter.c | 231 pctx->bind_gs_state(pctx, NULL); in fd_blitter_clear()
|
/external/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 289 ctx->bind_gs_state = noop_bind_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 315 void (*bind_gs_state)(struct pipe_context *, void *); member
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_shader.c | 491 pipe->bind_gs_state = softpipe_bind_gs_state; in softpipe_init_shader_funcs()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 436 ctx->pipe->bind_gs_state(ctx->pipe, NULL); in cso_destroy_context() 931 ctx->pipe->bind_gs_state(ctx->pipe, handle); in cso_set_geometry_shader_handle() 954 ctx->pipe->bind_gs_state(ctx->pipe, ctx->geometry_shader_saved); in cso_restore_geometry_shader()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_program.c | 484 ctx->base.bind_gs_state = zink_bind_gs_state; in zink_program_init()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_execute.c | 369 state->pctx->bind_gs_state(state->pctx, NULL); in handle_graphics_pipeline() 388 state->pctx->bind_gs_state(state->pctx, pipeline->shader_cso[PIPE_SHADER_GEOMETRY]); in handle_graphics_pipeline() 409 if (state->pctx->bind_gs_state && !has_stage[PIPE_SHADER_GEOMETRY]) in handle_graphics_pipeline() 410 state->pctx->bind_gs_state(state->pctx, NULL); in handle_graphics_pipeline() 2460 state.pctx->bind_gs_state(state.pctx, NULL); in lvp_execute_cmds()
|
/external/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 331 context->gpu->bind_gs_state(context->gpu, so); in tegra_bind_gs_state() 1285 context->base.bind_gs_state = tegra_bind_gs_state; in tegra_screen_context_create()
|
/external/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_context.c | 528 pipe->bind_gs_state(pipe, in rbug_bind_gs_state() 1272 rb_pipe->base.bind_gs_state = rbug_bind_gs_state; in rbug_context_create()
|
D | rbug_core.c | 143 pipe->bind_gs_state(pipe, state); in rbug_shader_bind_locked()
|
/external/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 343 def bind_gs_state(self, state): member in Context
|
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 865 CTX_INIT(bind_gs_state); in dd_context_create()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 407 st->pipe->bind_gs_state(st->pipe, NULL); in free_zombie_shaders()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_program.c | 994 pctx->bind_gs_state = v3d_gp_state_bind; in v3d_program_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1329 pipe->bind_gs_state = nv50_gp_state_bind; in nv50_init_state_functions()
|