Home
last modified time | relevance | path

Searched defs:has_dynamic_line_width (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/vulkano/src/pipeline/graphics_pipeline/
Dmod.rs116 pub fn has_dynamic_line_width(&self) -> bool { in has_dynamic_line_width() method
217 fn has_dynamic_line_width(&self) -> bool; in has_dynamic_line_width() method
267 fn has_dynamic_line_width(&self) -> bool { in has_dynamic_line_width() function
333 fn has_dynamic_line_width(&self) -> bool { in has_dynamic_line_width() function
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp914 bool has_dynamic_line_width = false; in manual_PreCallValidateCreateGraphicsPipelines() local