Home
last modified time | relevance | path

Searched refs:delete_depth_stencil_alpha_state (Results 1 - 25 of 40) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state_blend.c145 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 Dlp_state_blend.c209 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 Dcso_cache.c56 pipe->delete_depth_stencil_alpha_state(pipe, in cso_delete_state()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_depthstencil.c309 svga->pipe.delete_depth_stencil_alpha_state = svga_delete_depth_stencil_state; in svga_init_depth_stencil_functions()
H A Dsvga_context.c66 pipe->delete_depth_stencil_alpha_state(pipe, svga->depthstencil_disable); in svga_destroy()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_context.c252 pctx->delete_depth_stencil_alpha_state = fd6_zsa_state_delete;
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_context.h367 void (*delete_depth_stencil_alpha_state)(struct pipe_context *, void *); member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_state.c469 pipe->delete_depth_stencil_alpha_state = nv30_zsa_state_delete; in nv30_state_init()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_state.c444 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 Dnoop_state.c443 ctx->delete_depth_stencil_alpha_state = noop_delete_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c68 r300->context.delete_depth_stencil_alpha_state(&r300->context, in r300_release_referenced_objects()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c502 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 Dvc4_state.c708 pctx->delete_depth_stencil_alpha_state = vc4_generic_cso_state_delete; in vc4_state_init()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c95 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 Ddump_state.py346 def delete_depth_stencil_alpha_state(self, state): member in Context
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp968 pipe->delete_depth_stencil_alpha_state(pipe, pDepthStencilState->handle); in DestroyDepthStencilState()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_state.c799 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 Dfreedreno_state.c725 pctx->delete_depth_stencil_alpha_state = fd_zsa_state_delete; in fd_state_init()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c1041 i915->base.delete_depth_stencil_alpha_state = in i915_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_state.c876 pctx->delete_depth_stencil_alpha_state = etna_zsa_state_delete; in etna_state_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
H A Dtegra_context.c278 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 Dtr_context.c664 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 Drbug_context.c400 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 Dv3dx_state.c1495 pctx->delete_depth_stencil_alpha_state = v3d_generic_cso_state_delete; in state_init()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_context.c882 CTX_INIT(delete_depth_stencil_alpha_state); in dd_context_create()

Completed in 35 milliseconds

12