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

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_validate.c 72 if (rasterizer->line_stipple_enable && draw->pipeline.line_stipple)
204 if (rast->line_stipple_enable && draw->pipeline.line_stipple) {
draw_private.h 139 boolean line_stipple; /**< do line stipple? */ member in struct:draw_context::__anon27526
draw_pipe.c 71 draw->pipeline.line_stipple = TRUE;
draw_context.c 511 draw->pipeline.line_stipple = enable;
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.h 364 struct ilo_state_line_stipple line_stipple; member in struct:ilo_state_vector
ilo_render_gen6.c 767 gen6_3DSTATE_LINE_STIPPLE(r->builder, &vec->line_stipple);
ilo_state.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 551 unsigned line_stipple:1; member in struct:brw_wm_unit_state::__anon28641
brw_wm_state.c 218 wm->wm5.line_stipple = ctx->Line.StippleFlag;

Completed in 414 milliseconds