Home
last modified time | relevance | path

Searched defs:UVec4 (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/
Duvec4_impl.rs5 impl Vec4Swizzles for UVec4 { implementation
796 fn xxxx(self) -> UVec4 { in xxxx()
802 fn xxxy(self) -> UVec4 { in xxxy()
808 fn xxxz(self) -> UVec4 { in xxxz()
814 fn xxxw(self) -> UVec4 { in xxxw()
820 fn xxyx(self) -> UVec4 { in xxyx()
826 fn xxyy(self) -> UVec4 { in xxyy()
832 fn xxyz(self) -> UVec4 { in xxyz()
838 fn xxyw(self) -> UVec4 { in xxyw()
844 fn xxzx(self) -> UVec4 { in xxzx()
[all …]
Duvec3_impl.rs363 fn xxxx(self) -> UVec4 { in xxxx()
369 fn xxxy(self) -> UVec4 { in xxxy()
375 fn xxxz(self) -> UVec4 { in xxxz()
381 fn xxyx(self) -> UVec4 { in xxyx()
387 fn xxyy(self) -> UVec4 { in xxyy()
393 fn xxyz(self) -> UVec4 { in xxyz()
399 fn xxzx(self) -> UVec4 { in xxzx()
405 fn xxzy(self) -> UVec4 { in xxzy()
411 fn xxzz(self) -> UVec4 { in xxzz()
417 fn xyxx(self) -> UVec4 { in xyxx()
[all …]
Duvec2_impl.rs128 fn xxxx(self) -> UVec4 { in xxxx()
134 fn xxxy(self) -> UVec4 { in xxxy()
140 fn xxyx(self) -> UVec4 { in xxyx()
146 fn xxyy(self) -> UVec4 { in xxyy()
152 fn xyxx(self) -> UVec4 { in xyxx()
158 fn xyxy(self) -> UVec4 { in xyxy()
164 fn xyyx(self) -> UVec4 { in xyyx()
170 fn xyyy(self) -> UVec4 { in xyyy()
176 fn yxxx(self) -> UVec4 { in yxxx()
182 fn yxxy(self) -> UVec4 { in yxxy()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/
Duvec4.rs13 pub const fn uvec4(x: u32, y: u32, z: u32, w: u32) -> UVec4 { in uvec4()
23 pub struct UVec4 { struct
30 impl UVec4 { argument
484 impl Default for UVec4 { implementation
491 impl Div<UVec4> for UVec4 { implementation
504 impl DivAssign<UVec4> for UVec4 { implementation
514 impl Div<u32> for UVec4 { implementation
527 impl DivAssign<u32> for UVec4 { implementation
540 fn div(self, rhs: UVec4) -> UVec4 { in div()
550 impl Mul<UVec4> for UVec4 { implementation
[all …]
Duvec3.rs134 pub fn extend(self, w: u32) -> UVec4 { in extend()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/
Dimpl_bytemuck.rs83 unsafe impl Pod for UVec4 {} implementation
84 unsafe impl Zeroable for UVec4 {} implementation
/aosp_15_r20/external/deqp/framework/common/
H A DtcuVectorType.hpp57 typedef Vector<uint32_t, 4> UVec4; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec4.rs839 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec4.rs827 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec4.rs752 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec4.rs775 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec4.rs726 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec4.rs360 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec4.rs353 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
/aosp_15_r20/external/deqp/modules/gles31/scripts/
H A Dgenutil.py724 class UVec4(Vec4): class
/aosp_15_r20/external/deqp/modules/gles3/scripts/
H A Dgenutil.py722 class UVec4(Vec4): class
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec4.rs448 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/
Divec4.rs448 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec4.rs455 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()