Home
last modified time | relevance | path

Searched refs:set_stencil_ref (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_blend.c147 pipe->set_stencil_ref = softpipe_set_stencil_ref; in softpipe_init_blend_funcs()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c195 llvmpipe->pipe.set_stencil_ref = llvmpipe_set_stencil_ref; in llvmpipe_init_blend_funcs()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c163 svga->pipe.set_stencil_ref = svga_set_stencil_ref; in svga_init_depth_stencil_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h192 void (*set_stencil_ref)( struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c315 ctx->set_stencil_ref = noop_set_stencil_ref; in noop_init_state_functions()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c450 pipe->set_stencil_ref(pipe, &ctx->base.saved_stencil_ref); in blitter_restore_fragment_states()
923 pipe->set_stencil_ref(pipe, &sr); in util_blitter_clear_custom()
1353 pipe->set_stencil_ref(pipe, &sr); in util_blitter_clear_depth_stencil()
1361 pipe->set_stencil_ref(pipe, &sr); in util_blitter_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c404 pipe->set_stencil_ref(pipe, in identity_set_stencil_ref()
913 id_pipe->base.set_stencil_ref = identity_set_stencil_ref; in identity_context_create()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c440 pipe->set_stencil_ref(pipe, in galahad_context_set_stencil_ref()
1038 GLHD_PIPE_INIT(set_stencil_ref); in galahad_context_create()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h1114 void set_stencil_ref() in set_stencil_ref() function
1119 pipe->set_stencil_ref(pipe, &sref); in set_stencil_ref()
1136 set_stencil_ref(); in OMSetDepthStencilState()
1710 set_stencil_ref(); in RestoreGalliumState()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c709 ctx->pipe->set_stencil_ref(ctx->pipe, sr); in cso_set_stencil_ref()
725 ctx->pipe->set_stencil_ref(ctx->pipe, &ctx->stencil_ref); in cso_restore_stencil_ref()
/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.c448 pipe->set_stencil_ref = nv30_set_stencil_ref; in nv30_state_init()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c601 pipe->set_stencil_ref(pipe, in rbug_set_stencil_ref()
1199 rb_pipe->base.set_stencil_ref = rbug_set_stencil_ref; in rbug_context_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c707 pipe->set_stencil_ref(pipe, state); in trace_context_set_stencil_ref()
1620 TR_CTX_INIT(set_stencil_ref); in trace_context_create()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c1092 i915->base.set_stencil_ref = i915_set_stencil_ref; in i915_init_state_functions()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state.c982 pipe->set_stencil_ref = nvc0_set_stencil_ref; in nvc0_init_state_functions()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state.c1073 pipe->set_stencil_ref = nv50_set_stencil_ref; in nv50_init_state_functions()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c2000 r300->context.set_stencil_ref = r300_set_stencil_ref; in r300_init_state_functions()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst65 * ``set_stencil_ref`` sets the stencil front and back reference values
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2455 rctx->context.set_stencil_ref = si_set_pipe_stencil_ref; in si_init_state_functions()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2085 rctx->context.set_stencil_ref = r600_set_pipe_stencil_ref; in r600_init_state_functions()
Devergreen_state.c2225 rctx->context.set_stencil_ref = r600_set_pipe_stencil_ref; in evergreen_init_state_functions()