Searched defs:DebugUtilsLabel (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/ |
D | debug.rs | 27 label_info: DebugUtilsLabel, in begin_debug_utils_label() 36 _label_info: &DebugUtilsLabel, in validate_begin_debug_utils_label() 69 label_info: DebugUtilsLabel, in begin_debug_utils_label_unchecked() 71 let DebugUtilsLabel { in begin_debug_utils_label_unchecked() localVariable 153 label_info: DebugUtilsLabel, in insert_debug_utils_label() 162 _label_info: &DebugUtilsLabel, in validate_insert_debug_utils_label() 195 label_info: DebugUtilsLabel, in insert_debug_utils_label_unchecked() 197 let DebugUtilsLabel { in insert_debug_utils_label_unchecked() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/ |
D | debug.rs | 39 mut label_info: DebugUtilsLabel, in begin_debug_utils_label() 52 _label_info: &mut DebugUtilsLabel, in validate_begin_debug_utils_label() 135 mut label_info: DebugUtilsLabel, in insert_debug_utils_label() 148 _label_info: &mut DebugUtilsLabel, in validate_insert_debug_utils_label() 186 pub unsafe fn begin_debug_utils_label(&mut self, label_info: DebugUtilsLabel) { in begin_debug_utils_label() 235 pub unsafe fn insert_debug_utils_label(&mut self, label_info: DebugUtilsLabel) { in insert_debug_utils_label() 261 pub unsafe fn begin_debug_utils_label(&mut self, label_info: &DebugUtilsLabel) { in begin_debug_utils_label() 296 pub unsafe fn insert_debug_utils_label(&mut self, label_info: &DebugUtilsLabel) { in insert_debug_utils_label()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/instance/ |
D | debug.rs | 398 pub struct DebugUtilsLabel { struct 414 impl Default for DebugUtilsLabel { argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/ |
D | queue.rs | 1107 label_info: DebugUtilsLabel, in begin_debug_utils_label() 1119 _label_info: &DebugUtilsLabel, in validate_begin_debug_utils_label() 1142 pub unsafe fn begin_debug_utils_label_unchecked(&mut self, label_info: DebugUtilsLabel) { in begin_debug_utils_label_unchecked() 1143 let DebugUtilsLabel { in begin_debug_utils_label_unchecked() localVariable 1214 label_info: DebugUtilsLabel, in insert_debug_utils_label() 1226 _label_info: &DebugUtilsLabel, in validate_insert_debug_utils_label() 1249 pub unsafe fn insert_debug_utils_label_unchecked(&mut self, label_info: DebugUtilsLabel) { in insert_debug_utils_label_unchecked() 1250 let DebugUtilsLabel { in insert_debug_utils_label_unchecked() localVariable
|