Home
last modified time | relevance | path

Searched defs:UVec2 (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/
Duvec2.rs13 pub const fn uvec2(x: u32, y: u32) -> UVec2 { in uvec2()
23 pub struct UVec2 { struct
28 impl UVec2 { implementation
411 impl Default for UVec2 { implementation
418 impl Div<UVec2> for UVec2 { implementation
429 impl DivAssign<UVec2> for UVec2 { implementation
437 impl Div<u32> for UVec2 { implementation
448 impl DivAssign<u32> for UVec2 { implementation
459 fn div(self, rhs: UVec2) -> UVec2 { in div()
467 impl Mul<UVec2> for UVec2 { implementation
[all …]
Duvec3.rs143 pub fn truncate(self) -> UVec2 { in truncate()
1196 fn from((v, z): (UVec2, u32)) -> Self { in from()
Duvec4.rs1283 fn from((v, z, w): (UVec2, u32, u32)) -> Self { in from()
1290 fn from((v, u): (UVec2, UVec2)) -> Self { in from()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/
Duvec3_impl.rs12 fn xx(self) -> UVec2 { in xx()
21 fn xy(self) -> UVec2 { in xy()
30 fn xz(self) -> UVec2 { in xz()
39 fn yx(self) -> UVec2 { in yx()
48 fn yy(self) -> UVec2 { in yy()
57 fn yz(self) -> UVec2 { in yz()
66 fn zx(self) -> UVec2 { in zx()
75 fn zy(self) -> UVec2 { in zy()
84 fn zz(self) -> UVec2 { in zz()
Duvec2_impl.rs5 impl Vec2Swizzles for UVec2 { implementation
12 fn xx(self) -> UVec2 { in xx()
21 fn xy(self) -> UVec2 { in xy()
30 fn yx(self) -> UVec2 { in yx()
39 fn yy(self) -> UVec2 { in yy()
Duvec4_impl.rs12 fn xx(self) -> UVec2 { in xx()
21 fn xy(self) -> UVec2 { in xy()
30 fn xz(self) -> UVec2 { in xz()
39 fn xw(self) -> UVec2 { in xw()
48 fn yx(self) -> UVec2 { in yx()
57 fn yy(self) -> UVec2 { in yy()
66 fn yz(self) -> UVec2 { in yz()
75 fn yw(self) -> UVec2 { in yw()
84 fn zx(self) -> UVec2 { in zx()
93 fn zy(self) -> UVec2 { in zy()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/
Dimpl_bytemuck.rs79 unsafe impl Pod for UVec2 {} implementation
80 unsafe impl Zeroable for UVec2 {} implementation
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkWsiPlatform.cpp43 void Window::resize(const tcu::UVec2 &) in resize()
/aosp_15_r20/external/deqp/framework/common/
H A DtcuVectorType.hpp55 typedef Vector<uint32_t, 2> UVec2; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dvec2.rs790 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec2.rs790 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec2.rs408 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec2.rs401 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec2.rs303 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec2.rs296 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/
Divec2.rs401 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
/aosp_15_r20/external/deqp/modules/gles31/scripts/
H A Dgenutil.py492 class UVec2(Vec2): class
/aosp_15_r20/external/deqp/modules/gles3/scripts/
H A Dgenutil.py490 class UVec2(Vec2): class