/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_pipe.c | 67 if (sp->rasterizer->poly_stipple_enable) in sp_build_quad_pipeline()
|
D | sp_state_derived.c | 342 key.polygon_stipple = softpipe->rasterizer->poly_stipple_enable; in update_fragment_shader()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_tss.c | 168 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()
|
D | svga_pipe_rasterizer.c | 388 if (raster->templ.poly_stipple_enable != in svga_bind_rasterizer_state() 389 svga->curr.rast->templ.poly_stipple_enable) { in svga_bind_rasterizer_state()
|
D | svga_state_sampler.c | 353 if (svga->curr.rast->templ.poly_stipple_enable) { in update_sampler_resources() 454 if (svga->curr.rast->templ.poly_stipple_enable) { in update_samplers()
|
D | svga_state_fs.c | 232 key->fs.pstipple = (svga->curr.rast->templ.poly_stipple_enable && in make_fs_key()
|
D | svga_draw.c | 381 svga->curr.rast->templ.poly_stipple_enable) { in validate_sampler_resources()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_validate.c | 109 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple) in draw_need_pipeline() 214 if (rast->poly_stipple_enable in validate_pipeline()
|
D | draw_pipe_pstipple.c | 201 assert(stage->draw->rasterizer->poly_stipple_enable); in pstip_first_tri()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_rasterizer.c | 84 rast->poly_stipple_enable); in llvmpipe_create_rasterizer_state()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.h | 94 bool poly_stipple_enable; member
|
D | swr_shader.cpp | 215 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/ |
D | p_state.h | 99 unsigned poly_stipple_enable:1; member
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_rasterizer.c | 167 raster->poly_stipple_enable = ctx->Polygon.StippleFlag; in st_update_rasterizer()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 107 unsigned poly_stipple_enable:1; member
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.h | 83 unsigned poly_stipple_enable : 1; member
|
D | si_state.c | 850 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/ |
D | nv30_state.c | 184 SB_DATA (so, cso->poly_stipple_enable); in nv30_rasterizer_state_create()
|
/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump_state.c | 129 trace_dump_member(bool, state, poly_stipple_enable); in trace_dump_rasterizer_state()
|
/external/mesa3d/docs/gallium/cso/ |
D | rasterizer.rst | 116 poly_stipple_enable
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 921 if (rasterizer->poly_stipple_enable) { in i915_create_rasterizer_state()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_dump_state.c | 354 util_dump_member(stream, bool, state, poly_stipple_enable); in util_dump_rasterizer_state()
|
/external/virglrenderer/tests/ |
D | testvirgl_encode.c | 168 VIRGL_OBJ_RS_S0_POLY_STIPPLE_ENABLE(state->poly_stipple_enable) | in virgl_encode_rasterizer_state()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_state.c | 1665 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/ |
D | nv50_state.c | 304 SB_DATA (so, cso->poly_stipple_enable); in nv50_rasterizer_state_create()
|