Home
last modified time | relevance | path

Searched defs:line_stipple_factor (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h150 unsigned line_stipple_factor:8; /**< [1..256] actually */ member
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h187 unsigned line_stipple_factor:8; /**< [1..256] actually */ member
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c1831 const unsigned line_stipple_factor = state->line_stipple_factor + 1; in iris_create_rasterizer_state() local
/external/rust/crates/ash/src/vk/
Ddefinitions.rs38937 pub line_stipple_factor: u32, field
38996 pub fn line_stipple_factor(mut self, line_stipple_factor: u32) -> Self { in line_stipple_factor() method