| /external/rust/crates/glam/src/i32/ |
| D | ivec3.rs | 12 pub const fn ivec3(x: i32, y: i32, z: i32) -> IVec3 { in ivec3() 21 pub struct IVec3 { struct 27 impl IVec3 { implementation 345 impl Default for IVec3 { implementation 352 impl Div<IVec3> for IVec3 { implementation 364 impl DivAssign<IVec3> for IVec3 { implementation 373 impl Div<i32> for IVec3 { implementation 385 impl DivAssign<i32> for IVec3 { implementation 397 fn div(self, rhs: IVec3) -> IVec3 { in div() 406 impl Mul<IVec3> for IVec3 { implementation [all …]
|
| D | ivec4.rs | 140 pub fn truncate(self) -> IVec3 { in truncate() 1111 fn from((v, w): (IVec3, i32)) -> Self { in from()
|
| D | ivec2.rs | 112 pub const fn extend(self, z: i32) -> IVec3 { in extend()
|
| /external/rust/crates/glam/src/swizzles/ |
| D | ivec3_impl.rs | 5 impl Vec3Swizzles for IVec3 { implementation 83 fn xxx(self) -> IVec3 { in xxx() 92 fn xxy(self) -> IVec3 { in xxy() 101 fn xxz(self) -> IVec3 { in xxz() 110 fn xyx(self) -> IVec3 { in xyx() 119 fn xyy(self) -> IVec3 { in xyy() 128 fn xyz(self) -> IVec3 { in xyz() 137 fn xzx(self) -> IVec3 { in xzx() 146 fn xzy(self) -> IVec3 { in xzy() 155 fn xzz(self) -> IVec3 { in xzz() [all …]
|
| D | ivec4_impl.rs | 139 fn xxx(self) -> IVec3 { in xxx() 148 fn xxy(self) -> IVec3 { in xxy() 157 fn xxz(self) -> IVec3 { in xxz() 166 fn xxw(self) -> IVec3 { in xxw() 175 fn xyx(self) -> IVec3 { in xyx() 184 fn xyy(self) -> IVec3 { in xyy() 193 fn xyz(self) -> IVec3 { in xyz() 202 fn xyw(self) -> IVec3 { in xyw() 211 fn xzx(self) -> IVec3 { in xzx() 220 fn xzy(self) -> IVec3 { in xzy() [all …]
|
| D | ivec2_impl.rs | 43 fn xxx(self) -> IVec3 { in xxx() 52 fn xxy(self) -> IVec3 { in xxy() 61 fn xyx(self) -> IVec3 { in xyx() 70 fn xyy(self) -> IVec3 { in xyy() 79 fn yxx(self) -> IVec3 { in yxx() 88 fn yxy(self) -> IVec3 { in yxy() 97 fn yyx(self) -> IVec3 { in yyx() 106 fn yyy(self) -> IVec3 { in yyy()
|
| /external/rust/crates/glam/src/features/ |
| D | impl_bytemuck.rs | 43 unsafe impl Pod for IVec3 {} implementation 44 unsafe impl Zeroable for IVec3 {} implementation
|
| /external/deqp/framework/common/ |
| D | tcuVectorType.hpp | 45 typedef Vector<int, 3> IVec3; typedef
|
| /external/rust/crates/glam/src/f64/ |
| D | dvec3.rs | 735 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
| /external/rust/crates/glam/src/f32/scalar/ |
| D | vec3a.rs | 735 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
| /external/rust/crates/glam/src/f32/ |
| D | vec3.rs | 729 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
| /external/rust/crates/glam/src/u32/ |
| D | uvec3.rs | 287 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
| /external/rust/crates/glam/src/f32/wasm32/ |
| D | vec3a.rs | 710 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
| /external/rust/crates/glam/src/f32/coresimd/ |
| D | vec3a.rs | 694 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
| /external/rust/crates/glam/src/f32/sse2/ |
| D | vec3a.rs | 740 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmInstructionTests.cpp | 11406 const IVec3& , in finalizeTestsCreation()
|