Lines Matching full:performance
14 //! invalid API usages or performance problems by calling this callback. The callback can also
17 //! Note that the vulkano library can also emit messages to warn you about performance issues.
122 performance: !(ty & ash::vk::DebugUtilsMessageTypeFlagsEXT::PERFORMANCE) in new()
163 if ty.performance { in new()
164 flags |= ash::vk::DebugUtilsMessageTypeFlagsEXT::PERFORMANCE; in new()
348 pub performance: bool, field
358 performance: false, in general()
368 performance: false, in validation()
372 /// Builds a `MessageType` with performance field set to `true`.
374 pub const fn performance() -> MessageType { in performance() method
378 performance: true, in performance()
388 performance: true, in all()
398 performance: false, in none()
409 performance: self.performance | rhs.performance, in bitor()