Home
last modified time | relevance | path

Searched refs:set_stencil_ref (Results 1 – 25 of 30) 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/auxiliary/util/
Du_threaded_context_calls.h40 CALL(set_stencil_ref)
Du_blitter.c652 pipe->set_stencil_ref(pipe, &ctx->base.saved_stencil_ref); in util_blitter_restore_fragment_states()
1384 pipe->set_stencil_ref(pipe, &sr); in util_blitter_clear_custom()
2209 pipe->set_stencil_ref(pipe, &sr); in util_blitter_clear_depth_stencil()
2217 pipe->set_stencil_ref(pipe, &sr); in util_blitter_clear_depth_stencil()
Du_threaded_context.c315 TC_FUNC1(set_stencil_ref, stencil_ref, const, struct pipe_stencil_ref, *, )
2620 CTX_INIT(set_stencil_ref); in threaded_context_create()
/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/virglrenderer/src/gallium/include/pipe/
Dp_context.h187 void (*set_stencil_ref)( struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c297 ctx->set_stencil_ref = noop_set_stencil_ref; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c315 svga->pipe.set_stencil_ref = svga_set_stencil_ref; in svga_init_depth_stencil_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h263 void (*set_stencil_ref)( struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c513 pctx->set_stencil_ref = fd_set_stencil_ref; in fd_state_init()
Dfreedreno_draw.c289 pctx->set_stencil_ref(pctx, &sr); in fd_blitter_clear()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c457 pipe->set_stencil_ref = nv30_set_stencil_ref; in nv30_state_init()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c606 pipe->set_stencil_ref(pipe, in rbug_set_stencil_ref()
1235 rb_pipe->base.set_stencil_ref = rbug_set_stencil_ref; in rbug_context_create()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c679 pctx->set_stencil_ref = vc4_set_stencil_ref; in vc4_state_init()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c663 pctx->set_stencil_ref = etna_set_stencil_ref; in etna_state_init()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c703 pipe->set_stencil_ref(pipe, state); in trace_context_set_stencil_ref()
1881 TR_CTX_INIT(set_stencil_ref); in trace_context_create()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c844 ctx->pipe->set_stencil_ref(ctx->pipe, sr); in cso_set_stencil_ref()
861 ctx->pipe->set_stencil_ref(ctx->pipe, &ctx->stencil_ref); in cso_restore_stencil_ref()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_state.c892 pctx->set_stencil_ref = vc5_set_stencil_ref;
/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.c813 CTX_INIT(set_stencil_ref); in dd_context_create()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c1098 i915->base.set_stencil_ref = i915_set_stencil_ref; in i915_init_state_functions()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c923 vctx->base.set_stencil_ref = virgl_set_stencil_ref; in virgl_context_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1305 pipe->set_stencil_ref = nv50_set_stencil_ref; in nv50_init_state_functions()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1387 pipe->set_stencil_ref = nvc0_set_stencil_ref; in nvc0_init_state_functions()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state.c2068 r300->context.set_stencil_ref = r300_set_stencil_ref; in r300_init_state_functions()

12