Home
last modified time | relevance | path

Searched defs:IVec3 (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/
Divec3.rs13 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 …]
Divec4.rs154 pub fn truncate(self) -> IVec3 { in truncate()
1377 fn from((v, w): (IVec3, i32)) -> Self { in from()
Divec2.rs126 pub const fn extend(self, z: i32) -> IVec3 { in extend()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/
Divec4_impl.rs156 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 …]
Divec3_impl.rs5 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 …]
Divec2_impl.rs48 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/
Dimpl_bytemuck.rs74 unsafe impl Pod for IVec3 {} implementation
75 unsafe impl Zeroable for IVec3 {} implementation
/aosp_15_r20/external/deqp/framework/common/
H A DtcuVectorType.hpp51 typedef Vector<int, 3> IVec3; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dvec3.rs844 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec3a.rs853 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec3.rs851 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec3a.rs855 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec3a.rs825 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec3a.rs808 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec3.rs423 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec3.rs430 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/
Duvec3.rs343 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec3.rs343 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec3.rs336 pub fn as_ivec3(&self) -> crate::IVec3 { in as_ivec3()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp11850 … const VulkanFeatures &vulkanFeatures, const vector<string> &extensions, const IVec3 &, in finalizeTestsCreation()