Home
last modified time | relevance | path

Searched defs:VkResult (Results 1 – 25 of 146) sorted by relevance

123456

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ash/src/
H A Dprelude.rs2 pub type VkResult<T> = Result<T, vk::Result>; typedef
4 impl From<vk::Result> for VkResult<()> { implementation
11 pub fn result(self) -> VkResult<()> { in result()
H A Ddevice.rs133 ) -> VkResult<()> { in wait_semaphores()
701 ) -> VkResult<()> { in free_descriptor_sets()
954 ) -> VkResult<()> { in reset_descriptor_pool()
965 ) -> VkResult<()> { in reset_command_pool()
976 ) -> VkResult<()> { in reset_command_buffer()
1389 ) -> VkResult<()> { in get_query_pool_results()
1619 ) -> VkResult<()> { in invalidate_mapped_memory_ranges()
1704 ) -> VkResult<()> { in begin_command_buffer()
1721 ) -> VkResult<()> { in wait_for_fences()
1754 ) -> VkResult<()> { in queue_submit()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ash/src/
H A Dprelude.rs2 pub type VkResult<T> = Result<T, vk::Result>; typedef
4 impl From<vk::Result> for VkResult<()> { implementation
11 pub fn result(self) -> VkResult<()> { in result()
H A Ddevice.rs133 ) -> VkResult<()> { in wait_semaphores()
701 ) -> VkResult<()> { in free_descriptor_sets()
954 ) -> VkResult<()> { in reset_descriptor_pool()
965 ) -> VkResult<()> { in reset_command_pool()
976 ) -> VkResult<()> { in reset_command_buffer()
1389 ) -> VkResult<()> { in get_query_pool_results()
1619 ) -> VkResult<()> { in invalidate_mapped_memory_ranges()
1704 ) -> VkResult<()> { in begin_command_buffer()
1721 ) -> VkResult<()> { in wait_for_fences()
1754 ) -> VkResult<()> { in queue_submit()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/extensions/khr/
H A Dacceleration_structure.rs129 ) -> VkResult<()> { in build_acceleration_structures()
157 ) -> VkResult<()> { in copy_acceleration_structure()
168 ) -> VkResult<()> { in copy_acceleration_structure_to_memory()
183 ) -> VkResult<()> { in copy_memory_to_acceleration_structure()
200 ) -> VkResult<()> { in write_acceleration_structures_properties()
H A Dtimeline_semaphore.rs35 ) -> VkResult<()> { in wait_semaphores()
42 pub unsafe fn signal_semaphore(&self, signal_info: &vk::SemaphoreSignalInfo) -> VkResult<()> { in signal_semaphore()
H A Ddeferred_host_operations.rs42 ) -> VkResult<()> { in deferred_operation_join()
74 ) -> VkResult<()> { in get_deferred_operation_result()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ash/src/extensions/khr/
H A Dacceleration_structure.rs135 ) -> VkResult<()> { in build_acceleration_structures()
163 ) -> VkResult<()> { in copy_acceleration_structure()
174 ) -> VkResult<()> { in copy_acceleration_structure_to_memory()
189 ) -> VkResult<()> { in copy_memory_to_acceleration_structure()
206 ) -> VkResult<()> { in write_acceleration_structures_properties()
H A Dtimeline_semaphore.rs48 ) -> VkResult<()> { in wait_semaphores()
59 ) -> VkResult<()> { in signal_semaphore()
H A Ddeferred_host_operations.rs45 ) -> VkResult<()> { in deferred_operation_join()
78 ) -> VkResult<()> { in get_deferred_operation_result()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ash/src/extensions/khr/
H A Dacceleration_structure.rs135 ) -> VkResult<()> { in build_acceleration_structures()
163 ) -> VkResult<()> { in copy_acceleration_structure()
174 ) -> VkResult<()> { in copy_acceleration_structure_to_memory()
189 ) -> VkResult<()> { in copy_memory_to_acceleration_structure()
206 ) -> VkResult<()> { in write_acceleration_structures_properties()
H A Dtimeline_semaphore.rs48 ) -> VkResult<()> { in wait_semaphores()
59 ) -> VkResult<()> { in signal_semaphore()
H A Ddeferred_host_operations.rs45 ) -> VkResult<()> { in deferred_operation_join()
78 ) -> VkResult<()> { in get_deferred_operation_result()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ash/src/
H A Dprelude.rs2 pub type VkResult<T> = Result<T, vk::Result>; typedef
H A Ddevice.rs145 ) -> VkResult<()> { in wait_semaphores()
158 ) -> VkResult<()> { in signal_semaphore()
1016 ) -> VkResult<()> { in reset_descriptor_pool()
1031 ) -> VkResult<()> { in reset_command_pool()
1046 ) -> VkResult<()> { in reset_command_buffer()
1465 ) -> VkResult<()> { in get_query_pool_results()
1719 ) -> VkResult<()> { in invalidate_mapped_memory_ranges()
1820 ) -> VkResult<()> { in begin_command_buffer()
1845 ) -> VkResult<()> { in wait_for_fences()
1884 ) -> VkResult<()> { in queue_submit()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/ash-0.29.0/src/
H A Dprelude.rs2 pub type VkResult<T> = Result<T, vk::Result>; typedef
H A Ddevice.rs797 unsafe fn device_wait_idle(&self) -> VkResult<()> { in device_wait_idle()
829 ) -> VkResult<()> { in reset_descriptor_pool()
844 ) -> VkResult<()> { in reset_command_pool()
859 ) -> VkResult<()> { in reset_command_buffer()
1278 ) -> VkResult<()> { in get_query_pool_results()
1532 ) -> VkResult<()> { in invalidate_mapped_memory_ranges()
1633 ) -> VkResult<()> { in begin_command_buffer()
1658 ) -> VkResult<()> { in wait_for_fences()
1696 ) -> VkResult<()> { in queue_submit()
1927 ) -> VkResult<()> { in bind_buffer_memory()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/
H A Dprelude.rs6 pub type VkResult<T> = Result<T, vk::Result>; typedef
9 pub fn result(self) -> VkResult<()> { in result()
H A Ddevice.rs166 ) -> VkResult<()> { in wait_semaphores()
218 ) -> VkResult<()> { in bind_buffer_memory2()
228 ) -> VkResult<()> { in bind_image_memory2()
767 ) -> VkResult<()> { in free_descriptor_sets()
1020 ) -> VkResult<()> { in reset_descriptor_pool()
1031 ) -> VkResult<()> { in reset_command_pool()
1042 ) -> VkResult<()> { in reset_command_buffer()
1460 ) -> VkResult<()> { in get_query_pool_results()
1662 ) -> VkResult<()> { in merge_pipeline_caches()
1696 ) -> VkResult<()> { in invalidate_mapped_memory_ranges()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/extensions/ext/
H A Dfull_screen_exclusive.rs26 ) -> VkResult<()> { in acquire_full_screen_exclusive_mode()
52 ) -> VkResult<()> { in release_full_screen_exclusive_mode()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/ash/src/extensions/khr/
H A Dtimeline_semaphore.rs53 ) -> VkResult<()> { in wait_semaphores()
69 ) -> VkResult<()> { in signal_semaphore()
H A Dray_tracing.rs89 ) -> VkResult<()> { in bind_acceleration_structure_memory()
184 ) -> VkResult<()> { in get_ray_tracing_shader_group_handles()
252 ) -> VkResult<()> { in copy_acceleration_structure_to_memory()
266 ) -> VkResult<()> { in copy_memory_to_acceleration_structure()
347 ) -> VkResult<()> { in get_device_acceleration_structure_compatibility()
/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/extensions/nv/
H A Dray_tracing.rs83 ) -> VkResult<()> { in bind_acceleration_structure_memory()
196 ) -> VkResult<()> { in get_ray_tracing_shader_group_handles()
246 pub unsafe fn compile_deferred(&self, pipeline: vk::Pipeline, shader: u32) -> VkResult<()> { in compile_deferred()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/ash/src/extensions/nv/
H A Dray_tracing.rs87 ) -> VkResult<()> { in bind_acceleration_structure_memory()
200 ) -> VkResult<()> { in get_ray_tracing_shader_group_handles()
251 pub unsafe fn compile_deferred(&self, pipeline: vk::Pipeline, shader: u32) -> VkResult<()> { in compile_deferred()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/ash/src/extensions/nv/
H A Dray_tracing.rs87 ) -> VkResult<()> { in bind_acceleration_structure_memory()
200 ) -> VkResult<()> { in get_ray_tracing_shader_group_handles()
251 pub unsafe fn compile_deferred(&self, pipeline: vk::Pipeline, shader: u32) -> VkResult<()> { in compile_deferred()

123456