Searched refs:khr_synchronization2 (Results 1 – 10 of 10) sorted by relevance
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/ |
D | sync.rs | 260 debug_assert!(self.device.enabled_extensions().khr_synchronization2); in pipeline_barrier() 261 (fns.khr_synchronization2.cmd_pipeline_barrier2_khr)( in pipeline_barrier() 546 debug_assert!(self.device.enabled_extensions().khr_synchronization2); in set_event() 547 (fns.khr_synchronization2.cmd_set_event2_khr)( in set_event() 752 debug_assert!(self.device.enabled_extensions().khr_synchronization2); in wait_events() 753 (fns.khr_synchronization2.cmd_wait_events2_khr)( in wait_events() 918 debug_assert!(self.device.enabled_extensions().khr_synchronization2); in reset_event() 919 (fns.khr_synchronization2.cmd_reset_event2_khr)( in reset_event()
|
D | query.rs | 841 debug_assert!(self.device.enabled_extensions().khr_synchronization2); in write_timestamp() 842 (fns.khr_synchronization2.cmd_write_timestamp2_khr)( in write_timestamp()
|
/external/rust/android-crates-io/crates/vulkano/src/sync/ |
D | pipeline.rs | 232 device_extensions: [khr_synchronization2], 238 device_extensions: [khr_synchronization2], 244 device_extensions: [khr_synchronization2], 251 device_extensions: [khr_synchronization2], 257 device_extensions: [khr_synchronization2], 263 device_extensions: [khr_synchronization2], 279 device_extensions: [khr_synchronization2], 715 device_extensions: [khr_synchronization2], 721 device_extensions: [khr_synchronization2], 727 device_extensions: [khr_synchronization2],
|
/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/ |
D | sync.rs | 1210 debug_assert!(self.device().enabled_extensions().khr_synchronization2); in pipeline_barrier_unchecked() 1211 (fns.khr_synchronization2.cmd_pipeline_barrier2_khr)( in pipeline_barrier_unchecked() 2456 debug_assert!(self.device().enabled_extensions().khr_synchronization2); in set_event_unchecked() 2457 (fns.khr_synchronization2.cmd_set_event2_khr)( in set_event_unchecked() 3660 debug_assert!(self.device().enabled_extensions().khr_synchronization2); in wait_events_unchecked() 3661 (fns.khr_synchronization2.cmd_wait_events2_khr)( in wait_events_unchecked() 4055 debug_assert!(self.device().enabled_extensions().khr_synchronization2); in reset_event_unchecked() 4056 (fns.khr_synchronization2.cmd_reset_event2_khr)( in reset_event_unchecked()
|
D | query.rs | 488 debug_assert!(self.device().enabled_extensions().khr_synchronization2); in write_timestamp_unchecked() 489 (fns.khr_synchronization2.cmd_write_timestamp2_khr)( in write_timestamp_unchecked()
|
/external/rust/android-crates-io/crates/vulkano/out/ |
D | device_extensions.rs | 142 pub khr_synchronization2: bool, field 637 khr_synchronization2: false, in empty() 925 || (self.khr_synchronization2 && other.khr_synchronization2) in intersects() 1222 && (self.khr_synchronization2 || !other.khr_synchronization2) in contains() 1556 khr_synchronization2: self.khr_synchronization2 || other.khr_synchronization2, in union() 1982 khr_synchronization2: self.khr_synchronization2 && other.khr_synchronization2, in intersection() 2408 khr_synchronization2: self.khr_synchronization2 && !other.khr_synchronization2, in difference() 2834 khr_synchronization2: self.khr_synchronization2 ^ other.khr_synchronization2, in symmetric_difference() 3751 if self.khr_synchronization2 { in fmt() 5628 extensions.khr_synchronization2 = true; in from_iter() [all …]
|
D | fns.rs | 198 pub khr_synchronization2: ash::vk::KhrSynchronization2Fn, field 316 khr_synchronization2: ash::vk::KhrSynchronization2Fn::load(&mut load_fn), in load()
|
D | features.rs | 19952 device_extensions.khr_synchronization2, in make_chain()
|
/external/rust/android-crates-io/crates/vulkano/src/device/ |
D | queue.rs | 907 debug_assert!(self.queue.device.enabled_extensions().khr_synchronization2); 908 (fns.khr_synchronization2.queue_submit2_khr)(
|
/external/rust/android-crates-io/crates/vulkano/src/render_pass/ |
D | create.rs | 1162 || device.enabled_extensions().khr_synchronization2 in create_v2()
|