Home
last modified time | relevance | path

Searched defs:BVec4 (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/glam/src/bool/
Dbvec4.rs10 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/
Ddvec4.rs98 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/
Dvec4.rs104 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/
DtcuVectorType.hpp66 typedef Vector<bool, 4> BVec4; typedef
/external/rust/crates/glam/src/i32/
Divec4.rs92 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/
Duvec4.rs77 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()