Home
last modified time | relevance | path

Searched defs:AllocationCallbacks (Results 1 – 25 of 32) sorted by relevance

12

/external/rust/crates/ash/src/
Ddevice.rs94 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_render_pass2()
343 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_sampler_ycbcr_conversion()
360 allocation_callbacks: Option<&vk::AllocationCallbacks>, in destroy_sampler_ycbcr_conversion()
373 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_descriptor_update_template()
390 allocation_callbacks: Option<&vk::AllocationCallbacks>, in destroy_descriptor_update_template()
433 pub unsafe fn destroy_device(&self, allocation_callbacks: Option<&vk::AllocationCallbacks>) { in destroy_device()
442 allocation_callbacks: Option<&vk::AllocationCallbacks>, in destroy_sampler()
455 allocation_callbacks: Option<&vk::AllocationCallbacks>, in free_memory()
479 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_event()
564 allocation_callbacks: Option<&vk::AllocationCallbacks>, in destroy_fence()
[all …]
Dinstance.rs256 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_device()
280 pub unsafe fn destroy_instance(&self, allocation_callbacks: Option<&vk::AllocationCallbacks>) { in destroy_instance()
/external/rust/crates/ash/src/vk/
Dfeatures.rs53 p_allocator: *const AllocationCallbacks, constant
84 _p_allocator: *const AllocationCallbacks, in load()
144 p_allocator: *const AllocationCallbacks, in create_instance()
169 unsafe extern "system" fn(instance: Instance, p_allocator: *const AllocationCallbacks); constant
220 p_allocator: *const AllocationCallbacks, constant
275 _p_allocator: *const AllocationCallbacks, in load()
455 _p_allocator: *const AllocationCallbacks, in load()
543 p_allocator: *const AllocationCallbacks, in destroy_instance()
636 p_allocator: *const AllocationCallbacks, in create_device()
691 unsafe extern "system" fn(device: Device, p_allocator: *const AllocationCallbacks); constant
[all …]
Dextensions.rs17 p_allocator: *const AllocationCallbacks, constant
67 _p_allocator: *const AllocationCallbacks, in load()
174 p_allocator: *const AllocationCallbacks, in destroy_surface_khr()
260 p_allocator: *const AllocationCallbacks, constant
267 p_allocator: *const AllocationCallbacks, constant
336 _p_allocator: *const AllocationCallbacks, in load()
354 _p_allocator: *const AllocationCallbacks, in load()
519 p_allocator: *const AllocationCallbacks, in create_swapchain_khr()
529 p_allocator: *const AllocationCallbacks, in destroy_swapchain_khr()
706 p_allocator: *const AllocationCallbacks, constant
[all …]
/external/rust/crates/ash/src/extensions/ext/
Ddebug_report.rs33 allocation_callbacks: Option<&vk::AllocationCallbacks>, in destroy_debug_report_callback()
46 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_debug_report_callback()
Ddebug_utils.rs105 allocator: Option<&vk::AllocationCallbacks>, in create_debug_utils_messenger()
122 allocator: Option<&vk::AllocationCallbacks>, in destroy_debug_utils_messenger()
Dmetal_surface.rs33 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_metal_surface()
/external/rust/crates/ash/src/extensions/khr/
Ddeferred_host_operations.rs28 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_deferred_operation()
54 allocation_callbacks: Option<&vk::AllocationCallbacks>, in destroy_deferred_operation()
Dswapchain.rs33 allocation_callbacks: Option<&vk::AllocationCallbacks>, in destroy_swapchain()
71 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_swapchain()
Ddisplay.rs85 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_display_mode()
121 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_display_plane_surface()
Dandroid_surface.rs33 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_android_surface()
Ddisplay_swapchain.rs33 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_shared_swapchains()
Dwin32_surface.rs33 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_win32_surface()
Dwayland_surface.rs33 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_wayland_surface()
Dxlib_surface.rs33 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_xlib_surface()
Dxcb_surface.rs33 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_xcb_surface()
Dcreate_render_pass2.rs33 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_render_pass2()
Dacceleration_structure.rs41 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_acceleration_structure()
58 allocation_callbacks: Option<&vk::AllocationCallbacks>, in destroy_acceleration_structure()
Dsurface.rs100 allocation_callbacks: Option<&vk::AllocationCallbacks>, in destroy_surface()
Dray_tracing_pipeline.rs67 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_ray_tracing_pipelines()
/external/rust/crates/ash/src/extensions/nv/
Dray_tracing.rs41 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_acceleration_structure()
58 allocation_callbacks: Option<&vk::AllocationCallbacks>, in destroy_acceleration_structure()
177 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_ray_tracing_pipelines()
/external/rust/crates/ash/src/extensions/nn/
Dvi_surface.rs33 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_vi_surface()
/external/rust/crates/ash/src/extensions/mvk/
Dios_surface.rs33 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_ios_surface()
Dmacos_surface.rs33 allocation_callbacks: Option<&vk::AllocationCallbacks>, in create_mac_os_surface()
/external/rust/crates/ash/src/extensions/experimental/
Damd.rs295 p_allocator: *const AllocationCallbacks, constant
303 p_allocator: *const AllocationCallbacks, constant
398 _p_allocator: *const AllocationCallbacks, in load()
419 _p_allocator: *const AllocationCallbacks, in load()
618 allocator: *const AllocationCallbacks, in create_gpa_session()
627 allocator: *const AllocationCallbacks, in destroy_gpa_session()

12