/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_clip.c | 66 st->pipe->set_clip_state(st->pipe, &clip); in st_update_clip()
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_clip.c | 97 pipe->set_clip_state = softpipe_set_clip_state; in softpipe_init_clip_funcs()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_clip.c | 101 llvmpipe->pipe.set_clip_state = llvmpipe_set_clip_state; in llvmpipe_init_clip_funcs()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_threaded_context_calls.h | 52 CALL(set_clip_state)
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_misc.c | 248 svga->pipe.set_clip_state = svga_set_clip_state; in svga_init_misc_functions()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_context.h | 418 void (*set_clip_state)( struct pipe_context *, member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_state.c | 454 ctx->set_clip_state = noop_set_clip_state; in noop_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_state.c | 437 ctx->base.set_clip_state = lima_set_clip_state; in lima_state_init()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_state.c | 473 pipe->set_clip_state = nv30_set_clip_state; in nv30_state_init()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.c | 281 pipe->set_clip_state(pipe, &cs); in r300_init_states()
|
/third_party/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 474 context->gpu->set_clip_state(context->gpu, state); in tegra_set_clip_state() 1351 context->base.set_clip_state = tegra_set_clip_state; in tegra_screen_context_create()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_context.c | 627 pipe->set_clip_state(pipe, in rbug_set_clip_state() 1331 rb_pipe->base.set_clip_state = rbug_set_clip_state; in rbug_context_create()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_state.c | 688 pctx->set_clip_state = vc4_set_clip_state; in vc4_state_init()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_state.c | 705 pctx->set_clip_state = fd_set_clip_state; in fd_state_init()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_state.c | 859 pctx->set_clip_state = etna_set_clip_state; in etna_state_init()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 1059 i915->base.set_clip_state = i915_set_clip_state; in i915_init_state_functions()
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | dump_state.py | 396 def set_clip_state(self, state): member in Context
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_context.c | 904 pipe->set_clip_state(pipe, state); in trace_context_set_clip_state() 2356 TR_CTX_INIT(set_clip_state); in trace_context_create()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_context.c | 1120 gallium->set_clip_state = panfrost_set_clip_state; in panfrost_create_context()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_context.c | 908 CTX_INIT(set_clip_state); in dd_context_create()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_state.c | 1475 pctx->set_clip_state = v3d_set_clip_state; in v3dX()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_state.c | 1499 pipe->set_clip_state = nv50_set_clip_state; in nv50_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state.c | 1499 pipe->set_clip_state = nvc0_set_clip_state; in nvc0_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_state.c | 1707 ctx->set_clip_state = agx_set_clip_state; in agx_init_state_functions()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_context.c | 1645 vctx->base.set_clip_state = virgl_set_clip_state; in virgl_context_create()
|