Home
last modified time | relevance | path

Searched refs:delete_depth_stencil_alpha_state (Results 1 – 25 of 33) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_blend.c145 pipe->delete_depth_stencil_alpha_state = softpipe_delete_depth_stencil_state; in softpipe_init_blend_funcs()
/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h65 CALL(delete_depth_stencil_alpha_state)
Du_blitter.c451 pipe->delete_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_stencil); in util_blitter_destroy()
452 pipe->delete_depth_stencil_alpha_state(pipe, in util_blitter_destroy()
454 pipe->delete_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_stencil); in util_blitter_destroy()
455 pipe->delete_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_write_stencil); in util_blitter_destroy()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c198 llvmpipe->pipe.delete_depth_stencil_alpha_state = llvmpipe_delete_depth_stencil_state; in llvmpipe_init_blend_funcs()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h155 void (*delete_depth_stencil_alpha_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c279 ctx->delete_depth_stencil_alpha_state = noop_delete_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c313 svga->pipe.delete_depth_stencil_alpha_state = svga_delete_depth_stencil_state; in svga_init_depth_stencil_functions()
Dsvga_context.c72 pipe->delete_depth_stencil_alpha_state(pipe, svga->depthstencil_disable); in svga_destroy()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h221 void (*delete_depth_stencil_alpha_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c533 pctx->delete_depth_stencil_alpha_state = fd_zsa_state_delete; in fd_state_init()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c69 r300->context.delete_depth_stencil_alpha_state(&r300->context, in r300_release_referenced_objects()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c454 pipe->delete_depth_stencil_alpha_state = nv30_zsa_state_delete; in nv30_state_init()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c392 pipe->delete_depth_stencil_alpha_state(pipe, in rbug_delete_depth_stencil_alpha_state()
1221 rb_pipe->base.delete_depth_stencil_alpha_state = rbug_delete_depth_stencil_alpha_state; in rbug_context_create()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c700 pctx->delete_depth_stencil_alpha_state = vc4_generic_cso_state_delete; in vc4_state_init()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c681 pctx->delete_depth_stencil_alpha_state = etna_zsa_state_delete; in etna_state_init()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c91 rctx->b.b.delete_depth_stencil_alpha_state(&rctx->b.b, rctx->custom_dsa_flush); in r600_destroy_context()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c506 pipe->delete_depth_stencil_alpha_state(pipe, state); in trace_context_delete_depth_stencil_alpha_state()
1858 TR_CTX_INIT(delete_depth_stencil_alpha_state); in trace_context_create()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_state.c913 pctx->delete_depth_stencil_alpha_state = vc5_generic_cso_state_delete;
/external/mesa3d/src/gallium/tools/trace/
Ddump_state.py324 def delete_depth_stencil_alpha_state(self, state): member in Context
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_context.c790 CTX_INIT(delete_depth_stencil_alpha_state); in dd_context_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c140 sctx->b.b.delete_depth_stencil_alpha_state(&sctx->b.b, sctx->custom_dsa_flush); in si_destroy_context()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c1082 i915->base.delete_depth_stencil_alpha_state = i915_delete_depth_stencil_state; in i915_init_state_functions()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c884 vctx->base.delete_depth_stencil_alpha_state = virgl_delete_depth_stencil_alpha_state; in virgl_context_create()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c493 dec->context->delete_depth_stencil_alpha_state(dec->context, dec->dsa); in vl_mpeg12_destroy()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1281 pipe->delete_depth_stencil_alpha_state = nv50_zsa_state_delete; in nv50_init_state_functions()

12