/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/swizzles/ |
D | ivec4_impl.rs | 5 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 …]
|
D | ivec3_impl.rs | 363 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 …]
|
D | ivec2_impl.rs | 128 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/ |
D | ivec4.rs | 13 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 …]
|
D | ivec3.rs | 146 pub fn extend(self, w: i32) -> IVec4 { in extend()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/features/ |
D | impl_bytemuck.rs | 76 unsafe impl Pod for IVec4 {} implementation 77 unsafe impl Zeroable for IVec4 {} implementation
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuVectorType.hpp | 52 typedef Vector<int, 4> IVec4; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/ |
D | vec4.rs | 832 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | dvec4.rs | 820 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/ |
D | vec4.rs | 745 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/ |
D | vec4.rs | 768 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/ |
D | vec4.rs | 719 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u64/ |
D | u64vec4.rs | 353 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u16/ |
D | u16vec4.rs | 346 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingPipelineFlagsTests.cpp | 1038 … std::vector<std::pair<tcu::IVec4, tcu::IVec2>> &auxBuffer) const in computeSamePixelCount()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/u32/ |
D | uvec4.rs | 353 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/ |
D | i16vec4.rs | 441 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/ |
D | i64vec4.rs | 448 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|