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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 72 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
205 if (rast->line_stipple_enable && draw->pipeline.line_stipple) {
draw_private.h 139 boolean line_stipple; /**< do line stipple? */ member in struct:draw_context::__anon33205
draw_pipe.c 71 draw->pipeline.line_stipple = TRUE;
draw_context.c 510 draw->pipeline.line_stipple = enable;
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 457 for (int line_stipple = 0; line_stipple < 2; line_stipple++)
469 key.u.line_stipple_enabled = line_stipple;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
genX_state_upload.c 275 static const struct brw_tracked_state genX(line_stipple) = { variable in typeref:struct:genX
    [all...]

Completed in 171 milliseconds