Home
last modified time | relevance | path

Searched refs:bind_depth_stencil_alpha_state (Results 1 – 25 of 37) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c636 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 …]
Du_threaded_context_calls.h54 CALL(bind_depth_stencil_alpha_state)
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_blend.c144 pipe->bind_depth_stencil_alpha_state = softpipe_bind_depth_stencil_state; in softpipe_init_blend_funcs()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c197 llvmpipe->pipe.bind_depth_stencil_alpha_state = llvmpipe_bind_depth_stencil_state; in llvmpipe_init_blend_funcs()
/external/mesa3d/src/gallium/tests/graw/
Dtri-gs.c249 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dshader-leak.c244 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dtri-instanced.c300 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dgraw_util.h170 info->ctx->bind_depth_stencil_alpha_state(info->ctx, handle); in graw_util_default_state()
Dquad-sample.c368 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dfs-test.c453 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dgs-test.c544 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dvs-test.c442 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h154 void (*bind_depth_stencil_alpha_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c268 ctx->bind_depth_stencil_alpha_state = noop_bind_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c312 svga->pipe.bind_depth_stencil_alpha_state = svga_bind_depth_stencil_state; in svga_init_depth_stencil_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h220 void (*bind_depth_stencil_alpha_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c385 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/
Dfreedreno_state.c532 pctx->bind_depth_stencil_alpha_state = fd_zsa_state_bind; in fd_state_init()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c453 pipe->bind_depth_stencil_alpha_state = nv30_zsa_state_bind; in nv30_state_init()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c379 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/
Dvc4_state.c699 pctx->bind_depth_stencil_alpha_state = vc4_zsa_state_bind; in vc4_state_init()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c680 pctx->bind_depth_stencil_alpha_state = etna_zsa_state_bind; in etna_state_init()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c488 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/
Dvc5_state.c912 pctx->bind_depth_stencil_alpha_state = vc5_zsa_state_bind;
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py321 def bind_depth_stencil_alpha_state(self, state): member in Context

12