| /external/rust/crates/glam/src/i32/ |
| D | ivec2.rs | 12 pub const fn ivec2(x: i32, y: i32) -> IVec2 { in ivec2() 22 pub struct IVec2 { struct 27 impl IVec2 { argument 326 impl Default for IVec2 { implementation 333 impl Div<IVec2> for IVec2 { implementation 344 impl DivAssign<IVec2> for IVec2 { implementation 352 impl Div<i32> for IVec2 { implementation 363 impl DivAssign<i32> for IVec2 { implementation 374 fn div(self, rhs: IVec2) -> IVec2 { in div() 382 impl Mul<IVec2> for IVec2 { implementation [all …]
|
| D | ivec4.rs | 1125 fn from((v, z, w): (IVec2, i32, i32)) -> Self { in from() 1132 fn from((v, u): (IVec2, IVec2)) -> Self { in from()
|
| D | ivec3.rs | 139 pub fn truncate(self) -> IVec2 { in truncate() 1039 fn from((v, z): (IVec2, i32)) -> Self { in from()
|
| /external/rust/crates/glam/src/swizzles/ |
| D | ivec2_impl.rs | 5 impl Vec2Swizzles for IVec2 { implementation 11 fn xx(self) -> IVec2 { in xx() 19 fn xy(self) -> IVec2 { in xy() 27 fn yx(self) -> IVec2 { in yx() 35 fn yy(self) -> IVec2 { in yy()
|
| D | ivec3_impl.rs | 11 fn xx(self) -> IVec2 { in xx() 19 fn xy(self) -> IVec2 { in xy() 27 fn xz(self) -> IVec2 { in xz() 35 fn yx(self) -> IVec2 { in yx() 43 fn yy(self) -> IVec2 { in yy() 51 fn yz(self) -> IVec2 { in yz() 59 fn zx(self) -> IVec2 { in zx() 67 fn zy(self) -> IVec2 { in zy() 75 fn zz(self) -> IVec2 { in zz()
|
| D | ivec4_impl.rs | 11 fn xx(self) -> IVec2 { in xx() 19 fn xy(self) -> IVec2 { in xy() 27 fn xz(self) -> IVec2 { in xz() 35 fn xw(self) -> IVec2 { in xw() 43 fn yx(self) -> IVec2 { in yx() 51 fn yy(self) -> IVec2 { in yy() 59 fn yz(self) -> IVec2 { in yz() 67 fn yw(self) -> IVec2 { in yw() 75 fn zx(self) -> IVec2 { in zx() 83 fn zy(self) -> IVec2 { in zy() [all …]
|
| /external/rust/crates/glam/src/features/ |
| D | impl_bytemuck.rs | 41 unsafe impl Pod for IVec2 {} implementation 42 unsafe impl Zeroable for IVec2 {} implementation
|
| /external/deqp/framework/common/ |
| D | tcuVectorType.hpp | 44 typedef Vector<int, 2> IVec2; typedef
|
| /external/rust/crates/glam/src/f32/ |
| D | vec2.rs | 660 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
|
| /external/rust/crates/glam/src/f64/ |
| D | dvec2.rs | 660 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
|
| /external/rust/crates/glam/src/u32/ |
| D | uvec2.rs | 244 pub fn as_ivec2(&self) -> crate::IVec2 { in as_ivec2()
|
| /external/deqp/modules/gles31/functional/ |
| D | es31fTextureGatherTests.cpp | 457 void operator() (const IVec2& /* pixCoord */, IVec2 (&dst)[4]) const in operator ()() argument
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
| D | vktShaderRenderTextureGatherTests.cpp | 488 void operator() (const IVec2& /* pixCoord */, IVec2 (&dst)[4]) const in operator ()() argument
|