Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vulkano/src/memory/
Dmod.rs259 device_extensions: [amd_device_coherent_memory],
268 device_extensions: [amd_device_coherent_memory],
/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs374 pub amd_device_coherent_memory: bool, field
753 amd_device_coherent_memory: false, in empty()
1050 || (self.amd_device_coherent_memory && other.amd_device_coherent_memory) in intersects()
1348 && (self.amd_device_coherent_memory || !other.amd_device_coherent_memory) in contains()
1732 amd_device_coherent_memory: self.amd_device_coherent_memory in union()
1733 || other.amd_device_coherent_memory, in union()
2158 amd_device_coherent_memory: self.amd_device_coherent_memory in intersection()
2159 && other.amd_device_coherent_memory, in intersection()
2584 amd_device_coherent_memory: self.amd_device_coherent_memory in difference()
2585 && !other.amd_device_coherent_memory, in difference()
[all …]
Dfeatures.rs20778 if [device_extensions.amd_device_coherent_memory] in make_chain()