/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 | 202 llvmpipe->pipe.set_stencil_ref = llvmpipe_set_stencil_ref; in llvmpipe_init_blend_funcs()
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 299 ctx->set_stencil_ref = noop_set_stencil_ref; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 300 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 | 252 void (*set_stencil_ref)( struct pipe_context *, member
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_draw.c | 223 pctx->set_stencil_ref(pctx, &sr); in fd_blitter_clear()
|
D | freedreno_state.c | 408 pctx->set_stencil_ref = fd_set_stencil_ref; in fd_state_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 473 pipe->set_stencil_ref = nv30_set_stencil_ref; in nv30_state_init()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_blitter.c | 624 pipe->set_stencil_ref(pipe, &ctx->base.saved_stencil_ref); in util_blitter_restore_fragment_states() 1340 pipe->set_stencil_ref(pipe, &sr); in util_blitter_clear_custom() 2061 pipe->set_stencil_ref(pipe, &sr); in util_blitter_clear_depth_stencil() 2069 pipe->set_stencil_ref(pipe, &sr); in util_blitter_clear_depth_stencil()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 606 pipe->set_stencil_ref(pipe, in rbug_set_stencil_ref() 1249 rb_pipe->base.set_stencil_ref = rbug_set_stencil_ref; in rbug_context_create()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_state.c | 662 pctx->set_stencil_ref = vc4_set_stencil_ref; in vc4_state_init()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_state.c | 638 pctx->set_stencil_ref = etna_set_stencil_ref; in etna_state_init()
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 831 ctx->pipe->set_stencil_ref(ctx->pipe, sr); in cso_set_stencil_ref() 848 ctx->pipe->set_stencil_ref(ctx->pipe, &ctx->stencil_ref); in cso_restore_stencil_ref()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 732 pipe->set_stencil_ref(pipe, state); in trace_context_set_stencil_ref() 1902 TR_CTX_INIT(set_stencil_ref); in trace_context_create()
|
/external/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 358 def set_stencil_ref(self, state): member in Context
|
/external/mesa3d/src/gallium/drivers/ddebug/ |
D | dd_context.c | 811 CTX_INIT(set_stencil_ref); in dd_context_create()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 1109 i915->base.set_stencil_ref = i915_set_stencil_ref; in i915_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_context.c | 932 vctx->base.set_stencil_ref = virgl_set_stencil_ref; in virgl_context_create()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1327 pipe->set_stencil_ref = nv50_set_stencil_ref; in nv50_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 1404 pipe->set_stencil_ref = nvc0_set_stencil_ref; in nvc0_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 1639 pipe->set_stencil_ref = swr_set_stencil_ref; in swr_state_init()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state.c | 2100 r300->context.set_stencil_ref = r300_set_stencil_ref; in r300_init_state_functions()
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 66 * ``set_stencil_ref`` sets the stencil front and back reference values
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 2927 rctx->b.b.set_stencil_ref = r600_set_pipe_stencil_ref; in r600_init_common_state_functions()
|
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_state.c | 2344 ilo->base.set_stencil_ref = ilo_set_stencil_ref; in ilo_init_state_functions()
|