Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tgsi_transform.c47 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()
Dsvga_pipe_gs.c131 svga->pipe.bind_gs_state = svga_bind_gs_state; in svga_init_gs_functions()
Dsvga_pipe_vs.c157 svga->pipe.bind_gs_state(&svga->pipe, NULL); in svga_bind_vs_state()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_gs.c117 llvmpipe->pipe.bind_gs_state = llvmpipe_bind_gs_state; in llvmpipe_init_gs_funcs()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h62 CALL(bind_gs_state)
Du_blitter.c653 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/
Dtri-gs.c158 ctx->bind_gs_state(ctx, handle); in set_geometry_shader()
Dgs-test.c312 ctx->bind_gs_state(ctx, handle); in set_geometry_shader()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h169 void (*bind_gs_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_program.c185 pctx->bind_gs_state = fd_gs_state_bind; in fd_prog_init()
Dfreedreno_blitter.c231 pctx->bind_gs_state(pctx, NULL); in fd_blitter_clear()
/external/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c289 ctx->bind_gs_state = noop_bind_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h315 void (*bind_gs_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c491 pipe->bind_gs_state = softpipe_bind_gs_state; in softpipe_init_shader_funcs()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c436 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/
Dzink_program.c484 ctx->base.bind_gs_state = zink_bind_gs_state; in zink_program_init()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c369 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/
Dtegra_context.c331 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/
Drbug_context.c528 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()
Drbug_core.c143 pipe->bind_gs_state(pipe, state); in rbug_shader_bind_locked()
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py343 def bind_gs_state(self, state): member in Context
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c865 CTX_INIT(bind_gs_state); in dd_context_create()
/external/mesa3d/src/mesa/state_tracker/
Dst_context.c407 st->pipe->bind_gs_state(st->pipe, NULL); in free_zombie_shaders()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_program.c994 pctx->bind_gs_state = v3d_gp_state_bind; in v3d_program_init()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1329 pipe->bind_gs_state = nv50_gp_state_bind; in nv50_init_state_functions()

12