Home
last modified time | relevance | path

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

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