Home
last modified time | relevance | path

Searched defs:device_coherent_memory (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs140 pub device_coherent_memory: bool, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs47590 pub device_coherent_memory: Bool32, field
47636 pub fn device_coherent_memory(mut self, device_coherent_memory: bool) -> Self { in device_coherent_memory() method