Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs284 pub ext_pageable_device_local_memory: bool, field
708 ext_pageable_device_local_memory: false, in empty()
1001 || (self.ext_pageable_device_local_memory && other.ext_pageable_device_local_memory) in intersects()
1299 && (self.ext_pageable_device_local_memory || !other.ext_pageable_device_local_memory) in contains()
1660 ext_pageable_device_local_memory: self.ext_pageable_device_local_memory in union()
1661 || other.ext_pageable_device_local_memory, in union()
2086 ext_pageable_device_local_memory: self.ext_pageable_device_local_memory in intersection()
2087 && other.ext_pageable_device_local_memory, in intersection()
2512 ext_pageable_device_local_memory: self.ext_pageable_device_local_memory in difference()
2513 && !other.ext_pageable_device_local_memory, in difference()
[all …]
Dfns.rs226 pub ext_pageable_device_local_memory: ash::vk::ExtPageableDeviceLocalMemoryFn, field
346 ext_pageable_device_local_memory: ash::vk::ExtPageableDeviceLocalMemoryFn::load( in load()
Dfeatures.rs20528 if [device_extensions.ext_pageable_device_local_memory] in make_chain()