| /external/rust/crates/glam/src/swizzles/ |
| D | ivec4_impl.rs | 5 impl Vec4Swizzles for IVec4 { implementation 715 fn xxxx(self) -> IVec4 { in xxxx() 720 fn xxxy(self) -> IVec4 { in xxxy() 725 fn xxxz(self) -> IVec4 { in xxxz() 730 fn xxxw(self) -> IVec4 { in xxxw() 735 fn xxyx(self) -> IVec4 { in xxyx() 740 fn xxyy(self) -> IVec4 { in xxyy() 745 fn xxyz(self) -> IVec4 { in xxyz() 750 fn xxyw(self) -> IVec4 { in xxyw() 755 fn xxzx(self) -> IVec4 { in xxzx() [all …]
|
| D | ivec3_impl.rs | 326 fn xxxx(self) -> IVec4 { in xxxx() 331 fn xxxy(self) -> IVec4 { in xxxy() 336 fn xxxz(self) -> IVec4 { in xxxz() 341 fn xxyx(self) -> IVec4 { in xxyx() 346 fn xxyy(self) -> IVec4 { in xxyy() 351 fn xxyz(self) -> IVec4 { in xxyz() 356 fn xxzx(self) -> IVec4 { in xxzx() 361 fn xxzy(self) -> IVec4 { in xxzy() 366 fn xxzz(self) -> IVec4 { in xxzz() 371 fn xyxx(self) -> IVec4 { in xyxx() [all …]
|
| D | ivec2_impl.rs | 115 fn xxxx(self) -> IVec4 { in xxxx() 120 fn xxxy(self) -> IVec4 { in xxxy() 125 fn xxyx(self) -> IVec4 { in xxyx() 130 fn xxyy(self) -> IVec4 { in xxyy() 135 fn xyxx(self) -> IVec4 { in xyxx() 140 fn xyxy(self) -> IVec4 { in xyxy() 145 fn xyyx(self) -> IVec4 { in xyyx() 150 fn xyyy(self) -> IVec4 { in xyyy() 155 fn yxxx(self) -> IVec4 { in yxxx() 160 fn yxxy(self) -> IVec4 { in yxxy() [all …]
|
| /external/rust/crates/glam/src/i32/ |
| D | ivec4.rs | 12 pub const fn ivec4(x: i32, y: i32, z: i32, w: i32) -> IVec4 { in ivec4() 22 pub struct IVec4 { struct 29 impl IVec4 { argument 365 impl Default for IVec4 { implementation 372 impl Div<IVec4> for IVec4 { implementation 385 impl DivAssign<IVec4> for IVec4 { implementation 395 impl Div<i32> for IVec4 { implementation 408 impl DivAssign<i32> for IVec4 { implementation 421 fn div(self, rhs: IVec4) -> IVec4 { in div() 431 impl Mul<IVec4> for IVec4 { implementation [all …]
|
| D | ivec3.rs | 131 pub fn extend(self, w: i32) -> IVec4 { in extend()
|
| /external/rust/crates/glam/src/features/ |
| D | impl_bytemuck.rs | 45 unsafe impl Pod for IVec4 {} implementation 46 unsafe impl Zeroable for IVec4 {} implementation
|
| /external/deqp/framework/common/ |
| D | tcuVectorType.hpp | 46 typedef Vector<int, 4> IVec4; typedef
|
| /external/rust/crates/glam/src/f64/ |
| D | dvec4.rs | 703 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
| /external/rust/crates/glam/src/f32/scalar/ |
| D | vec4.rs | 711 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
| /external/rust/crates/glam/src/u32/ |
| D | uvec4.rs | 301 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
| /external/rust/crates/glam/src/f32/coresimd/ |
| D | vec4.rs | 605 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
| /external/rust/crates/glam/src/f32/wasm32/ |
| D | vec4.rs | 630 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
| /external/rust/crates/glam/src/f32/sse2/ |
| D | vec4.rs | 653 pub fn as_ivec4(&self) -> crate::IVec4 { in as_ivec4()
|
| /external/deqp/external/vulkancts/modules/vulkan/ray_tracing/ |
| D | vktRayTracingPipelineFlagsTests.cpp | 986 std::vector<std::pair<tcu::IVec4, tcu::IVec2>>& auxBuffer) const in computeSamePixelCount()
|