Home
last modified time | relevance | path

Searched refs:copy_acceleration_structure_to_memory_khr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/extensions/khr/
Dacceleration_structure.rs173 (self.fp.copy_acceleration_structure_to_memory_khr)(self.handle, deferred_operation, info) in copy_acceleration_structure_to_memory()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dextensions.rs8916 pub copy_acceleration_structure_to_memory_khr: PFN_vkCopyAccelerationStructureToMemoryKHR, field
9074 copy_acceleration_structure_to_memory_khr: unsafe { in load()
9075 unsafe extern "system" fn copy_acceleration_structure_to_memory_khr( in load() function
9082 stringify!(copy_acceleration_structure_to_memory_khr) in load()
9090 copy_acceleration_structure_to_memory_khr in load()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c4463 …opy_acceleration_structure_to_memory_khr *copy = &cmd->u.copy_acceleration_structure_to_memory_khr; in handle_copy_acceleration_structure_to_memory()