HomeSort by relevance Sort by last modified time
    Searched refs:poly_stipple_enable (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_pipe.c 65 if (sp->rasterizer->poly_stipple_enable)
sp_state_derived.c 240 key.polygon_stipple = softpipe->rasterizer->poly_stipple_enable;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_rasterizer.c 80 rast->poly_stipple_enable);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 122 if (rasterizer->poly_stipple_enable && draw->pipeline.pstipple)
223 if (rast->poly_stipple_enable
draw_pipe_pstipple.c 529 assert(stage->draw->rasterizer->poly_stipple_enable);
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 75 /* poly_stipple_enable - draw module */
98 if (templ->poly_stipple_enable) {
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 94 unsigned poly_stipple_enable:1; member in struct:pipe_rasterizer_state
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 156 raster->poly_stipple_enable = 1;
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 182 SB_DATA (so, cso->poly_stipple_enable);
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.c 135 trace_dump_member(bool, state, poly_stipple_enable);
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 317 util_dump_member(stream, bool, state, poly_stipple_enable);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 893 if (rasterizer->poly_stipple_enable) {
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 301 SB_DATA (so, cso->poly_stipple_enable);
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 288 SB_IMMED_3D(so, POLYGON_STIPPLE_ENABLE, cso->poly_stipple_enable);

Completed in 172 milliseconds