Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_raster.c212 line->stipple_enable = false; in raster_get_gen6_effective_line()
383 if (ilo_dev_gen(dev) == ILO_GEN(7.5) && line->stipple_enable) in raster_set_gen7_3DSTATE_SF()
744 if (line->stipple_enable) in raster_set_gen6_3dstate_wm()
808 if (line->stipple_enable) in raster_set_gen8_3DSTATE_WM()
Dilo_state_raster.h112 bool stipple_enable; member
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_state.c1144 info->line.stipple_enable = state->line_stipple_enable; in ilo_create_rasterizer_state()