Home
last modified time | relevance | path

Searched refs:no_line_width (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.c54 DEBUG_GET_ONCE_BOOL_OPTION(no_line_width, "SVGA_NO_LINE_WIDTH", FALSE);
200 svga->debug.no_line_width = debug_get_option_no_line_width(); in svga_context_create()
Dsvga_pipe_rasterizer.c222 else if (svga->debug.no_line_width) { in svga_create_rasterizer_state()
Dsvga_context.h487 boolean no_line_width; member