Home
last modified time | relevance | path

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

/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A Dp_state.h150 unsigned line_stipple_factor:8; /**< [1..256] actually */ member
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h205 unsigned line_stipple_factor:8; /**< [1..256] actually */ member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c2138 const unsigned line_stipple_factor = state->line_stipple_factor + 1; in crocus_create_rasterizer_state() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/
H A Diris_state.c2312 const unsigned line_stipple_factor = state->line_stipple_factor + 1; in iris_create_rasterizer_state() local
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs45082 pub line_stipple_factor: u32, field
45149 pub fn line_stipple_factor(mut self, line_stipple_factor: u32) -> Self { in line_stipple_factor() method