/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/ |
D | ivec2.rs | 13 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 …]
|
D | ivec3.rs | 155 pub fn truncate(self) -> IVec2 { in truncate() 1295 fn from((v, z): (IVec2, i32)) -> Self { in from()
|
D | ivec4.rs | 1391 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/ |
D | ivec3_impl.rs | 12 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()
|
D | ivec2_impl.rs | 5 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()
|
D | ivec4_impl.rs | 12 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/ |
D | impl_bytemuck.rs | 72 unsafe impl Pod for IVec2 {} implementation 73 unsafe impl Zeroable for IVec2 {} implementation
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuVectorType.hpp | 50 typedef Vector<int, 2> IVec2; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | vec2.rs | 783 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dvec2.rs | 783 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/ |
D | i64vec2.rs | 401 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/ |
D | i16vec2.rs | 394 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/ |
D | u64vec2.rs | 296 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/ |
D | u16vec2.rs | 289 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/ |
D | uvec2.rs | 296 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 474 void operator()(const IVec2 & /* pixCoord */, IVec2 (&dst)[4]) const in operator ()() argument
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 554 void operator()(const IVec2 & /* pixCoord */, IVec2 (&dst)[4]) const in operator ()() argument
|