Home
last modified time | relevance | path

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

12

/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.c202 llvmpipe->pipe.set_stencil_ref = llvmpipe_set_stencil_ref; in llvmpipe_init_blend_funcs()
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c299 ctx->set_stencil_ref = noop_set_stencil_ref; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c300 svga->pipe.set_stencil_ref = svga_set_stencil_ref; in svga_init_depth_stencil_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h252 void (*set_stencil_ref)( struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_draw.c223 pctx->set_stencil_ref(pctx, &sr); in fd_blitter_clear()
Dfreedreno_state.c408 pctx->set_stencil_ref = fd_set_stencil_ref; in fd_state_init()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c473 pipe->set_stencil_ref = nv30_set_stencil_ref; in nv30_state_init()
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c624 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/
Drbug_context.c606 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/
Dvc4_state.c662 pctx->set_stencil_ref = vc4_set_stencil_ref; in vc4_state_init()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c638 pctx->set_stencil_ref = etna_set_stencil_ref; in etna_state_init()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c831 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/
Dtr_context.c732 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/
Ddump_state.py358 def set_stencil_ref(self, state): member in Context
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_context.c811 CTX_INIT(set_stencil_ref); in dd_context_create()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c1109 i915->base.set_stencil_ref = i915_set_stencil_ref; in i915_init_state_functions()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c932 vctx->base.set_stencil_ref = virgl_set_stencil_ref; in virgl_context_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1327 pipe->set_stencil_ref = nv50_set_stencil_ref; in nv50_init_state_functions()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1404 pipe->set_stencil_ref = nvc0_set_stencil_ref; in nvc0_init_state_functions()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1639 pipe->set_stencil_ref = swr_set_stencil_ref; in swr_state_init()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c2100 r300->context.set_stencil_ref = r300_set_stencil_ref; in r300_init_state_functions()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst66 * ``set_stencil_ref`` sets the stencil front and back reference values
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c2927 rctx->b.b.set_stencil_ref = r600_set_pipe_stencil_ref; in r600_init_common_state_functions()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_state.c2344 ilo->base.set_stencil_ref = ilo_set_stencil_ref; in ilo_init_state_functions()

12