Home
last modified time | relevance | path

Searched refs:DebugUtilsLabel (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Ddebug.rs18 instance::debug::DebugUtilsLabel,
39 mut label_info: DebugUtilsLabel, in begin_debug_utils_label() argument
52 _label_info: &mut DebugUtilsLabel, in validate_begin_debug_utils_label() argument
135 mut label_info: DebugUtilsLabel, in insert_debug_utils_label() argument
148 _label_info: &mut DebugUtilsLabel, in validate_insert_debug_utils_label() argument
186 pub unsafe fn begin_debug_utils_label(&mut self, label_info: DebugUtilsLabel) { in begin_debug_utils_label() argument
188 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() argument
237 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() argument
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Ddebug.rs14 instance::debug::DebugUtilsLabel,
27 label_info: DebugUtilsLabel, in begin_debug_utils_label() argument
36 _label_info: &DebugUtilsLabel, in validate_begin_debug_utils_label() argument
69 label_info: DebugUtilsLabel, in begin_debug_utils_label_unchecked() argument
71 let DebugUtilsLabel { in begin_debug_utils_label_unchecked() localVariable
153 label_info: DebugUtilsLabel, in insert_debug_utils_label() argument
162 _label_info: &DebugUtilsLabel, in validate_insert_debug_utils_label() argument
195 label_info: DebugUtilsLabel, in insert_debug_utils_label_unchecked() argument
197 let DebugUtilsLabel { in insert_debug_utils_label_unchecked() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/
Dqueue.rs18 instance::debug::DebugUtilsLabel,
1107 label_info: DebugUtilsLabel, in begin_debug_utils_label() argument
1119 _label_info: &DebugUtilsLabel, in validate_begin_debug_utils_label() argument
1142 pub unsafe fn begin_debug_utils_label_unchecked(&mut self, label_info: DebugUtilsLabel) { in begin_debug_utils_label_unchecked() argument
1143 let DebugUtilsLabel { in begin_debug_utils_label_unchecked() localVariable
1214 label_info: DebugUtilsLabel, in insert_debug_utils_label() argument
1226 _label_info: &DebugUtilsLabel, in validate_insert_debug_utils_label() argument
1249 pub unsafe fn insert_debug_utils_label_unchecked(&mut self, label_info: DebugUtilsLabel) { in insert_debug_utils_label_unchecked() argument
1250 let DebugUtilsLabel { in insert_debug_utils_label_unchecked() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/instance/
Ddebug.rs398 pub struct DebugUtilsLabel { struct
414 impl Default for DebugUtilsLabel { implementation