Searched refs:has_dynamic_line_width (Results 1 – 3 of 3) sorted by relevance
116 pub fn has_dynamic_line_width(&self) -> bool { in has_dynamic_line_width() method217 fn has_dynamic_line_width(&self) -> bool; in has_dynamic_line_width() method267 fn has_dynamic_line_width(&self) -> bool { in has_dynamic_line_width() function333 fn has_dynamic_line_width(&self) -> bool { in has_dynamic_line_width() function334 (**self).has_dynamic_line_width() in has_dynamic_line_width()
26 if pipeline.has_dynamic_line_width() { in check_dynamic_state_validity()
914 bool has_dynamic_line_width = false; in manual_PreCallValidateCreateGraphicsPipelines() local927 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()