Home
last modified time | relevance | path

Searched refs:insert_debug_utils_label_unchecked (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Ddebug.rs157 unsafe { Ok(self.insert_debug_utils_label_unchecked(label_info)) } in insert_debug_utils_label()
193 pub unsafe fn insert_debug_utils_label_unchecked( in insert_debug_utils_label_unchecked() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/
Dqueue.rs1219 self.insert_debug_utils_label_unchecked(label_info); in insert_debug_utils_label()
1249 pub unsafe fn insert_debug_utils_label_unchecked(&mut self, label_info: DebugUtilsLabel) { in insert_debug_utils_label_unchecked() method