/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 636 pipe->bind_depth_stencil_alpha_state(pipe, ctx->base.saved_dsa_state); in util_blitter_restore_fragment_states() 1351 pipe->bind_depth_stencil_alpha_state(pipe, custom_dsa); in util_blitter_common_clear_setup() 1353 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_stencil); in util_blitter_common_clear_setup() 1355 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_keep_stencil); in util_blitter_common_clear_setup() 1357 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_write_stencil); in util_blitter_common_clear_setup() 1359 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_stencil); in util_blitter_common_clear_setup() 1872 pipe->bind_depth_stencil_alpha_state(pipe, in util_blitter_blit_generic() 1878 pipe->bind_depth_stencil_alpha_state(pipe, in util_blitter_blit_generic() 1884 pipe->bind_depth_stencil_alpha_state(pipe, in util_blitter_blit_generic() 1895 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_stencil); in util_blitter_blit_generic() [all …]
|
D | u_threaded_context_calls.h | 54 CALL(bind_depth_stencil_alpha_state)
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_blend.c | 144 pipe->bind_depth_stencil_alpha_state = softpipe_bind_depth_stencil_state; in softpipe_init_blend_funcs()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_blend.c | 197 llvmpipe->pipe.bind_depth_stencil_alpha_state = llvmpipe_bind_depth_stencil_state; in llvmpipe_init_blend_funcs()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | tri-gs.c | 249 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | shader-leak.c | 244 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | tri-instanced.c | 300 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | graw_util.h | 170 info->ctx->bind_depth_stencil_alpha_state(info->ctx, handle); in graw_util_default_state()
|
D | quad-sample.c | 368 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | fs-test.c | 453 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | gs-test.c | 544 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | vs-test.c | 442 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 154 void (*bind_depth_stencil_alpha_state)(struct pipe_context *, void *); member
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 268 ctx->bind_depth_stencil_alpha_state = noop_bind_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 312 svga->pipe.bind_depth_stencil_alpha_state = svga_bind_depth_stencil_state; in svga_init_depth_stencil_functions()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 220 void (*bind_depth_stencil_alpha_state)(struct pipe_context *, void *); member
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 385 ctx->pipe->bind_depth_stencil_alpha_state( ctx->pipe, NULL ); in cso_destroy_context() 559 ctx->pipe->bind_depth_stencil_alpha_state(ctx->pipe, handle); in cso_set_depth_stencil_alpha() 576 ctx->pipe->bind_depth_stencil_alpha_state(ctx->pipe, in cso_restore_depth_stencil_alpha()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_state.c | 532 pctx->bind_depth_stencil_alpha_state = fd_zsa_state_bind; in fd_state_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 453 pipe->bind_depth_stencil_alpha_state = nv30_zsa_state_bind; in nv30_state_init()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 379 pipe->bind_depth_stencil_alpha_state(pipe, in rbug_bind_depth_stencil_alpha_state() 1220 rb_pipe->base.bind_depth_stencil_alpha_state = rbug_bind_depth_stencil_alpha_state; in rbug_context_create()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_state.c | 699 pctx->bind_depth_stencil_alpha_state = vc4_zsa_state_bind; in vc4_state_init()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_state.c | 680 pctx->bind_depth_stencil_alpha_state = etna_zsa_state_bind; in etna_state_init()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 488 pipe->bind_depth_stencil_alpha_state(pipe, state); in trace_context_bind_depth_stencil_alpha_state() 1857 TR_CTX_INIT(bind_depth_stencil_alpha_state); in trace_context_create()
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_state.c | 912 pctx->bind_depth_stencil_alpha_state = vc5_zsa_state_bind;
|
/external/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 321 def bind_depth_stencil_alpha_state(self, state): member in Context
|