/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_blend.c | 147 pipe->set_stencil_ref = softpipe_set_stencil_ref; in softpipe_init_blend_funcs()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_blend.c | 195 llvmpipe->pipe.set_stencil_ref = llvmpipe_set_stencil_ref; in llvmpipe_init_blend_funcs()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 163 svga->pipe.set_stencil_ref = svga_set_stencil_ref; in svga_init_depth_stencil_functions()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 192 void (*set_stencil_ref)( struct pipe_context *, member
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 315 ctx->set_stencil_ref = noop_set_stencil_ref; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 450 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/ |
D | id_context.c | 404 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/ |
D | glhd_context.c | 440 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/ |
D | d3d11_context.h | 1114 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/ |
D | cso_context.c | 709 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/ |
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 | 448 pipe->set_stencil_ref = nv30_set_stencil_ref; in nv30_state_init()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 601 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/ |
D | tr_context.c | 707 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/ |
D | i915_state.c | 1092 i915->base.set_stencil_ref = i915_set_stencil_ref; in i915_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_state.c | 982 pipe->set_stencil_ref = nvc0_set_stencil_ref; in nvc0_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/nv50/ |
D | nv50_state.c | 1073 pipe->set_stencil_ref = nv50_set_stencil_ref; in nv50_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state.c | 2000 r300->context.set_stencil_ref = r300_set_stencil_ref; in r300_init_state_functions()
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 65 * ``set_stencil_ref`` sets the stencil front and back reference values
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 2455 rctx->context.set_stencil_ref = si_set_pipe_stencil_ref; in si_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 2085 rctx->context.set_stencil_ref = r600_set_pipe_stencil_ref; in r600_init_state_functions()
|
D | evergreen_state.c | 2225 rctx->context.set_stencil_ref = r600_set_pipe_stencil_ref; in evergreen_init_state_functions()
|