Home
last modified time | relevance | path

Searched defs:U64Vec4 (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/
Du64vec4_impl.rs5 impl Vec4Swizzles for U64Vec4 { implementation
796 fn xxxx(self) -> U64Vec4 { in xxxx()
802 fn xxxy(self) -> U64Vec4 { in xxxy()
808 fn xxxz(self) -> U64Vec4 { in xxxz()
814 fn xxxw(self) -> U64Vec4 { in xxxw()
820 fn xxyx(self) -> U64Vec4 { in xxyx()
826 fn xxyy(self) -> U64Vec4 { in xxyy()
832 fn xxyz(self) -> U64Vec4 { in xxyz()
838 fn xxyw(self) -> U64Vec4 { in xxyw()
844 fn xxzx(self) -> U64Vec4 { in xxzx()
[all …]
Du64vec3_impl.rs363 fn xxxx(self) -> U64Vec4 { in xxxx()
369 fn xxxy(self) -> U64Vec4 { in xxxy()
375 fn xxxz(self) -> U64Vec4 { in xxxz()
381 fn xxyx(self) -> U64Vec4 { in xxyx()
387 fn xxyy(self) -> U64Vec4 { in xxyy()
393 fn xxyz(self) -> U64Vec4 { in xxyz()
399 fn xxzx(self) -> U64Vec4 { in xxzx()
405 fn xxzy(self) -> U64Vec4 { in xxzy()
411 fn xxzz(self) -> U64Vec4 { in xxzz()
417 fn xyxx(self) -> U64Vec4 { in xyxx()
[all …]
Du64vec2_impl.rs128 fn xxxx(self) -> U64Vec4 { in xxxx()
134 fn xxxy(self) -> U64Vec4 { in xxxy()
140 fn xxyx(self) -> U64Vec4 { in xxyx()
146 fn xxyy(self) -> U64Vec4 { in xxyy()
152 fn xyxx(self) -> U64Vec4 { in xyxx()
158 fn xyxy(self) -> U64Vec4 { in xyxy()
164 fn xyyx(self) -> U64Vec4 { in xyyx()
170 fn xyyy(self) -> U64Vec4 { in xyyy()
176 fn yxxx(self) -> U64Vec4 { in yxxx()
182 fn yxxy(self) -> U64Vec4 { in yxxy()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec4.rs13 pub const fn u64vec4(x: u64, y: u64, z: u64, w: u64) -> U64Vec4 { in u64vec4()
23 pub struct U64Vec4 { struct
30 impl U64Vec4 { implementation
484 impl Default for U64Vec4 { implementation
491 impl Div<U64Vec4> for U64Vec4 { implementation
504 impl DivAssign<U64Vec4> for U64Vec4 { implementation
514 impl Div<u64> for U64Vec4 { implementation
527 impl DivAssign<u64> for U64Vec4 { implementation
540 fn div(self, rhs: U64Vec4) -> U64Vec4 { in div()
550 impl Mul<U64Vec4> for U64Vec4 { implementation
[all …]
Du64vec3.rs134 pub fn extend(self, w: u64) -> U64Vec4 { in extend()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/
Dimpl_bytemuck.rs97 unsafe impl Pod for U64Vec4 {} implementation
98 unsafe impl Zeroable for U64Vec4 {} implementation
/aosp_15_r20/external/deqp/framework/common/
H A DtcuVectorType.hpp67 typedef Vector<uint64_t, 4> U64Vec4; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec4.rs853 pub fn as_u64vec4(&self) -> crate::U64Vec4 { in as_u64vec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec4.rs841 pub fn as_u64vec4(&self) -> crate::U64Vec4 { in as_u64vec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec4.rs766 pub fn as_u64vec4(&self) -> crate::U64Vec4 { in as_u64vec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec4.rs789 pub fn as_u64vec4(&self) -> crate::U64Vec4 { in as_u64vec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec4.rs740 pub fn as_u64vec4(&self) -> crate::U64Vec4 { in as_u64vec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec4.rs367 pub fn as_u64vec4(&self) -> crate::U64Vec4 { in as_u64vec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/
Duvec4.rs367 pub fn as_u64vec4(&self) -> crate::U64Vec4 { in as_u64vec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec4.rs462 pub fn as_u64vec4(&self) -> crate::U64Vec4 { in as_u64vec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/
Divec4.rs462 pub fn as_u64vec4(&self) -> crate::U64Vec4 { in as_u64vec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec4.rs462 pub fn as_u64vec4(&self) -> crate::U64Vec4 { in as_u64vec4()