Home
last modified time | relevance | path

Searched refs:khr_acceleration_structure (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs12 pub khr_acceleration_structure: bool, field
572 khr_acceleration_structure: false, in empty()
859 || (self.khr_acceleration_structure && other.khr_acceleration_structure) in intersects()
1153 && (self.khr_acceleration_structure || !other.khr_acceleration_structure) in contains()
1459 khr_acceleration_structure: self.khr_acceleration_structure in union()
1460 || other.khr_acceleration_structure, in union()
1885 khr_acceleration_structure: self.khr_acceleration_structure in intersection()
1886 && other.khr_acceleration_structure, in intersection()
2311 khr_acceleration_structure: self.khr_acceleration_structure in difference()
2312 && !other.khr_acceleration_structure, in difference()
[all …]
Dfns.rs167 pub khr_acceleration_structure: ash::vk::KhrAccelerationStructureFn, field
281 khr_acceleration_structure: ash::vk::KhrAccelerationStructureFn::load(&mut load_fn), in load()
Dproperties.rs1295 if [device_extensions.khr_acceleration_structure] in make_chain()
Dfeatures.rs19992 if [device_extensions.khr_acceleration_structure] in make_chain()
/external/rust/android-crates-io/crates/vulkano/src/sync/
Dpipeline.rs304 device_extensions: [khr_acceleration_structure, nv_ray_tracing],
788 device_extensions: [khr_acceleration_structure, nv_ray_tracing],
794 device_extensions: [khr_acceleration_structure, nv_ray_tracing],
/external/rust/android-crates-io/crates/vulkano/src/
Dformat.rs972 device_extensions: [khr_acceleration_structure],
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp5020 …const bool khr_acceleration_structure = checkExtension(properties, "VK_KHR_acceleration_structure"… in deviceProperties2() local
5170 if (khr_acceleration_structure) in deviceProperties2()
5242 if (khr_acceleration_structure) in deviceProperties2()
5555 if (khr_acceleration_structure) in deviceProperties2()