Home
last modified time | relevance | path

Searched refs:set_scissor_state (Results 1 – 22 of 22) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_clip.c91 pipe->set_scissor_state = softpipe_set_scissor_state; in softpipe_init_clip_funcs()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_clip.c92 llvmpipe->pipe.set_scissor_state = llvmpipe_set_scissor_state; in llvmpipe_init_clip_funcs()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_scissor.c89 st->pipe->set_scissor_state(st->pipe, &scissor); /* activate */ in update_scissor()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c178 svga->pipe.set_scissor_state = svga_set_scissor_state; in svga_init_misc_functions()
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h211 void (*set_scissor_state)( struct pipe_context *, member
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c314 ctx->set_scissor_state = noop_set_scissor_state; in noop_init_state_functions()
/external/mesa3d/src/gallium/drivers/galahad/
Dglhd_context.c554 pipe->set_scissor_state(pipe, in galahad_context_set_scissor_state()
1044 GLHD_PIPE_INIT(set_scissor_state); in galahad_context_create()
/external/mesa3d/src/gallium/drivers/identity/
Did_context.c495 pipe->set_scissor_state(pipe, in identity_set_scissor_state()
919 id_pipe->base.set_scissor_state = identity_set_scissor_state; in identity_context_create()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c269 pipe->set_scissor_state(pipe, &ss); in r300_init_states()
Dr300_state.c2023 r300->context.set_scissor_state = r300_set_scissor_state; in r300_init_state_functions()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.c454 pipe->set_scissor_state = nv30_set_scissor_state; in nv30_state_init()
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.c703 pipe->set_scissor_state(pipe, in rbug_set_scissor_state()
1204 rb_pipe->base.set_scissor_state = rbug_set_scissor_state; in rbug_context_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_context.c843 pipe->set_scissor_state(pipe, state); in trace_context_set_scissor_state()
1626 TR_CTX_INIT(set_scissor_state); in trace_context_create()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c1099 i915->base.set_scissor_state = i915_set_scissor_state; in i915_init_state_functions()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state.c1079 pipe->set_scissor_state = nv50_set_scissor_state; in nv50_init_state_functions()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state.c988 pipe->set_scissor_state = nvc0_set_scissor_state; in nvc0_init_state_functions()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c1013 c->pipe->set_scissor_state(c->pipe, &s->scissor); in vl_compositor_render()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst71 * ``set_scissor_state`` sets the bounds for the scissor test, which culls
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h1024 pipe->set_scissor_state(pipe, &scissor); in set_scissor()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c2453 rctx->context.set_scissor_state = si_set_scissor_state; in si_init_state_functions()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2084 rctx->context.set_scissor_state = r600_pipe_set_scissor_state; in r600_init_state_functions()
Devergreen_state.c2224 rctx->context.set_scissor_state = evergreen_set_scissor_state; in evergreen_init_state_functions()