Searched defs:BVec4 (Results 1 – 6 of 6) sorted by relevance
| /external/rust/crates/glam/src/bool/ |
| D | bvec4.rs | 10 pub struct BVec4 { struct 19 impl BVec4 { impl 75 impl Default for BVec4 { implementation 82 impl BitAnd for BVec4 { implementation 95 impl BitAndAssign for BVec4 { implementation 102 impl BitOr for BVec4 { implementation 115 impl BitOrAssign for BVec4 { implementation 122 impl BitXor for BVec4 { implementation 135 impl BitXorAssign for BVec4 { implementation 142 impl Not for BVec4 { implementation [all …]
|
| /external/rust/crates/glam/src/f64/ |
| D | dvec4.rs | 98 pub fn select(mask: BVec4, if_true: Self, if_false: Self) -> Self { in select() 224 pub fn cmpeq(self, rhs: Self) -> BVec4 { in cmpeq() 239 pub fn cmpne(self, rhs: Self) -> BVec4 { in cmpne() 254 pub fn cmpge(self, rhs: Self) -> BVec4 { in cmpge() 269 pub fn cmpgt(self, rhs: Self) -> BVec4 { in cmpgt() 284 pub fn cmple(self, rhs: Self) -> BVec4 { in cmple() 299 pub fn cmplt(self, rhs: Self) -> BVec4 { in cmplt() 374 pub fn is_nan_mask(self) -> BVec4 { in is_nan_mask()
|
| /external/rust/crates/glam/src/f32/scalar/ |
| D | vec4.rs | 104 pub fn select(mask: BVec4, if_true: Self, if_false: Self) -> Self { in select() 232 pub fn cmpeq(self, rhs: Self) -> BVec4 { in cmpeq() 247 pub fn cmpne(self, rhs: Self) -> BVec4 { in cmpne() 262 pub fn cmpge(self, rhs: Self) -> BVec4 { in cmpge() 277 pub fn cmpgt(self, rhs: Self) -> BVec4 { in cmpgt() 292 pub fn cmple(self, rhs: Self) -> BVec4 { in cmple() 307 pub fn cmplt(self, rhs: Self) -> BVec4 { in cmplt() 382 pub fn is_nan_mask(self) -> BVec4 { in is_nan_mask()
|
| /external/deqp/framework/common/ |
| D | tcuVectorType.hpp | 66 typedef Vector<bool, 4> BVec4; typedef
|
| /external/rust/crates/glam/src/i32/ |
| D | ivec4.rs | 92 pub fn select(mask: BVec4, if_true: Self, if_false: Self) -> Self { in select() 218 pub fn cmpeq(self, rhs: Self) -> BVec4 { in cmpeq() 233 pub fn cmpne(self, rhs: Self) -> BVec4 { in cmpne() 248 pub fn cmpge(self, rhs: Self) -> BVec4 { in cmpge() 263 pub fn cmpgt(self, rhs: Self) -> BVec4 { in cmpgt() 278 pub fn cmple(self, rhs: Self) -> BVec4 { in cmple() 293 pub fn cmplt(self, rhs: Self) -> BVec4 { in cmplt()
|
| /external/rust/crates/glam/src/u32/ |
| D | uvec4.rs | 77 pub fn select(mask: BVec4, if_true: Self, if_false: Self) -> Self { in select() 203 pub fn cmpeq(self, rhs: Self) -> BVec4 { in cmpeq() 218 pub fn cmpne(self, rhs: Self) -> BVec4 { in cmpne() 233 pub fn cmpge(self, rhs: Self) -> BVec4 { in cmpge() 248 pub fn cmpgt(self, rhs: Self) -> BVec4 { in cmpgt() 263 pub fn cmple(self, rhs: Self) -> BVec4 { in cmple() 278 pub fn cmplt(self, rhs: Self) -> BVec4 { in cmplt()
|