Searched defs:line_stipple_factor (Results 1 – 5 of 5) sorted by relevance
150 unsigned line_stipple_factor:8; /**< [1..256] actually */ member
205 unsigned line_stipple_factor:8; /**< [1..256] actually */ member
2138 const unsigned line_stipple_factor = state->line_stipple_factor + 1; in crocus_create_rasterizer_state() local
2312 const unsigned line_stipple_factor = state->line_stipple_factor + 1; in iris_create_rasterizer_state() local
45082 pub line_stipple_factor: u32, field45149 pub fn line_stipple_factor(mut self, line_stipple_factor: u32) -> Self { in line_stipple_factor() method