/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/auxiliary/util/ |
D | u_threaded_context_calls.h | 40 CALL(set_stencil_ref)
|
D | u_blitter.c | 652 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()
|
D | u_threaded_context.c | 315 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/ |
D | lp_state_blend.c | 202 llvmpipe->pipe.set_stencil_ref = llvmpipe_set_stencil_ref; in llvmpipe_init_blend_funcs()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_context.h | 187 void (*set_stencil_ref)( struct pipe_context *, member
|
/external/mesa3d/src/gallium/drivers/noop/ |
D | noop_state.c | 297 ctx->set_stencil_ref = noop_set_stencil_ref; in noop_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 315 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 | 263 void (*set_stencil_ref)( struct pipe_context *, member
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_state.c | 513 pctx->set_stencil_ref = fd_set_stencil_ref; in fd_state_init()
|
D | freedreno_draw.c | 289 pctx->set_stencil_ref(pctx, &sr); in fd_blitter_clear()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 457 pipe->set_stencil_ref = nv30_set_stencil_ref; in nv30_state_init()
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_context.c | 606 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/ |
D | vc4_state.c | 679 pctx->set_stencil_ref = vc4_set_stencil_ref; in vc4_state_init()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_state.c | 663 pctx->set_stencil_ref = etna_set_stencil_ref; in etna_state_init()
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_context.c | 703 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/ |
D | cso_context.c | 844 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/ |
D | vc5_state.c | 892 pctx->set_stencil_ref = vc5_set_stencil_ref;
|
/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 | 813 CTX_INIT(set_stencil_ref); in dd_context_create()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 1098 i915->base.set_stencil_ref = i915_set_stencil_ref; in i915_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_context.c | 923 vctx->base.set_stencil_ref = virgl_set_stencil_ref; in virgl_context_create()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1305 pipe->set_stencil_ref = nv50_set_stencil_ref; in nv50_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 1387 pipe->set_stencil_ref = nvc0_set_stencil_ref; in nvc0_init_state_functions()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state.c | 2068 r300->context.set_stencil_ref = r300_set_stencil_ref; in r300_init_state_functions()
|