Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c701 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 …]
Du_threaded_context_calls.h58 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.c210 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.c248 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dshader-leak.c243 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dtri-instanced.c299 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dgraw_util.h168 info->ctx->bind_depth_stencil_alpha_state(info->ctx, handle); in graw_util_default_state()
Dquad-sample.c366 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dfs-test.c451 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dgs-test.c541 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dvs-test.c439 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/svga/
Dsvga_pipe_depthstencil.c308 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/
Dnoop_state.c281 ctx->bind_depth_stencil_alpha_state = noop_bind_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_state.c404 ctx->base.bind_depth_stencil_alpha_state = lima_bind_depth_stencil_alpha_state; in lima_state_init()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h300 void (*bind_depth_stencil_alpha_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c430 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/
Dzink_state.c483 pctx->bind_depth_stencil_alpha_state = zink_bind_depth_stencil_alpha_state; in zink_context_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/freedreno/
Dfreedreno_state.c625 pctx->bind_depth_stencil_alpha_state = fd_zsa_state_bind; in fd_state_init()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c698 pctx->bind_depth_stencil_alpha_state = vc4_zsa_state_bind; in vc4_state_init()
/external/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c384 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/
Dtegra_context.c256 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/
Detnaviv_state.c806 pctx->bind_depth_stencil_alpha_state = etna_zsa_state_bind; in etna_state_init()

12