/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state_blend.c | 145 pipe->delete_depth_stencil_alpha_state = softpipe_delete_depth_stencil_state; in softpipe_init_blend_funcs()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_blend.c | 209 llvmpipe->pipe.delete_depth_stencil_alpha_state = llvmpipe_delete_depth_stencil_state; in llvmpipe_init_blend_funcs()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_cache.c | 56 pipe->delete_depth_stencil_alpha_state(pipe, in cso_delete_state()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_depthstencil.c | 309 svga->pipe.delete_depth_stencil_alpha_state = svga_delete_depth_stencil_state; in svga_init_depth_stencil_functions()
|
H A D | svga_context.c | 66 pipe->delete_depth_stencil_alpha_state(pipe, svga->depthstencil_disable); in svga_destroy()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_context.c | 252 pctx->delete_depth_stencil_alpha_state = fd6_zsa_state_delete;
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_context.h | 367 void (*delete_depth_stencil_alpha_state)(struct pipe_context *, void *); member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_state.c | 469 pipe->delete_depth_stencil_alpha_state = nv30_zsa_state_delete; in nv30_state_init()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_state.c | 444 ctx->base.delete_depth_stencil_alpha_state = lima_delete_depth_stencil_alpha_state; in lima_state_init()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
H A D | noop_state.c | 443 ctx->delete_depth_stencil_alpha_state = noop_delete_state; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_context.c | 68 r300->context.delete_depth_stencil_alpha_state(&r300->context, in r300_release_referenced_objects()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_blitter.c | 502 pipe->delete_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_stencil); in util_blitter_destroy() 503 pipe->delete_depth_stencil_alpha_state(pipe, in util_blitter_destroy() 505 pipe->delete_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_stencil); in util_blitter_destroy() 506 pipe->delete_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_write_stencil); in util_blitter_destroy() 510 pipe->delete_depth_stencil_alpha_state(pipe, ctx->dsa_replicate_stencil_bit[i]); in util_blitter_destroy()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_state.c | 708 pctx->delete_depth_stencil_alpha_state = vc4_generic_cso_state_delete; in vc4_state_init()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe.c | 95 rctx->b.b.delete_depth_stencil_alpha_state(&rctx->b.b, rctx->custom_dsa_flush); in r600_destroy_context()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
H A D | dump_state.py | 346 def delete_depth_stencil_alpha_state(self, state): member in Context
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
H A D | OutputMerger.cpp | 968 pipe->delete_depth_stencil_alpha_state(pipe, pDepthStencilState->handle); in DestroyDepthStencilState()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_state.c | 799 pctx->delete_depth_stencil_alpha_state = zink_delete_depth_stencil_alpha_state; in zink_context_state_init()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_state.c | 725 pctx->delete_depth_stencil_alpha_state = fd_zsa_state_delete; in fd_state_init()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state.c | 1041 i915->base.delete_depth_stencil_alpha_state = in i915_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_state.c | 876 pctx->delete_depth_stencil_alpha_state = etna_zsa_state_delete; in etna_state_init()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
H A D | tegra_context.c | 278 context->gpu->delete_depth_stencil_alpha_state(context->gpu, so); in tegra_delete_depth_stencil_alpha_state() 1321 context->base.delete_depth_stencil_alpha_state = tegra_delete_depth_stencil_alpha_state; in tegra_screen_context_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
H A D | tr_context.c | 664 trace_dump_call_begin("pipe_context", "delete_depth_stencil_alpha_state"); in trace_context_delete_depth_stencil_alpha_state() 669 pipe->delete_depth_stencil_alpha_state(pipe, state); in trace_context_delete_depth_stencil_alpha_state() 2331 TR_CTX_INIT(delete_depth_stencil_alpha_state); in trace_context_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_context.c | 400 pipe->delete_depth_stencil_alpha_state(pipe, in rbug_delete_depth_stencil_alpha_state() 1316 rb_pipe->base.delete_depth_stencil_alpha_state = rbug_delete_depth_stencil_alpha_state; in rbug_context_create()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_state.c | 1495 pctx->delete_depth_stencil_alpha_state = v3d_generic_cso_state_delete; in state_init()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_context.c | 882 CTX_INIT(delete_depth_stencil_alpha_state); in dd_context_create()
|