/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/ |
D | uvec3.rs | 13 pub const fn uvec3(x: u32, y: u32, z: u32) -> UVec3 { in uvec3() 22 pub struct UVec3 { struct 28 impl UVec3 { argument 466 impl Default for UVec3 { implementation 473 impl Div<UVec3> for UVec3 { implementation 485 impl DivAssign<UVec3> for UVec3 { implementation 494 impl Div<u32> for UVec3 { implementation 506 impl DivAssign<u32> for UVec3 { implementation 518 fn div(self, rhs: UVec3) -> UVec3 { in div() 527 impl Mul<UVec3> for UVec3 { implementation [all …]
|
D | uvec4.rs | 139 pub fn truncate(self) -> UVec3 { in truncate() 1269 fn from((v, w): (UVec3, u32)) -> Self { in from()
|
D | uvec2.rs | 117 pub const fn extend(self, z: u32) -> UVec3 { in extend()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/ |
D | uvec4_impl.rs | 156 fn xxx(self) -> UVec3 { in xxx() 166 fn xxy(self) -> UVec3 { in xxy() 176 fn xxz(self) -> UVec3 { in xxz() 186 fn xxw(self) -> UVec3 { in xxw() 196 fn xyx(self) -> UVec3 { in xyx() 206 fn xyy(self) -> UVec3 { in xyy() 216 fn xyz(self) -> UVec3 { in xyz() 226 fn xyw(self) -> UVec3 { in xyw() 236 fn xzx(self) -> UVec3 { in xzx() 246 fn xzy(self) -> UVec3 { in xzy() [all …]
|
D | uvec3_impl.rs | 5 impl Vec3Swizzles for UVec3 { implementation 93 fn xxx(self) -> UVec3 { in xxx() 103 fn xxy(self) -> UVec3 { in xxy() 113 fn xxz(self) -> UVec3 { in xxz() 123 fn xyx(self) -> UVec3 { in xyx() 133 fn xyy(self) -> UVec3 { in xyy() 143 fn xyz(self) -> UVec3 { in xyz() 153 fn xzx(self) -> UVec3 { in xzx() 163 fn xzy(self) -> UVec3 { in xzy() 173 fn xzz(self) -> UVec3 { in xzz() [all …]
|
D | uvec2_impl.rs | 48 fn xxx(self) -> UVec3 { in xxx() 58 fn xxy(self) -> UVec3 { in xxy() 68 fn xyx(self) -> UVec3 { in xyx() 78 fn xyy(self) -> UVec3 { in xyy() 88 fn yxx(self) -> UVec3 { in yxx() 98 fn yxy(self) -> UVec3 { in yxy() 108 fn yyx(self) -> UVec3 { in yyx() 118 fn yyy(self) -> UVec3 { in yyy()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/ |
D | impl_bytemuck.rs | 81 unsafe impl Pod for UVec3 {} implementation 82 unsafe impl Zeroable for UVec3 {} implementation
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuVectorType.hpp | 56 typedef Vector<uint32_t, 3> UVec3; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | vec3.rs | 851 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/ |
D | vec3a.rs | 860 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dvec3.rs | 858 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/ |
D | vec3a.rs | 862 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/ |
D | vec3a.rs | 832 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/ |
D | vec3a.rs | 815 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/ |
D | i16vec3.rs | 430 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/ |
D | i64vec3.rs | 437 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/ |
D | ivec3.rs | 430 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/ |
D | u64vec3.rs | 350 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/ |
D | u16vec3.rs | 343 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
|
/aosp_15_r20/external/deqp/modules/gles31/scripts/ |
H A D | genutil.py | 610 class UVec3(Vec3): class
|
/aosp_15_r20/external/deqp/modules/gles3/scripts/ |
H A D | genutil.py | 608 class UVec3(Vec3): class
|