Home
last modified time | relevance | path

Searched refs:delete_depth_stencil_alpha_state (Results 1 – 25 of 26) 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/drivers/llvmpipe/
Dlp_state_blend.c191 llvmpipe->pipe.delete_depth_stencil_alpha_state = llvmpipe_delete_depth_stencil_state; in llvmpipe_init_blend_funcs()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c161 svga->pipe.delete_depth_stencil_alpha_state = svga_delete_depth_stencil_state; in svga_init_depth_stencil_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h160 void (*delete_depth_stencil_alpha_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c301 ctx->delete_depth_stencil_alpha_state = noop_delete_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c298 pipe->delete_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_stencil); in util_blitter_destroy()
299 pipe->delete_depth_stencil_alpha_state(pipe, in util_blitter_destroy()
301 pipe->delete_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_stencil); in util_blitter_destroy()
302 pipe->delete_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_write_stencil); in util_blitter_destroy()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c280 pipe->delete_depth_stencil_alpha_state(pipe, in identity_delete_depth_stencil_alpha_state()
902 id_pipe->base.delete_depth_stencil_alpha_state = identity_delete_depth_stencil_alpha_state; in identity_context_create()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c314 pipe->delete_depth_stencil_alpha_state(pipe, in galahad_context_delete_depth_stencil_alpha_state()
1024 GLHD_PIPE_INIT(delete_depth_stencil_alpha_state); in galahad_context_create()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c66 r300->context.delete_depth_stencil_alpha_state(&r300->context, in r300_release_referenced_objects()
Dr300_state.c1998 r300->context.delete_depth_stencil_alpha_state = r300_delete_dsa_state; in r300_init_state_functions()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.c445 pipe->delete_depth_stencil_alpha_state = nv30_zsa_state_delete; in nv30_state_init()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pipe.c178 rctx->context.delete_depth_stencil_alpha_state(&rctx->context, rctx->custom_dsa_flush); in r600_destroy_context()
Dsi_state.c2449 rctx->context.delete_depth_stencil_alpha_state = si_delete_dsa_state; in si_init_state_functions()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c387 pipe->delete_depth_stencil_alpha_state(pipe, in rbug_delete_depth_stencil_alpha_state()
1185 rb_pipe->base.delete_depth_stencil_alpha_state = rbug_delete_depth_stencil_alpha_state; in rbug_context_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c489 pipe->delete_depth_stencil_alpha_state(pipe, state); in trace_context_delete_depth_stencil_alpha_state()
1609 TR_CTX_INIT(delete_depth_stencil_alpha_state); in trace_context_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c169 rctx->context.delete_depth_stencil_alpha_state(&rctx->context, rctx->custom_dsa_flush); in r600_destroy_context()
Dr600_state.c2071 rctx->context.delete_depth_stencil_alpha_state = r600_delete_state; in r600_init_state_functions()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c1076 i915->base.delete_depth_stencil_alpha_state = i915_delete_depth_stencil_state; in i915_init_state_functions()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state.c957 pipe->delete_depth_stencil_alpha_state = nvc0_zsa_state_delete; in nvc0_init_state_functions()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c452 (cso_state_callback)ctx->pipe->delete_depth_stencil_alpha_state; in cso_set_depth_stencil_alpha()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp861 pipe->delete_depth_stencil_alpha_state(pipe, zsa); in ~dxgi_blitter()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state.c1048 pipe->delete_depth_stencil_alpha_state = nv50_zsa_state_delete; in nv50_init_state_functions()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c413 dec->base.context->delete_depth_stencil_alpha_state(dec->base.context, dec->dsa); in vl_mpeg12_destroy()
Dvl_compositor.c489 c->pipe->delete_depth_stencil_alpha_state(c->pipe, c->dsa); in cleanup_pipe_state()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h273 pipe->delete_depth_stencil_alpha_state(pipe, default_depth_stencil); in destroy_context()

12