Home
last modified time | relevance | path

Searched defs:IVec4 (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/
Divec4_impl.rs5 impl Vec4Swizzles for IVec4 { implementation
796 fn xxxx(self) -> IVec4 { in xxxx()
802 fn xxxy(self) -> IVec4 { in xxxy()
808 fn xxxz(self) -> IVec4 { in xxxz()
814 fn xxxw(self) -> IVec4 { in xxxw()
820 fn xxyx(self) -> IVec4 { in xxyx()
826 fn xxyy(self) -> IVec4 { in xxyy()
832 fn xxyz(self) -> IVec4 { in xxyz()
838 fn xxyw(self) -> IVec4 { in xxyw()
844 fn xxzx(self) -> IVec4 { in xxzx()
[all …]
Divec3_impl.rs363 fn xxxx(self) -> IVec4 { in xxxx()
369 fn xxxy(self) -> IVec4 { in xxxy()
375 fn xxxz(self) -> IVec4 { in xxxz()
381 fn xxyx(self) -> IVec4 { in xxyx()
387 fn xxyy(self) -> IVec4 { in xxyy()
393 fn xxyz(self) -> IVec4 { in xxyz()
399 fn xxzx(self) -> IVec4 { in xxzx()
405 fn xxzy(self) -> IVec4 { in xxzy()
411 fn xxzz(self) -> IVec4 { in xxzz()
417 fn xyxx(self) -> IVec4 { in xyxx()
[all …]
Divec2_impl.rs128 fn xxxx(self) -> IVec4 { in xxxx()
134 fn xxxy(self) -> IVec4 { in xxxy()
140 fn xxyx(self) -> IVec4 { in xxyx()
146 fn xxyy(self) -> IVec4 { in xxyy()
152 fn xyxx(self) -> IVec4 { in xyxx()
158 fn xyxy(self) -> IVec4 { in xyxy()
164 fn xyyx(self) -> IVec4 { in xyyx()
170 fn xyyy(self) -> IVec4 { in xyyy()
176 fn yxxx(self) -> IVec4 { in yxxx()
182 fn yxxy(self) -> IVec4 { in yxxy()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i32/
Divec4.rs13 pub const fn ivec4(x: i32, y: i32, z: i32, w: i32) -> IVec4 { in ivec4()
23 pub struct IVec4 { struct
30 impl IVec4 { argument
579 impl Default for IVec4 { implementation
586 impl Div<IVec4> for IVec4 { implementation
599 impl DivAssign<IVec4> for IVec4 { implementation
609 impl Div<i32> for IVec4 { implementation
622 impl DivAssign<i32> for IVec4 { implementation
635 fn div(self, rhs: IVec4) -> IVec4 { in div()
645 impl Mul<IVec4> for IVec4 { implementation
[all …]
Divec3.rs146 pub fn extend(self, w: i32) -> IVec4 { in extend()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/
Dimpl_bytemuck.rs76 unsafe impl Pod for IVec4 {} implementation
77 unsafe impl Zeroable for IVec4 {} implementation
/aosp_15_r20/external/deqp/framework/common/
H A DtcuVectorType.hpp52 typedef Vector<int, 4> IVec4; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec4.rs832 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec4.rs820 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec4.rs745 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec4.rs768 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec4.rs719 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec4.rs353 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec4.rs346 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineFlagsTests.cpp1038std::vector<std::pair<tcu::IVec4, tcu::IVec2>> &auxBuffer) const in computeSamePixelCount()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/
Duvec4.rs353 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec4.rs441 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec4.rs448 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()