Home
last modified time | relevance | path

Searched defs:I64Vec2 (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec2.rs13 pub const fn i64vec2(x: i64, y: i64) -> I64Vec2 { in i64vec2()
23 pub struct I64Vec2 { struct
28 impl I64Vec2 { impl
516 impl Default for I64Vec2 { implementation
523 impl Div<I64Vec2> for I64Vec2 { implementation
534 impl DivAssign<I64Vec2> for I64Vec2 { implementation
542 impl Div<i64> for I64Vec2 { implementation
553 impl DivAssign<i64> for I64Vec2 { implementation
564 fn div(self, rhs: I64Vec2) -> I64Vec2 { in div()
572 impl Mul<I64Vec2> for I64Vec2 { implementation
[all …]
Di64vec3.rs155 pub fn truncate(self) -> I64Vec2 { in truncate()
1295 fn from((v, z): (I64Vec2, i64)) -> Self { in from()
Di64vec4.rs1391 fn from((v, z, w): (I64Vec2, i64, i64)) -> Self { in from()
1398 fn from((v, u): (I64Vec2, I64Vec2)) -> Self { in from()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/
Di64vec3_impl.rs12 fn xx(self) -> I64Vec2 { in xx()
21 fn xy(self) -> I64Vec2 { in xy()
30 fn xz(self) -> I64Vec2 { in xz()
39 fn yx(self) -> I64Vec2 { in yx()
48 fn yy(self) -> I64Vec2 { in yy()
57 fn yz(self) -> I64Vec2 { in yz()
66 fn zx(self) -> I64Vec2 { in zx()
75 fn zy(self) -> I64Vec2 { in zy()
84 fn zz(self) -> I64Vec2 { in zz()
Di64vec2_impl.rs5 impl Vec2Swizzles for I64Vec2 { implementation
12 fn xx(self) -> I64Vec2 { in xx()
21 fn xy(self) -> I64Vec2 { in xy()
30 fn yx(self) -> I64Vec2 { in yx()
39 fn yy(self) -> I64Vec2 { in yy()
Di64vec4_impl.rs12 fn xx(self) -> I64Vec2 { in xx()
21 fn xy(self) -> I64Vec2 { in xy()
30 fn xz(self) -> I64Vec2 { in xz()
39 fn xw(self) -> I64Vec2 { in xw()
48 fn yx(self) -> I64Vec2 { in yx()
57 fn yy(self) -> I64Vec2 { in yy()
66 fn yz(self) -> I64Vec2 { in yz()
75 fn yw(self) -> I64Vec2 { in yw()
84 fn zx(self) -> I64Vec2 { in zx()
93 fn zy(self) -> I64Vec2 { in zy()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/
Dimpl_bytemuck.rs86 unsafe impl Pod for I64Vec2 {} implementation
87 unsafe impl Zeroable for I64Vec2 {} implementation
/aosp_15_r20/external/deqp/framework/common/
H A DtcuVectorType.hpp60 typedef Vector<int64_t, 2> I64Vec2; typedef
H A DtcuRasterizationVerifier.cpp50 typedef tcu::Vector<int64_t, 2> I64Vec2; in lineLineIntersect() typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dvec2.rs797 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec2.rs797 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec2.rs408 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec2.rs310 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec2.rs303 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/
Divec2.rs408 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/
Duvec2.rs303 pub fn as_i64vec2(&self) -> crate::I64Vec2 { in as_i64vec2()