Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c712 pipe->bind_depth_stencil_alpha_state(pipe, ctx->base.saved_dsa_state); in util_blitter_restore_fragment_states()
1531 pipe->bind_depth_stencil_alpha_state(pipe, custom_dsa); in util_blitter_common_clear_setup()
1533 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_stencil); in util_blitter_common_clear_setup()
1535 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_keep_stencil); in util_blitter_common_clear_setup()
1537 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_write_stencil); in util_blitter_common_clear_setup()
1539 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_stencil); in util_blitter_common_clear_setup()
2099 pipe->bind_depth_stencil_alpha_state(pipe, in util_blitter_blit_generic()
2113 pipe->bind_depth_stencil_alpha_state(pipe, in util_blitter_blit_generic()
2129 pipe->bind_depth_stencil_alpha_state(pipe, in util_blitter_blit_generic()
2140 pipe->bind_depth_stencil_alpha_state(pip in util_blitter_blit_generic()
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c144 pipe->bind_depth_stencil_alpha_state = softpipe_bind_depth_stencil_state; in softpipe_init_blend_funcs()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_blend.c208 llvmpipe->pipe.bind_depth_stencil_alpha_state = llvmpipe_bind_depth_stencil_state; in llvmpipe_init_blend_funcs()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtri-gs.c253 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
H A Dshader-leak.c248 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
H A Dgraw_util.h168 info->ctx->bind_depth_stencil_alpha_state(info->ctx, handle); in graw_util_default_state()
H A Dquad-sample.c371 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
H A Dtri-instanced.c306 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
H A Dfs-test.c456 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
H A Dgs-test.c546 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
H A Dvs-test.c444 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c308 svga->pipe.bind_depth_stencil_alpha_state = svga_bind_depth_stencil_state; in svga_init_depth_stencil_functions()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h366 void (*bind_depth_stencil_alpha_state)(struct pipe_context *, void *); member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c468 pipe->bind_depth_stencil_alpha_state = nv30_zsa_state_bind; in nv30_state_init()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_state.c443 ctx->base.bind_depth_stencil_alpha_state = lima_bind_depth_stencil_alpha_state; in lima_state_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
H A Dnoop_state.c432 ctx->bind_depth_stencil_alpha_state = noop_bind_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c369 ctx->pipe->bind_depth_stencil_alpha_state( ctx->pipe, NULL ); in cso_unbind_context()
537 ctx->pipe->bind_depth_stencil_alpha_state(ctx->pipe, handle); in cso_set_depth_stencil_alpha()
554 ctx->pipe->bind_depth_stencil_alpha_state(ctx->pipe, in cso_restore_depth_stencil_alpha()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_state.c707 pctx->bind_depth_stencil_alpha_state = vc4_zsa_state_bind; in vc4_state_init()
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py343 def bind_depth_stencil_alpha_state(self, state): member in Context
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp996 pipe->bind_depth_stencil_alpha_state(pipe, state); in SetDepthStencilState()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c798 pctx->bind_depth_stencil_alpha_state = zink_bind_depth_stencil_alpha_state; in zink_context_state_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c724 pctx->bind_depth_stencil_alpha_state = fd_zsa_state_bind; in fd_state_init()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c1040 i915->base.bind_depth_stencil_alpha_state = i915_bind_depth_stencil_state; in i915_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c875 pctx->bind_depth_stencil_alpha_state = etna_zsa_state_bind; in etna_state_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c270 context->gpu->bind_depth_stencil_alpha_state(context->gpu, so); in tegra_bind_depth_stencil_alpha_state()
1320 context->base.bind_depth_stencil_alpha_state = tegra_bind_depth_stencil_alpha_state; in tegra_screen_context_create()

Completed in 27 milliseconds

12