Home
last modified time | relevance | path

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

/external/rust/crates/glam/src/u32/
Duvec2.rs12 pub const fn uvec2(x: u32, y: u32) -> UVec2 { in uvec2()
22 pub struct UVec2 { struct
27 impl UVec2 { argument
249 impl Default for UVec2 { implementation
256 impl Div<UVec2> for UVec2 { implementation
267 impl DivAssign<UVec2> for UVec2 { implementation
275 impl Div<u32> for UVec2 { implementation
286 impl DivAssign<u32> for UVec2 { implementation
297 fn div(self, rhs: UVec2) -> UVec2 { in div()
305 impl Mul<UVec2> for UVec2 { implementation
[all …]
Duvec3.rs127 pub fn truncate(self) -> UVec2 { in truncate()
974 fn from((v, z): (UVec2, u32)) -> Self { in from()
Duvec4.rs1053 fn from((v, z, w): (UVec2, u32, u32)) -> Self { in from()
1060 fn from((v, u): (UVec2, UVec2)) -> Self { in from()
/external/rust/crates/glam/src/swizzles/
Duvec2_impl.rs5 impl Vec2Swizzles for UVec2 { implementation
11 fn xx(self) -> UVec2 { in xx()
19 fn xy(self) -> UVec2 { in xy()
27 fn yx(self) -> UVec2 { in yx()
35 fn yy(self) -> UVec2 { in yy()
Duvec3_impl.rs11 fn xx(self) -> UVec2 { in xx()
19 fn xy(self) -> UVec2 { in xy()
27 fn xz(self) -> UVec2 { in xz()
35 fn yx(self) -> UVec2 { in yx()
43 fn yy(self) -> UVec2 { in yy()
51 fn yz(self) -> UVec2 { in yz()
59 fn zx(self) -> UVec2 { in zx()
67 fn zy(self) -> UVec2 { in zy()
75 fn zz(self) -> UVec2 { in zz()
Duvec4_impl.rs11 fn xx(self) -> UVec2 { in xx()
19 fn xy(self) -> UVec2 { in xy()
27 fn xz(self) -> UVec2 { in xz()
35 fn xw(self) -> UVec2 { in xw()
43 fn yx(self) -> UVec2 { in yx()
51 fn yy(self) -> UVec2 { in yy()
59 fn yz(self) -> UVec2 { in yz()
67 fn yw(self) -> UVec2 { in yw()
75 fn zx(self) -> UVec2 { in zx()
83 fn zy(self) -> UVec2 { in zy()
[all …]
/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiPlatform.cpp41 void Window::resize (const tcu::UVec2&) in resize()
/external/rust/crates/glam/src/features/
Dimpl_bytemuck.rs48 unsafe impl Pod for UVec2 {} implementation
49 unsafe impl Zeroable for UVec2 {} implementation
/external/deqp/framework/common/
DtcuVectorType.hpp49 typedef Vector<deUint32, 2> UVec2; typedef
/external/rust/crates/glam/src/f32/
Dvec2.rs666 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
/external/rust/crates/glam/src/f64/
Ddvec2.rs666 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
/external/rust/crates/glam/src/i32/
Divec2.rs321 pub fn as_uvec2(&self) -> crate::UVec2 { in as_uvec2()
/external/deqp/modules/gles31/scripts/
Dgenutil.py492 class UVec2(Vec2): class
/external/deqp/modules/gles3/scripts/
Dgenutil.py490 class UVec2(Vec2): class