/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/ |
D | ivec3.rs | 13 pub const fn ivec3(x: i32, y: i32, z: i32) -> IVec3 { in ivec3() 22 pub struct IVec3 { struct 28 impl IVec3 { impl 553 impl Default for IVec3 { implementation 560 impl Div<IVec3> for IVec3 { implementation 572 impl DivAssign<IVec3> for IVec3 { implementation 581 impl Div<i32> for IVec3 { implementation 593 impl DivAssign<i32> for IVec3 { implementation 605 fn div(self, rhs: IVec3) -> IVec3 { in div() 614 impl Mul<IVec3> for IVec3 { implementation [all …]
|
D | ivec4.rs | 154 pub fn truncate(self) -> IVec3 { in truncate() 1377 fn from((v, w): (IVec3, i32)) -> Self { in from()
|
D | ivec2.rs | 126 pub const fn extend(self, z: i32) -> IVec3 { in extend()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/ |
D | ivec4_impl.rs | 156 fn xxx(self) -> IVec3 { in xxx() 166 fn xxy(self) -> IVec3 { in xxy() 176 fn xxz(self) -> IVec3 { in xxz() 186 fn xxw(self) -> IVec3 { in xxw() 196 fn xyx(self) -> IVec3 { in xyx() 206 fn xyy(self) -> IVec3 { in xyy() 216 fn xyz(self) -> IVec3 { in xyz() 226 fn xyw(self) -> IVec3 { in xyw() 236 fn xzx(self) -> IVec3 { in xzx() 246 fn xzy(self) -> IVec3 { in xzy() [all …]
|
D | ivec3_impl.rs | 5 impl Vec3Swizzles for IVec3 { implementation 93 fn xxx(self) -> IVec3 { in xxx() 103 fn xxy(self) -> IVec3 { in xxy() 113 fn xxz(self) -> IVec3 { in xxz() 123 fn xyx(self) -> IVec3 { in xyx() 133 fn xyy(self) -> IVec3 { in xyy() 143 fn xyz(self) -> IVec3 { in xyz() 153 fn xzx(self) -> IVec3 { in xzx() 163 fn xzy(self) -> IVec3 { in xzy() 173 fn xzz(self) -> IVec3 { in xzz() [all …]
|
D | ivec2_impl.rs | 48 fn xxx(self) -> IVec3 { in xxx() 58 fn xxy(self) -> IVec3 { in xxy() 68 fn xyx(self) -> IVec3 { in xyx() 78 fn xyy(self) -> IVec3 { in xyy() 88 fn yxx(self) -> IVec3 { in yxx() 98 fn yxy(self) -> IVec3 { in yxy() 108 fn yyx(self) -> IVec3 { in yyx() 118 fn yyy(self) -> IVec3 { in yyy()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/ |
D | impl_bytemuck.rs | 74 unsafe impl Pod for IVec3 {} implementation 75 unsafe impl Zeroable for IVec3 {} implementation
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuVectorType.hpp | 51 typedef Vector<int, 3> IVec3; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/ |
D | vec3.rs | 844 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/ |
D | vec3a.rs | 853 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dvec3.rs | 851 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/ |
D | vec3a.rs | 855 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/ |
D | vec3a.rs | 825 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/ |
D | vec3a.rs | 808 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/ |
D | i16vec3.rs | 423 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/ |
D | i64vec3.rs | 430 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/ |
D | uvec3.rs | 343 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/ |
D | u64vec3.rs | 343 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/ |
D | u16vec3.rs | 336 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 11850 … const VulkanFeatures &vulkanFeatures, const vector<string> &extensions, const IVec3 &, in finalizeTestsCreation()
|