Home
last modified time | relevance | path

Searched defs:IVec2 (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/
Divec2.rs13 pub const fn ivec2(x: i32, y: i32) -> IVec2 { in ivec2()
23 pub struct IVec2 { struct
28 impl IVec2 { argument
516 impl Default for IVec2 { implementation
523 impl Div<IVec2> for IVec2 { implementation
534 impl DivAssign<IVec2> for IVec2 { implementation
542 impl Div<i32> for IVec2 { implementation
553 impl DivAssign<i32> for IVec2 { implementation
564 fn div(self, rhs: IVec2) -> IVec2 { in div()
572 impl Mul<IVec2> for IVec2 { implementation
[all …]
Divec3.rs155 pub fn truncate(self) -> IVec2 { in truncate()
1295 fn from((v, z): (IVec2, i32)) -> Self { in from()
Divec4.rs1391 fn from((v, z, w): (IVec2, i32, i32)) -> Self { in from()
1398 fn from((v, u): (IVec2, IVec2)) -> Self { in from()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/
Divec3_impl.rs12 fn xx(self) -> IVec2 { in xx()
21 fn xy(self) -> IVec2 { in xy()
30 fn xz(self) -> IVec2 { in xz()
39 fn yx(self) -> IVec2 { in yx()
48 fn yy(self) -> IVec2 { in yy()
57 fn yz(self) -> IVec2 { in yz()
66 fn zx(self) -> IVec2 { in zx()
75 fn zy(self) -> IVec2 { in zy()
84 fn zz(self) -> IVec2 { in zz()
Divec2_impl.rs5 impl Vec2Swizzles for IVec2 { implementation
12 fn xx(self) -> IVec2 { in xx()
21 fn xy(self) -> IVec2 { in xy()
30 fn yx(self) -> IVec2 { in yx()
39 fn yy(self) -> IVec2 { in yy()
Divec4_impl.rs12 fn xx(self) -> IVec2 { in xx()
21 fn xy(self) -> IVec2 { in xy()
30 fn xz(self) -> IVec2 { in xz()
39 fn xw(self) -> IVec2 { in xw()
48 fn yx(self) -> IVec2 { in yx()
57 fn yy(self) -> IVec2 { in yy()
66 fn yz(self) -> IVec2 { in yz()
75 fn yw(self) -> IVec2 { in yw()
84 fn zx(self) -> IVec2 { in zx()
93 fn zy(self) -> IVec2 { in zy()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/
Dimpl_bytemuck.rs72 unsafe impl Pod for IVec2 {} implementation
73 unsafe impl Zeroable for IVec2 {} implementation
/aosp_15_r20/external/deqp/framework/common/
H A DtcuVectorType.hpp50 typedef Vector<int, 2> IVec2; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dvec2.rs783 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec2.rs783 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec2.rs401 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec2.rs394 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec2.rs296 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec2.rs289 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/
Duvec2.rs296 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp474 void operator()(const IVec2 & /* pixCoord */, IVec2 (&dst)[4]) const in operator ()() argument
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp554 void operator()(const IVec2 & /* pixCoord */, IVec2 (&dst)[4]) const in operator ()() argument