Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs696 pub texture_block_match: bool, field
3932 if self.texture_block_match { in check_requirements()
3933 if !supported.texture_block_match { in check_requirements()
4565 texture_block_match: false, in empty()
4941 texture_block_match: true, in all()
5408 || (self.texture_block_match && other.texture_block_match) in intersects()
5892 && (self.texture_block_match || !other.texture_block_match) in contains()
6541 texture_block_match: self.texture_block_match || other.texture_block_match, in union()
7201 texture_block_match: self.texture_block_match && other.texture_block_match, in intersection()
7861 texture_block_match: self.texture_block_match && !other.texture_block_match, in difference()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs70617 pub texture_block_match: Bool32, field
70627 texture_block_match: Bool32::default(), in default()
70678 pub fn texture_block_match(mut self, texture_block_match: bool) -> Self { in texture_block_match() method
70679 self.inner.texture_block_match = texture_block_match.into(); in texture_block_match()