Home
last modified time | relevance | path

Searched refs:poly_stipple_enable (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_pipe.c65 if (sp->rasterizer->poly_stipple_enable) in sp_build_quad_pipeline()
Dsp_state_derived.c240 key.polygon_stipple = softpipe->rasterizer->poly_stipple_enable; in update_fragment_shader()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_validate.c122 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple) in draw_need_pipeline()
223 if (rast->poly_stipple_enable in validate_pipeline()
Ddraw_pipe_pstipple.c529 assert(stage->draw->rasterizer->poly_stipple_enable); in pstip_first_tri()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_rasterizer.c80 rast->poly_stipple_enable); in llvmpipe_create_rasterizer_state()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_rasterizer.c98 if (templ->poly_stipple_enable) { in svga_create_rasterizer_state()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h94 unsigned poly_stipple_enable:1; member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c156 raster->poly_stipple_enable = 1; in update_raster_state()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_state.c182 SB_DATA (so, cso->poly_stipple_enable); in nv30_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump_state.c135 trace_dump_member(bool, state, poly_stipple_enable); in trace_dump_rasterizer_state()
/external/mesa3d/src/gallium/docs/source/cso/
Drasterizer.rst116 poly_stipple_enable
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c317 util_dump_member(stream, bool, state, poly_stipple_enable); in util_dump_rasterizer_state()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c893 if (rasterizer->poly_stipple_enable) { in i915_create_rasterizer_state()
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_state.c288 SB_IMMED_3D(so, POLYGON_STIPPLE_ENABLE, cso->poly_stipple_enable); in nvc0_rasterizer_state_create()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_state.c301 SB_DATA (so, cso->poly_stipple_enable); in nv50_rasterizer_state_create()