Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_pipe.c67 if (sp->rasterizer->poly_stipple_enable) in sp_build_quad_pipeline()
Dsp_state_derived.c342 key.polygon_stipple = softpipe->rasterizer->poly_stipple_enable; in update_fragment_shader()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_tss.c168 if (svga->curr.rast->templ.poly_stipple_enable) { in update_tss_binding()
259 if (svga->curr.rast && svga->curr.rast->templ.poly_stipple_enable) { in svga_reemit_tss_bindings()
401 if (svga->curr.rast->templ.poly_stipple_enable) { in update_tss()
Dsvga_pipe_rasterizer.c388 if (raster->templ.poly_stipple_enable != in svga_bind_rasterizer_state()
389 svga->curr.rast->templ.poly_stipple_enable) { in svga_bind_rasterizer_state()
Dsvga_state_sampler.c353 if (svga->curr.rast->templ.poly_stipple_enable) { in update_sampler_resources()
454 if (svga->curr.rast->templ.poly_stipple_enable) { in update_samplers()
Dsvga_state_fs.c232 key->fs.pstipple = (svga->curr.rast->templ.poly_stipple_enable && in make_fs_key()
Dsvga_draw.c381 svga->curr.rast->templ.poly_stipple_enable) { in validate_sampler_resources()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_validate.c109 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple) in draw_need_pipeline()
214 if (rast->poly_stipple_enable in validate_pipeline()
Ddraw_pipe_pstipple.c201 assert(stage->draw->rasterizer->poly_stipple_enable); in pstip_first_tri()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_rasterizer.c84 rast->poly_stipple_enable); in llvmpipe_create_rasterizer_state()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.h94 bool poly_stipple_enable; member
Dswr_shader.cpp215 key.poly_stipple_enable = ctx->rasterizer->poly_stipple_enable && in swr_generate_fs_key()
2883 key.poly_stipple_enable) { in CompileFS()
2888 if (key.poly_stipple_enable) { in CompileFS()
/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h99 unsigned poly_stipple_enable:1; member
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c167 raster->poly_stipple_enable = ctx->Polygon.StippleFlag; in st_update_rasterizer()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h107 unsigned poly_stipple_enable:1; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h83 unsigned poly_stipple_enable : 1; member
Dsi_state.c850 rs->poly_stipple_enable = state->poly_stipple_enable; in si_create_rs_state()
1022 old_rs->poly_stipple_enable != rs->poly_stipple_enable || in si_bind_rs_state()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c184 SB_DATA (so, cso->poly_stipple_enable); in nv30_rasterizer_state_create()
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c129 trace_dump_member(bool, state, poly_stipple_enable); in trace_dump_rasterizer_state()
/external/mesa3d/docs/gallium/cso/
Drasterizer.rst116 poly_stipple_enable
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c921 if (rasterizer->poly_stipple_enable) { in i915_create_rasterizer_state()
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c354 util_dump_member(stream, bool, state, poly_stipple_enable); in util_dump_rasterizer_state()
/external/virglrenderer/tests/
Dtestvirgl_encode.c168 VIRGL_OBJ_RS_S0_POLY_STIPPLE_ENABLE(state->poly_stipple_enable) | in virgl_encode_rasterizer_state()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c1665 bool poly_stipple_enable; member
1730 cso->poly_stipple_enable = state->poly_stipple_enable; in iris_create_rasterizer_state()
1827 wm.PolygonStippleEnable = state->poly_stipple_enable; in iris_create_rasterizer_state()
1864 if (cso_changed(line_stipple_enable) || cso_changed(poly_stipple_enable)) in iris_bind_rasterizer_state()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c304 SB_DATA (so, cso->poly_stipple_enable); in nv50_rasterizer_state_create()

12