/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 434 pipe->bind_depth_stencil_alpha_state(pipe, ctx->base.saved_dsa_state); in blitter_restore_fragment_states() 911 pipe->bind_depth_stencil_alpha_state(pipe, custom_dsa); in util_blitter_clear_custom() 913 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_stencil); in util_blitter_clear_custom() 915 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_write_depth_keep_stencil); in util_blitter_clear_custom() 917 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_write_stencil); in util_blitter_clear_custom() 919 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_stencil); in util_blitter_clear_custom() 1170 pipe->bind_depth_stencil_alpha_state(pipe, in util_blitter_copy_texture_view() 1175 pipe->bind_depth_stencil_alpha_state(pipe, in util_blitter_copy_texture_view() 1180 pipe->bind_depth_stencil_alpha_state(pipe, in util_blitter_copy_texture_view() 1190 pipe->bind_depth_stencil_alpha_state(pipe, ctx->dsa_keep_depth_stencil); in util_blitter_copy_texture_view() [all …]
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_blend.c | 144 pipe->bind_depth_stencil_alpha_state = softpipe_bind_depth_stencil_state; in softpipe_init_blend_funcs()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_blend.c | 190 llvmpipe->pipe.bind_depth_stencil_alpha_state = llvmpipe_bind_depth_stencil_state; in llvmpipe_init_blend_funcs()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 160 svga->pipe.bind_depth_stencil_alpha_state = svga_bind_depth_stencil_state; in svga_init_depth_stencil_functions()
|
/external/mesa3d/src/gallium/tests/graw/ |
D | tri-gs.c | 250 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | shader-leak.c | 245 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | tri-instanced.c | 301 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | quad-sample.c | 372 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | graw_util.h | 170 info->ctx->bind_depth_stencil_alpha_state(info->ctx, handle); in graw_util_default_state()
|
D | fs-test.c | 499 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | vs-test.c | 450 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
D | gs-test.c | 563 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 159 void (*bind_depth_stencil_alpha_state)(struct pipe_context *, void *); member
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 293 ctx->bind_depth_stencil_alpha_state = noop_bind_state; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 303 ctx->pipe->bind_depth_stencil_alpha_state( ctx->pipe, NULL ); in cso_release_all() 471 ctx->pipe->bind_depth_stencil_alpha_state(ctx->pipe, handle); in cso_set_depth_stencil_alpha() 486 ctx->pipe->bind_depth_stencil_alpha_state(ctx->pipe, in cso_restore_depth_stencil_alpha()
|
/external/mesa3d/src/gallium/drivers/identity/ |
D | id_context.c | 269 pipe->bind_depth_stencil_alpha_state(pipe, in identity_bind_depth_stencil_alpha_state() 901 id_pipe->base.bind_depth_stencil_alpha_state = identity_bind_depth_stencil_alpha_state; in identity_context_create()
|
/external/mesa3d/src/gallium/drivers/galahad/ |
D | glhd_context.c | 303 pipe->bind_depth_stencil_alpha_state(pipe, in galahad_context_bind_depth_stencil_alpha_state() 1023 GLHD_PIPE_INIT(bind_depth_stencil_alpha_state); in galahad_context_create()
|
/external/mesa3d/src/gallium/docs/ |
D | d3d11ddi.txt | 411 SetDepthStencilState -> bind_depth_stencil_alpha_state and set_stencil_ref 412 ! D3D11 fuses bind_depth_stencil_alpha_state and set_stencil_ref in a single function
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_state.c | 444 pipe->bind_depth_stencil_alpha_state = nv30_zsa_state_bind; in nv30_state_init()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
D | d3d11_context.h | 272 pipe->bind_depth_stencil_alpha_state(pipe, 0); in destroy_context() 1129 …pipe->bind_depth_stencil_alpha_state(pipe, new_depth_stencil_state ? ((GalliumD3D11DepthStencilSta… in OMSetDepthStencilState() 1665 …pipe->bind_depth_stencil_alpha_state(pipe, depth_stencil_state.p ? depth_stencil_state.p->object :… in restore_gallium_state_blit_only()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 374 pipe->bind_depth_stencil_alpha_state(pipe, in rbug_bind_depth_stencil_alpha_state() 1184 rb_pipe->base.bind_depth_stencil_alpha_state = rbug_bind_depth_stencil_alpha_state; in rbug_context_create()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 471 pipe->bind_depth_stencil_alpha_state(pipe, state); in trace_context_bind_depth_stencil_alpha_state() 1608 TR_CTX_INIT(bind_depth_stencil_alpha_state); in trace_context_create()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 1075 i915->base.bind_depth_stencil_alpha_state = i915_bind_depth_stencil_state; in i915_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_state.c | 956 pipe->bind_depth_stencil_alpha_state = nvc0_zsa_state_bind; in nvc0_init_state_functions()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/ |
D | dxgi_native.cpp | 842 pipe->bind_depth_stencil_alpha_state(pipe, zsa); in blit()
|