Home
last modified time | relevance | path

Searched defs:fns (Results 1 – 25 of 93) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Ddynamic_state.rs90 let fns = self.device().fns(); localVariable
190 let fns = self.device().fns(); in set_color_write_enable_unchecked() localVariable
255 let fns = self.device().fns(); in set_cull_mode_unchecked() localVariable
336 let fns = self.device().fns(); in set_depth_bias_unchecked() localVariable
398 let fns = self.device().fns(); in set_depth_bias_enable_unchecked() localVariable
472 let fns = self.device().fns(); in set_depth_bounds_unchecked() localVariable
533 let fns = self.device().fns(); in set_depth_bounds_test_enable_unchecked() localVariable
607 let fns = self.device().fns(); in set_depth_compare_op_unchecked() localVariable
677 let fns = self.device().fns(); in set_depth_test_enable_unchecked() localVariable
747 let fns = self.device().fns(); in set_depth_write_enable_unchecked() localVariable
[all …]
Dbind_push.rs228 let fns = self.device().fns(); in bind_descriptor_sets_unchecked() localVariable
336 let fns = self.device().fns(); in bind_index_buffer_unchecked() localVariable
388 let fns = self.device().fns(); in bind_pipeline_compute_unchecked() localVariable
482 let fns = self.device().fns(); in bind_pipeline_graphics_unchecked() localVariable
597 let fns = self.device().fns(); in bind_vertex_buffers_unchecked() localVariable
696 let fns = self.device().fns(); in push_constants_unchecked() localVariable
901 let fns = self.device().fns(); in push_descriptor_set_unchecked() localVariable
Dquery.rs155 let fns = self.device().fns(); in begin_query_unchecked() localVariable
237 let fns = self.device().fns(); in end_query_unchecked() localVariable
477 let fns = self.device().fns(); in write_timestamp_unchecked() localVariable
636 let fns = self.device().fns(); in copy_query_pool_results_unchecked() localVariable
739 let fns = self.device().fns(); in reset_query_pool_unchecked() localVariable
Drender_pass.rs424 let fns = self.device().fns(); in begin_render_pass_unchecked() localVariable
574 let fns = self.device().fns(); in next_subpass_unchecked() localVariable
725 let fns = self.device().fns(); in end_render_pass_unchecked() localVariable
1444 let fns = self.device().fns(); in begin_rendering_unchecked() localVariable
1605 let fns = self.device().fns(); in end_rendering_unchecked() localVariable
1873 let fns = self.device().fns(); in clear_attachments_unchecked() localVariable
Dclear.rs202 let fns = self.device().fns(); in clear_color_image_unchecked() localVariable
435 let fns = self.device().fns(); in clear_depth_stencil_image_unchecked() localVariable
567 let fns = self.device().fns(); in fill_buffer_unchecked() localVariable
711 let fns = self.device().fns(); in update_buffer_unchecked() localVariable
Dsync.rs1205 let fns = self.device().fns(); in pipeline_barrier_unchecked() localVariable
1329 let fns = self.device().fns(); in pipeline_barrier_unchecked() localVariable
2345 let fns = self.device().fns(); in set_event_unchecked() localVariable
3494 let fns = self.device().fns(); in wait_events_unchecked() localVariable
4049 let fns = self.device().fns(); in reset_event_unchecked() localVariable
Dcopy.rs201 let fns = self.device().fns(); in copy_buffer_unchecked() localVariable
1058 let fns = self.device().fns(); in copy_image_unchecked() localVariable
1702 let fns = self.device().fns(); in copy_buffer_to_image_unchecked() localVariable
2324 let fns = self.device().fns(); in copy_image_to_buffer_unchecked() localVariable
3053 let fns = self.device().fns(); in blit_image_unchecked() localVariable
3550 let fns = self.device().fns(); in resolve_image_unchecked() localVariable
Ddebug.rs84 let fns = self.device().instance().fns(); in begin_debug_utils_label_unchecked() localVariable
142 let fns = self.device().instance().fns(); in end_debug_utils_label_unchecked() localVariable
210 let fns = self.device().instance().fns(); in insert_debug_utils_label_unchecked() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/device/
Dphysical.rs153 let fns = instance.fns(); in get_api_version() localVariable
164 let fns = instance.fns(); in get_extension_properties() localVariable
199 let fns = instance.fns(); in get_features() localVariable
218 let fns = instance.fns(); in get_features2() localVariable
243 let fns = instance.fns(); in get_properties() localVariable
262 let fns = instance.fns(); in get_properties2() localVariable
280 let fns = instance.fns(); in get_memory_properties() localVariable
292 let fns = instance.fns(); in get_memory_properties2() localVariable
308 let fns = instance.fns(); in get_queue_family_properties() localVariable
329 let fns = instance.fns(); in get_queue_family_properties2() localVariable
[all …]
Dmod.rs155 fns: DeviceFunctions, field
402 let fns = DeviceFunctions::load(|name| unsafe { in new() localVariable
430 let fns = device.fns(); in new() localVariable
459 pub fn fns(&self) -> &DeviceFunctions { in fns() method
551 let fns = self.fns(); in memory_fd_properties() localVariable
589 let fns = self.instance().fns(); in set_debug_utils_object_name() localVariable
610 let fns = self.fns(); in wait_idle() localVariable
622 let fns = self.fns(); in drop() localVariable
Dqueue.rs441 let fns = self.queue.device.fns(); localVariable
595 let fns = self.queue.device().fns(); in present_unchecked_locked() localVariable
895 let fns = self.queue.device.fns(); localVariable
1010 let fns = self.queue.device.fns(); localVariable
1156 let fns = self.queue.device.instance().fns(); in begin_debug_utils_label_unchecked() localVariable
1203 let fns = self.queue.device.instance().fns(); in end_debug_utils_label_unchecked() localVariable
1263 let fns = self.queue.device.instance().fns(); in insert_debug_utils_label_unchecked() localVariable
1276 let fns = device.fns(); in wait_idle() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/commands/
Ddynamic_state.rs2471 let fns = self.device.fns(); localVariable
2489 let fns = self.device.fns(); in set_color_write_enable() localVariable
2500 let fns = self.device.fns(); in set_cull_mode() localVariable
2513 let fns = self.device.fns(); in set_depth_bias() localVariable
2520 let fns = self.device.fns(); in set_depth_bias_enable() localVariable
2534 let fns = self.device.fns(); in set_depth_bounds() localVariable
2541 let fns = self.device.fns(); in set_depth_bounds_test_enable() localVariable
2555 let fns = self.device.fns(); in set_depth_compare_op() localVariable
2571 let fns = self.device.fns(); in set_depth_test_enable() localVariable
2587 let fns = self.device.fns(); in set_depth_write_enable() localVariable
[all …]
Dsync.rs255 let fns = self.device.fns(); in pipeline_barrier() localVariable
405 let fns = self.device.fns(); in pipeline_barrier() localVariable
435 let fns = self.device.fns(); in set_event() localVariable
587 let fns = self.device.fns(); in wait_events() localVariable
912 let fns = self.device.fns(); in reset_event() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/swapchain/
Dsurface.rs129 let fns = instance.fns(); in headless_unchecked() localVariable
218 let fns = instance.fns(); in from_display_plane_unchecked() localVariable
289 let fns = instance.fns(); in from_android_unchecked() localVariable
370 let fns = instance.fns(); in from_directfb_unchecked() localVariable
445 let fns = instance.fns(); in from_fuchsia_image_pipe_unchecked() localVariable
521 let fns = instance.fns(); in from_ggp_stream_descriptor_unchecked() localVariable
600 let fns = instance.fns(); in from_ios_unchecked() localVariable
678 let fns = instance.fns(); in from_mac_os_unchecked() localVariable
746 let fns = instance.fns(); in from_metal_unchecked() localVariable
827 let fns = instance.fns(); in from_qnx_screen_unchecked() localVariable
[all …]
Ddisplay.rs60 let fns = physical_device.instance().fns(); in enumerate_raw() localVariable
193 let fns = physical_device.instance().fns(); in enumerate_raw() localVariable
299 let fns = self.physical_device.instance().fns(); in display_modes_raw() localVariable
375 let fns = instance.fns(); localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/sync/
Devent.rs83 let fns = device.fns(); in new() localVariable
116 let fns = device.fns(); in from_pool() localVariable
163 let fns = self.device.fns(); in signaled() localVariable
177 let fns = self.device.fns(); in set_raw() localVariable
201 let fns = self.device.fns(); in reset_raw() localVariable
228 let fns = self.device.fns(); in drop() localVariable
Dfence.rs166 let fns = device.fns(); in new_unchecked() localVariable
206 let fns = device.fns(); in from_pool() localVariable
277 let fns = self.device.fns(); in is_signaled() localVariable
321 let fns = self.device.fns(); in wait() localVariable
419 let fns = device.fns(); in multi_wait_unchecked() localVariable
478 let fns = self.device.fns(); in reset_unchecked_locked() localVariable
557 let fns = device.fns(); in multi_reset_unchecked_locked() localVariable
677 let fns = self.device.fns(); in export_fd_unchecked_locked() localVariable
807 let fns = self.device.fns(); in export_win32_handle_unchecked_locked() localVariable
930 let fns = self.device.fns(); in import_fd_unchecked_locked() localVariable
[all …]
Dsemaphore.rs140 let fns = device.fns(); in new_unchecked() localVariable
333 let fns = self.device.fns(); in export_fd_unchecked_locked() localVariable
476 let fns = self.device.fns(); in export_win32_handle_unchecked_locked() localVariable
597 let fns = self.device.fns(); in export_zircon_handle_unchecked_locked() localVariable
722 let fns = self.device.fns(); in import_fd_unchecked_locked() localVariable
851 let fns = self.device.fns(); in import_win32_handle_unchecked_locked() localVariable
972 let fns = self.device.fns(); in import_zircon_handle_unchecked_locked() localVariable
999 let fns = self.device.fns(); in drop() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Ddevice_memory.rs543 let fns = device.fns(); in allocate_unchecked() localVariable
655 let fns = self.device.fns(); in commitment_unchecked() localVariable
699 let fns = self.device.fns(); in export_fd() localVariable
728 let fns = self.device.fns(); in drop() localVariable
1259 let fns = device.fns(); in new() localVariable
1288 let fns = device.fns(); in unmap() localVariable
1333 let fns = self.memory.device().fns(); in invalidate_range() localVariable
1379 let fns = self.device().fns(); in flush_range() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/instance/
Dmod.rs262 fns: InstanceFunctions, field
517 let fns = library.fns(); in with_debug_utils_messengers() localVariable
525 let fns = { in with_debug_utils_messengers() localVariable
570 pub fn fns(&self) -> &InstanceFunctions { in fns() method
605 let fns = self.fns(); in enumerate_physical_devices() localVariable
644 let fns = self.fns(); in drop() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/
Dpool.rs163 let fns = device.fns(); in create() localVariable
195 let fns = self.device.fns(); in reset() localVariable
227 let fns = self.device.fns(); in allocate_command_buffers() localVariable
263 let fns = self.device.fns(); in free_command_buffers() localVariable
298 let fns = self.device.fns(); in trim() localVariable
329 let fns = self.device.fns(); in drop() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/
Dpool.rs103 let fns = device.fns(); in new() localVariable
242 let fns = self.device.fns(); in allocate_descriptor_sets() localVariable
292 let fns = self.device.fns(); in free_descriptor_sets() localVariable
311 let fns = self.device.fns(); in reset() localVariable
328 let fns = self.device.fns(); in drop() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/
Dcache.rs108 let fns = device.fns(); in new_impl() localVariable
153 let fns = self.device.fns(); in merge() localVariable
206 let fns = self.device.fns(); in get_data() localVariable
256 let fns = self.device.fns(); in drop() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dsys.rs246 let fns = device.fns(); in new_unchecked() localVariable
350 let fns = device.fns(); in get_memory_requirements() localVariable
528 let fns = self.device.fns(); in bind_memory_unchecked() localVariable
610 let fns = self.device.fns(); in drop() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/
Dlibrary.rs42 fns: EntryFunctions, field
89 let fns = EntryFunctions::load(|name| unsafe { in with_loader() localVariable
176 pub fn fns(&self) -> &EntryFunctions { in fns() method
224 let fns = self.fns(); in layer_properties() localVariable

1234