Home
last modified time | relevance | path

Searched defs:BVec2 (Results 1 – 12 of 12) sorted by relevance

/external/rust/android-crates-io/crates/glam/src/bool/
Dbvec2.rs9 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/
DtcuVectorType.hpp70 typedef Vector<bool, 2> BVec2; typedef
/external/rust/android-crates-io/crates/glam/src/f32/
Dvec2.rs97 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/
Ddvec2.rs97 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/
Du16vec2.rs80 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/
Du8vec2.rs80 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/
Du64vec2.rs80 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/
Duvec2.rs80 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/
Divec2.rs89 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/
Di8vec2.rs89 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/
Di16vec2.rs89 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/
Di64vec2.rs89 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()