/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/ |
D | i64vec4_impl.rs | 5 impl Vec4Swizzles for I64Vec4 { implementation 796 fn xxxx(self) -> I64Vec4 { in xxxx() 802 fn xxxy(self) -> I64Vec4 { in xxxy() 808 fn xxxz(self) -> I64Vec4 { in xxxz() 814 fn xxxw(self) -> I64Vec4 { in xxxw() 820 fn xxyx(self) -> I64Vec4 { in xxyx() 826 fn xxyy(self) -> I64Vec4 { in xxyy() 832 fn xxyz(self) -> I64Vec4 { in xxyz() 838 fn xxyw(self) -> I64Vec4 { in xxyw() 844 fn xxzx(self) -> I64Vec4 { in xxzx() [all …]
|
D | i64vec3_impl.rs | 363 fn xxxx(self) -> I64Vec4 { in xxxx() 369 fn xxxy(self) -> I64Vec4 { in xxxy() 375 fn xxxz(self) -> I64Vec4 { in xxxz() 381 fn xxyx(self) -> I64Vec4 { in xxyx() 387 fn xxyy(self) -> I64Vec4 { in xxyy() 393 fn xxyz(self) -> I64Vec4 { in xxyz() 399 fn xxzx(self) -> I64Vec4 { in xxzx() 405 fn xxzy(self) -> I64Vec4 { in xxzy() 411 fn xxzz(self) -> I64Vec4 { in xxzz() 417 fn xyxx(self) -> I64Vec4 { in xyxx() [all …]
|
D | i64vec2_impl.rs | 128 fn xxxx(self) -> I64Vec4 { in xxxx() 134 fn xxxy(self) -> I64Vec4 { in xxxy() 140 fn xxyx(self) -> I64Vec4 { in xxyx() 146 fn xxyy(self) -> I64Vec4 { in xxyy() 152 fn xyxx(self) -> I64Vec4 { in xyxx() 158 fn xyxy(self) -> I64Vec4 { in xyxy() 164 fn xyyx(self) -> I64Vec4 { in xyyx() 170 fn xyyy(self) -> I64Vec4 { in xyyy() 176 fn yxxx(self) -> I64Vec4 { in yxxx() 182 fn yxxy(self) -> I64Vec4 { in yxxy() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/ |
D | i64vec4.rs | 13 pub const fn i64vec4(x: i64, y: i64, z: i64, w: i64) -> I64Vec4 { in i64vec4() 23 pub struct I64Vec4 { struct 30 impl I64Vec4 { implementation 579 impl Default for I64Vec4 { implementation 586 impl Div<I64Vec4> for I64Vec4 { implementation 599 impl DivAssign<I64Vec4> for I64Vec4 { implementation 609 impl Div<i64> for I64Vec4 { implementation 622 impl DivAssign<i64> for I64Vec4 { implementation 635 fn div(self, rhs: I64Vec4) -> I64Vec4 { in div() 645 impl Mul<I64Vec4> for I64Vec4 { implementation [all …]
|
D | i64vec3.rs | 146 pub fn extend(self, w: i64) -> I64Vec4 { in extend()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/ |
D | impl_bytemuck.rs | 90 unsafe impl Pod for I64Vec4 {} implementation 91 unsafe impl Zeroable for I64Vec4 {} implementation
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuVectorType.hpp | 62 typedef Vector<int64_t, 4> I64Vec4; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/ |
D | vec4.rs | 846 pub fn as_i64vec4(&self) -> crate::I64Vec4 { in as_i64vec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dvec4.rs | 834 pub fn as_i64vec4(&self) -> crate::I64Vec4 { in as_i64vec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/ |
D | vec4.rs | 759 pub fn as_i64vec4(&self) -> crate::I64Vec4 { in as_i64vec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/ |
D | vec4.rs | 782 pub fn as_i64vec4(&self) -> crate::I64Vec4 { in as_i64vec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/ |
D | vec4.rs | 733 pub fn as_i64vec4(&self) -> crate::I64Vec4 { in as_i64vec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/ |
D | u64vec4.rs | 367 pub fn as_i64vec4(&self) -> crate::I64Vec4 { in as_i64vec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/ |
D | u16vec4.rs | 360 pub fn as_i64vec4(&self) -> crate::I64Vec4 { in as_i64vec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/ |
D | uvec4.rs | 360 pub fn as_i64vec4(&self) -> crate::I64Vec4 { in as_i64vec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/ |
D | i16vec4.rs | 455 pub fn as_i64vec4(&self) -> crate::I64Vec4 { in as_i64vec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/ |
D | ivec4.rs | 455 pub fn as_i64vec4(&self) -> crate::I64Vec4 { in as_i64vec4()
|