Home
last modified time | relevance | path

Searched defs:UVec3 (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/
Duvec3.rs13 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 …]
Duvec4.rs139 pub fn truncate(self) -> UVec3 { in truncate()
1269 fn from((v, w): (UVec3, u32)) -> Self { in from()
Duvec2.rs117 pub const fn extend(self, z: u32) -> UVec3 { in extend()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/
Duvec4_impl.rs156 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 …]
Duvec3_impl.rs5 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 …]
Duvec2_impl.rs48 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/
Dimpl_bytemuck.rs81 unsafe impl Pod for UVec3 {} implementation
82 unsafe impl Zeroable for UVec3 {} implementation
/aosp_15_r20/external/deqp/framework/common/
H A DtcuVectorType.hpp56 typedef Vector<uint32_t, 3> UVec3; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dvec3.rs851 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec3a.rs860 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec3.rs858 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec3a.rs862 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec3a.rs832 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec3a.rs815 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec3.rs430 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec3.rs437 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/
Divec3.rs430 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec3.rs350 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec3.rs343 pub fn as_uvec3(&self) -> crate::UVec3 { in as_uvec3()
/aosp_15_r20/external/deqp/modules/gles31/scripts/
H A Dgenutil.py610 class UVec3(Vec3): class
/aosp_15_r20/external/deqp/modules/gles3/scripts/
H A Dgenutil.py608 class UVec3(Vec3): class