Home
last modified time | relevance | path

Searched refs:set_polygon_stipple (Results 1 – 25 of 37) sorted by relevance

12

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_stipple.c84 st->pipe->set_polygon_stipple(st->pipe, &newStipple); in st_update_polygon_stipple()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_clip.c102 pipe->set_polygon_stipple = softpipe_set_polygon_stipple; in softpipe_init_clip_funcs()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_clip.c102 llvmpipe->pipe.set_polygon_stipple = llvmpipe_set_polygon_stipple; in llvmpipe_init_clip_funcs()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h56 CALL(set_polygon_stipple)
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_pstipple.c494 pstip->driver_set_polygon_stipple = pipe->set_polygon_stipple; in draw_install_pstipple_stage()
517 pipe->set_polygon_stipple = pstip_set_polygon_stipple; in draw_install_pstipple_stage()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_misc.c246 svga->pipe.set_polygon_stipple = svga_set_polygon_stipple; in svga_init_misc_functions()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c461 ctx->set_polygon_stipple = noop_set_polygon_stipple; in noop_init_state_functions()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h469 void (*set_polygon_stipple)( struct pipe_context *, member
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_state.c425 ctx->base.set_polygon_stipple = lima_set_polygon_stipple; in lima_state_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c477 pipe->set_polygon_stipple = nv30_set_polygon_stipple; in nv30_state_init()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c525 context->gpu->set_polygon_stipple(context->gpu, stipple); in tegra_set_polygon_stipple()
1337 context->base.set_polygon_stipple = tegra_set_polygon_stipple; in tegra_screen_context_create()
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c704 pipe->set_polygon_stipple(pipe, in rbug_set_polygon_stipple()
1335 rb_pipe->base.set_polygon_stipple = rbug_set_polygon_stipple; in rbug_context_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c671 pctx->set_polygon_stipple = fd_set_polygon_stipple; in fd_state_init()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_state.c692 pctx->set_polygon_stipple = vc4_set_polygon_stipple; in vc4_state_init()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_state.c824 pctx->set_polygon_stipple = etna_set_polygon_stipple; in etna_state_init()
/third_party/mesa3d/src/gallium/tools/trace/
Ddump_state.py394 def set_polygon_stipple(self, state): member in Context
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_context.c956 pipe->set_polygon_stipple(pipe, state); in trace_context_set_polygon_stipple()
2261 TR_CTX_INIT(set_polygon_stipple); in trace_context_create()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state.c1064 i915->base.set_polygon_stipple = i915_set_polygon_stipple; in i915_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c1085 gallium->set_polygon_stipple = panfrost_set_polygon_stipple; in panfrost_create_context()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_context.c911 CTX_INIT(set_polygon_stipple); in dd_context_create()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c1406 pctx->set_polygon_stipple = v3d_set_polygon_stipple; in v3dX()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c1504 pipe->set_polygon_stipple = nv50_set_polygon_stipple; in nv50_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c1505 pipe->set_polygon_stipple = nvc0_set_polygon_stipple; in nvc0_init_state_functions()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.c1618 vctx->base.set_polygon_stipple = virgl_set_polygon_stipple; in virgl_context_create()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state.c2089 r300->context.set_polygon_stipple = r300_set_polygon_stipple; in r300_init_state_functions()

12