Home
last modified time | relevance | path

Searched refs:has_dynamic_line_width (Results 1 – 3 of 3) 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
334 (**self).has_dynamic_line_width() in has_dynamic_line_width()
/external/rust/crates/vulkano/src/command_buffer/validity/
Ddynamic_state.rs26 if pipeline.has_dynamic_line_width() { in check_dynamic_state_validity()
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp914 bool has_dynamic_line_width = false; in manual_PreCallValidateCreateGraphicsPipelines() local
927 if (dynamic_state == VK_DYNAMIC_STATE_LINE_WIDTH) has_dynamic_line_width = true; in manual_PreCallValidateCreateGraphicsPipelines()
1998 if (!has_dynamic_line_width && !physical_device_features.wideLines && in manual_PreCallValidateCreateGraphicsPipelines()