/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/ |
D | uvec2.rs | 13 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 …]
|
D | uvec3.rs | 143 pub fn truncate(self) -> UVec2 { in truncate() 1196 fn from((v, z): (UVec2, u32)) -> Self { in from()
|
D | uvec4.rs | 1283 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/ |
D | uvec3_impl.rs | 12 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()
|
D | uvec2_impl.rs | 5 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()
|
D | uvec4_impl.rs | 12 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/ |
D | impl_bytemuck.rs | 79 unsafe impl Pod for UVec2 {} implementation 80 unsafe impl Zeroable for UVec2 {} implementation
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkWsiPlatform.cpp | 43 void Window::resize(const tcu::UVec2 &) in resize()
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuVectorType.hpp | 55 typedef Vector<uint32_t, 2> UVec2; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | vec2.rs | 790 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dvec2.rs | 790 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/ |
D | i64vec2.rs | 408 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/ |
D | i16vec2.rs | 401 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/ |
D | u64vec2.rs | 303 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/ |
D | u16vec2.rs | 296 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/ |
D | ivec2.rs | 401 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
|
/aosp_15_r20/external/deqp/modules/gles31/scripts/ |
H A D | genutil.py | 492 class UVec2(Vec2): class
|
/aosp_15_r20/external/deqp/modules/gles3/scripts/ |
H A D | genutil.py | 490 class UVec2(Vec2): class
|