Home
last modified time | relevance | path

Searched refs:begin_debug_utils_label (Results 1 – 3 of 3) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Ddebug.rs37 pub fn begin_debug_utils_label( in begin_debug_utils_label() function
44 self.inner.begin_debug_utils_label(label_info); in begin_debug_utils_label()
186 pub unsafe fn begin_debug_utils_label(&mut self, label_info: DebugUtilsLabel) { in begin_debug_utils_label() method
197 out.begin_debug_utils_label(&self.label_info); in begin_debug_utils_label()
261 pub unsafe fn begin_debug_utils_label(&mut self, label_info: &DebugUtilsLabel) { in begin_debug_utils_label() method
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Ddebug.rs25 pub fn begin_debug_utils_label( in begin_debug_utils_label() function
/external/rust/android-crates-io/crates/vulkano/src/device/
Dqueue.rs1105 pub fn begin_debug_utils_label( in begin_debug_utils_label() method