/external/rust/android-crates-io/crates/glam/src/bool/ |
D | bvec2.rs | 9 pub const fn bvec2(x: bool, y: bool) -> BVec2 { in bvec2() 16 pub struct BVec2 { struct 23 impl BVec2 { argument 113 impl Default for BVec2 { implementation 120 impl BitAnd for BVec2 { implementation 131 impl BitAndAssign for BVec2 { implementation 138 impl BitOr for BVec2 { implementation 149 impl BitOrAssign for BVec2 { implementation 156 impl BitXor for BVec2 { implementation 167 impl BitXorAssign for BVec2 { implementation [all …]
|
/external/deqp/framework/common/ |
D | tcuVectorType.hpp | 70 typedef Vector<bool, 2> BVec2; typedef
|
/external/rust/android-crates-io/crates/glam/src/f32/ |
D | vec2.rs | 97 pub fn select(mask: BVec2, if_true: Self, if_false: Self) -> Self { in select() 258 pub fn cmpeq(self, rhs: Self) -> BVec2 { in cmpeq() 269 pub fn cmpne(self, rhs: Self) -> BVec2 { in cmpne() 280 pub fn cmpge(self, rhs: Self) -> BVec2 { in cmpge() 291 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() 302 pub fn cmple(self, rhs: Self) -> BVec2 { in cmple() 313 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt() 372 pub fn is_finite_mask(self) -> BVec2 { in is_finite_mask() 388 pub fn is_nan_mask(self) -> BVec2 { in is_nan_mask()
|
/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dvec2.rs | 97 pub fn select(mask: BVec2, if_true: Self, if_false: Self) -> Self { in select() 258 pub fn cmpeq(self, rhs: Self) -> BVec2 { in cmpeq() 269 pub fn cmpne(self, rhs: Self) -> BVec2 { in cmpne() 280 pub fn cmpge(self, rhs: Self) -> BVec2 { in cmpge() 291 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() 302 pub fn cmple(self, rhs: Self) -> BVec2 { in cmple() 313 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt() 372 pub fn is_finite_mask(self) -> BVec2 { in is_finite_mask() 388 pub fn is_nan_mask(self) -> BVec2 { in is_nan_mask()
|
/external/rust/android-crates-io/crates/glam/src/u16/ |
D | u16vec2.rs | 80 pub fn select(mask: BVec2, if_true: Self, if_false: Self) -> Self { in select() 241 pub fn cmpeq(self, rhs: Self) -> BVec2 { in cmpeq() 252 pub fn cmpne(self, rhs: Self) -> BVec2 { in cmpne() 263 pub fn cmpge(self, rhs: Self) -> BVec2 { in cmpge() 274 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() 285 pub fn cmple(self, rhs: Self) -> BVec2 { in cmple() 296 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt()
|
/external/rust/android-crates-io/crates/glam/src/u8/ |
D | u8vec2.rs | 80 pub fn select(mask: BVec2, if_true: Self, if_false: Self) -> Self { in select() 241 pub fn cmpeq(self, rhs: Self) -> BVec2 { in cmpeq() 252 pub fn cmpne(self, rhs: Self) -> BVec2 { in cmpne() 263 pub fn cmpge(self, rhs: Self) -> BVec2 { in cmpge() 274 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() 285 pub fn cmple(self, rhs: Self) -> BVec2 { in cmple() 296 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt()
|
/external/rust/android-crates-io/crates/glam/src/u64/ |
D | u64vec2.rs | 80 pub fn select(mask: BVec2, if_true: Self, if_false: Self) -> Self { in select() 241 pub fn cmpeq(self, rhs: Self) -> BVec2 { in cmpeq() 252 pub fn cmpne(self, rhs: Self) -> BVec2 { in cmpne() 263 pub fn cmpge(self, rhs: Self) -> BVec2 { in cmpge() 274 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() 285 pub fn cmple(self, rhs: Self) -> BVec2 { in cmple() 296 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt()
|
/external/rust/android-crates-io/crates/glam/src/u32/ |
D | uvec2.rs | 80 pub fn select(mask: BVec2, if_true: Self, if_false: Self) -> Self { in select() 241 pub fn cmpeq(self, rhs: Self) -> BVec2 { in cmpeq() 252 pub fn cmpne(self, rhs: Self) -> BVec2 { in cmpne() 263 pub fn cmpge(self, rhs: Self) -> BVec2 { in cmpge() 274 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() 285 pub fn cmple(self, rhs: Self) -> BVec2 { in cmple() 296 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt()
|
/external/rust/android-crates-io/crates/glam/src/i32/ |
D | ivec2.rs | 89 pub fn select(mask: BVec2, if_true: Self, if_false: Self) -> Self { in select() 250 pub fn cmpeq(self, rhs: Self) -> BVec2 { in cmpeq() 261 pub fn cmpne(self, rhs: Self) -> BVec2 { in cmpne() 272 pub fn cmpge(self, rhs: Self) -> BVec2 { in cmpge() 283 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() 294 pub fn cmple(self, rhs: Self) -> BVec2 { in cmple() 305 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt()
|
/external/rust/android-crates-io/crates/glam/src/i8/ |
D | i8vec2.rs | 89 pub fn select(mask: BVec2, if_true: Self, if_false: Self) -> Self { in select() 250 pub fn cmpeq(self, rhs: Self) -> BVec2 { in cmpeq() 261 pub fn cmpne(self, rhs: Self) -> BVec2 { in cmpne() 272 pub fn cmpge(self, rhs: Self) -> BVec2 { in cmpge() 283 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() 294 pub fn cmple(self, rhs: Self) -> BVec2 { in cmple() 305 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt()
|
/external/rust/android-crates-io/crates/glam/src/i16/ |
D | i16vec2.rs | 89 pub fn select(mask: BVec2, if_true: Self, if_false: Self) -> Self { in select() 250 pub fn cmpeq(self, rhs: Self) -> BVec2 { in cmpeq() 261 pub fn cmpne(self, rhs: Self) -> BVec2 { in cmpne() 272 pub fn cmpge(self, rhs: Self) -> BVec2 { in cmpge() 283 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() 294 pub fn cmple(self, rhs: Self) -> BVec2 { in cmple() 305 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt()
|
/external/rust/android-crates-io/crates/glam/src/i64/ |
D | i64vec2.rs | 89 pub fn select(mask: BVec2, if_true: Self, if_false: Self) -> Self { in select() 250 pub fn cmpeq(self, rhs: Self) -> BVec2 { in cmpeq() 261 pub fn cmpne(self, rhs: Self) -> BVec2 { in cmpne() 272 pub fn cmpge(self, rhs: Self) -> BVec2 { in cmpge() 283 pub fn cmpgt(self, rhs: Self) -> BVec2 { in cmpgt() 294 pub fn cmple(self, rhs: Self) -> BVec2 { in cmple() 305 pub fn cmplt(self, rhs: Self) -> BVec2 { in cmplt()
|