Home
last modified time | relevance | path

Searched refs:set_clip_state (Results 1 – 25 of 36) sorted by relevance

12

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_clip.c66 st->pipe->set_clip_state(st->pipe, &clip); in st_update_clip()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_clip.c97 pipe->set_clip_state = softpipe_set_clip_state; in softpipe_init_clip_funcs()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_clip.c101 llvmpipe->pipe.set_clip_state = llvmpipe_set_clip_state; in llvmpipe_init_clip_funcs()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h52 CALL(set_clip_state)
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c248 svga->pipe.set_clip_state = svga_set_clip_state; in svga_init_misc_functions()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h418 void (*set_clip_state)( struct pipe_context *, member
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c454 ctx->set_clip_state = noop_set_clip_state; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_state.c437 ctx->base.set_clip_state = lima_set_clip_state; in lima_state_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c473 pipe->set_clip_state = nv30_set_clip_state; in nv30_state_init()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_context.c281 pipe->set_clip_state(pipe, &cs); in r300_init_states()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c474 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/
Drbug_context.c627 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/
Dvc4_state.c688 pctx->set_clip_state = vc4_set_clip_state; in vc4_state_init()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c705 pctx->set_clip_state = fd_set_clip_state; in fd_state_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c859 pctx->set_clip_state = etna_set_clip_state; in etna_state_init()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state.c1059 i915->base.set_clip_state = i915_set_clip_state; in i915_init_state_functions()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py396 def set_clip_state(self, state): member in Context
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c904 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/
Dpan_context.c1120 gallium->set_clip_state = panfrost_set_clip_state; in panfrost_create_context()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c908 CTX_INIT(set_clip_state); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c1475 pctx->set_clip_state = v3d_set_clip_state; in v3dX()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1499 pipe->set_clip_state = nv50_set_clip_state; in nv50_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1499 pipe->set_clip_state = nvc0_set_clip_state; in nvc0_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c1707 ctx->set_clip_state = agx_set_clip_state; in agx_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1645 vctx->base.set_clip_state = virgl_set_clip_state; in virgl_context_create()

12