Searched refs:force_hw_line_stipple (Results 1 – 3 of 3) sorted by relevance
55 DEBUG_GET_ONCE_BOOL_OPTION(force_hw_line_stipple, "SVGA_FORCE_HW_LINE_STIPPLE", FALSE);201 svga->debug.force_hw_line_stipple = debug_get_option_force_hw_line_stipple(); in svga_context_create()
232 if (screen->haveLineStipple || svga->debug.force_hw_line_stipple) { in svga_create_rasterizer_state()
488 boolean force_hw_line_stipple; member