Home
last modified time | relevance | path

Searched refs:bind_depth_stencil_alpha_state (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c434 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/
Dsp_state_blend.c144 pipe->bind_depth_stencil_alpha_state = softpipe_bind_depth_stencil_state; in softpipe_init_blend_funcs()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c190 llvmpipe->pipe.bind_depth_stencil_alpha_state = llvmpipe_bind_depth_stencil_state; in llvmpipe_init_blend_funcs()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c160 svga->pipe.bind_depth_stencil_alpha_state = svga_bind_depth_stencil_state; in svga_init_depth_stencil_functions()
/external/mesa3d/src/gallium/tests/graw/
Dtri-gs.c250 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dshader-leak.c245 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dtri-instanced.c301 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dquad-sample.c372 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dgraw_util.h170 info->ctx->bind_depth_stencil_alpha_state(info->ctx, handle); in graw_util_default_state()
Dfs-test.c499 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dvs-test.c450 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
Dgs-test.c563 ctx->bind_depth_stencil_alpha_state(ctx, handle); in init()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h159 void (*bind_depth_stencil_alpha_state)(struct pipe_context *, void *); member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c293 ctx->bind_depth_stencil_alpha_state = noop_bind_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c303 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/
Did_context.c269 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/
Dglhd_context.c303 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/
Dd3d11ddi.txt411 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/
Dnv30_state.c444 pipe->bind_depth_stencil_alpha_state = nv30_zsa_state_bind; in nv30_state_init()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h272 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/
Drbug_context.c374 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/
Dtr_context.c471 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/
Di915_state.c1075 i915->base.bind_depth_stencil_alpha_state = i915_bind_depth_stencil_state; in i915_init_state_functions()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state.c956 pipe->bind_depth_stencil_alpha_state = nvc0_zsa_state_bind; in nvc0_init_state_functions()
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
Ddxgi_native.cpp842 pipe->bind_depth_stencil_alpha_state(pipe, zsa); in blit()

12