/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 701 pipe->bind_depth_stencil_alpha_state(pipe, ctx->base.saved_dsa_state); in util_blitter_restore_fragment_states() 1465 pipe->bind_depth_stencil_alpha_state(pipe, custom_dsa); in util_blitter_common_clear_setup() 1467 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_stencil); in util_blitter_common_clear_setup() 1469 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_keep_stencil); in util_blitter_common_clear_setup() 1471 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_write_stencil); in util_blitter_common_clear_setup() 1473 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_stencil); in util_blitter_common_clear_setup() 1997 pipe->bind_depth_stencil_alpha_state(pipe, in util_blitter_blit_generic() 2011 pipe->bind_depth_stencil_alpha_state(pipe, in util_blitter_blit_generic() 2027 pipe->bind_depth_stencil_alpha_state(pipe, in util_blitter_blit_generic() 2038 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_stencil); in util_blitter_blit_generic() [all …]
|
D | u_threaded_context_calls.h | 58 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 | 210 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 | 248 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | shader-leak.c | 243 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | tri-instanced.c | 299 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | graw_util.h | 168 info->ctx->bind_depth_stencil_alpha_state(info->ctx, handle); in graw_util_default_state()
|
D | quad-sample.c | 366 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | fs-test.c | 451 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | gs-test.c | 541 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | vs-test.c | 439 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/svga/ |
D | svga_pipe_depthstencil.c | 308 svga->pipe.bind_depth_stencil_alpha_state = svga_bind_depth_stencil_state; in svga_init_depth_stencil_functions()
|
/external/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 281 ctx->bind_depth_stencil_alpha_state = noop_bind_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_state.c | 404 ctx->base.bind_depth_stencil_alpha_state = lima_bind_depth_stencil_alpha_state; in lima_state_init()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 300 void (*bind_depth_stencil_alpha_state)(struct pipe_context *, void *); member
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 430 ctx->pipe->bind_depth_stencil_alpha_state( ctx->pipe, NULL ); in cso_destroy_context() 602 ctx->pipe->bind_depth_stencil_alpha_state(ctx->pipe, handle); in cso_set_depth_stencil_alpha() 619 ctx->pipe->bind_depth_stencil_alpha_state(ctx->pipe, in cso_restore_depth_stencil_alpha()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_state.c | 483 pctx->bind_depth_stencil_alpha_state = zink_bind_depth_stencil_alpha_state; in zink_context_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/freedreno/ |
D | freedreno_state.c | 625 pctx->bind_depth_stencil_alpha_state = fd_zsa_state_bind; in fd_state_init()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_state.c | 698 pctx->bind_depth_stencil_alpha_state = vc4_zsa_state_bind; in vc4_state_init()
|
/external/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_context.c | 384 pipe->bind_depth_stencil_alpha_state(pipe, in rbug_bind_depth_stencil_alpha_state() 1263 rb_pipe->base.bind_depth_stencil_alpha_state = rbug_bind_depth_stencil_alpha_state; in rbug_context_create()
|
/external/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 256 context->gpu->bind_depth_stencil_alpha_state(context->gpu, so); in tegra_bind_depth_stencil_alpha_state() 1273 context->base.bind_depth_stencil_alpha_state = tegra_bind_depth_stencil_alpha_state; in tegra_screen_context_create()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_state.c | 806 pctx->bind_depth_stencil_alpha_state = etna_zsa_state_bind; in etna_state_init()
|