Home
last modified time | relevance | path

Searched refs:nv_dedicated_allocation_image_aliasing (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs470 pub nv_dedicated_allocation_image_aliasing: bool, field
801 nv_dedicated_allocation_image_aliasing: false, in empty()
1102 || (self.nv_dedicated_allocation_image_aliasing in intersects()
1103 && other.nv_dedicated_allocation_image_aliasing) in intersects()
1401 && (self.nv_dedicated_allocation_image_aliasing in contains()
1402 || !other.nv_dedicated_allocation_image_aliasing) in contains()
1806 nv_dedicated_allocation_image_aliasing: self.nv_dedicated_allocation_image_aliasing in union()
1807 || other.nv_dedicated_allocation_image_aliasing, in union()
2232 nv_dedicated_allocation_image_aliasing: self.nv_dedicated_allocation_image_aliasing in intersection()
2233 && other.nv_dedicated_allocation_image_aliasing, in intersection()
[all …]
Dfeatures.rs20841 if [device_extensions.nv_dedicated_allocation_image_aliasing] in make_chain()