| /external/rust/crates/glam/src/swizzles/ |
| D | uvec4_impl.rs | 5 impl Vec4Swizzles for UVec4 { implementation 715 fn xxxx(self) -> UVec4 { in xxxx() 720 fn xxxy(self) -> UVec4 { in xxxy() 725 fn xxxz(self) -> UVec4 { in xxxz() 730 fn xxxw(self) -> UVec4 { in xxxw() 735 fn xxyx(self) -> UVec4 { in xxyx() 740 fn xxyy(self) -> UVec4 { in xxyy() 745 fn xxyz(self) -> UVec4 { in xxyz() 750 fn xxyw(self) -> UVec4 { in xxyw() 755 fn xxzx(self) -> UVec4 { in xxzx() [all …]
|
| D | uvec3_impl.rs | 326 fn xxxx(self) -> UVec4 { in xxxx() 331 fn xxxy(self) -> UVec4 { in xxxy() 336 fn xxxz(self) -> UVec4 { in xxxz() 341 fn xxyx(self) -> UVec4 { in xxyx() 346 fn xxyy(self) -> UVec4 { in xxyy() 351 fn xxyz(self) -> UVec4 { in xxyz() 356 fn xxzx(self) -> UVec4 { in xxzx() 361 fn xxzy(self) -> UVec4 { in xxzy() 366 fn xxzz(self) -> UVec4 { in xxzz() 371 fn xyxx(self) -> UVec4 { in xyxx() [all …]
|
| D | uvec2_impl.rs | 115 fn xxxx(self) -> UVec4 { in xxxx() 120 fn xxxy(self) -> UVec4 { in xxxy() 125 fn xxyx(self) -> UVec4 { in xxyx() 130 fn xxyy(self) -> UVec4 { in xxyy() 135 fn xyxx(self) -> UVec4 { in xyxx() 140 fn xyxy(self) -> UVec4 { in xyxy() 145 fn xyyx(self) -> UVec4 { in xyyx() 150 fn xyyy(self) -> UVec4 { in xyyy() 155 fn yxxx(self) -> UVec4 { in yxxx() 160 fn yxxy(self) -> UVec4 { in yxxy() [all …]
|
| /external/rust/crates/glam/src/u32/ |
| D | uvec4.rs | 12 pub const fn uvec4(x: u32, y: u32, z: u32, w: u32) -> UVec4 { in uvec4() 22 pub struct UVec4 { struct 29 impl UVec4 { argument 306 impl Default for UVec4 { implementation 313 impl Div<UVec4> for UVec4 { implementation 326 impl DivAssign<UVec4> for UVec4 { implementation 336 impl Div<u32> for UVec4 { implementation 349 impl DivAssign<u32> for UVec4 { implementation 362 fn div(self, rhs: UVec4) -> UVec4 { in div() 372 impl Mul<UVec4> for UVec4 { implementation [all …]
|
| D | uvec3.rs | 119 pub fn extend(self, w: u32) -> UVec4 { in extend()
|
| /external/rust/crates/glam/src/features/ |
| D | impl_bytemuck.rs | 52 unsafe impl Pod for UVec4 {} implementation 53 unsafe impl Zeroable for UVec4 {} implementation
|
| /external/deqp/framework/common/ |
| D | tcuVectorType.hpp | 51 typedef Vector<deUint32, 4> UVec4; typedef
|
| /external/rust/crates/glam/src/f64/ |
| D | dvec4.rs | 709 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
|
| /external/rust/crates/glam/src/f32/scalar/ |
| D | vec4.rs | 717 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
|
| /external/rust/crates/glam/src/i32/ |
| D | ivec4.rs | 360 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
|
| /external/rust/crates/glam/src/f32/coresimd/ |
| D | vec4.rs | 611 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
|
| /external/rust/crates/glam/src/f32/wasm32/ |
| D | vec4.rs | 636 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
|
| /external/rust/crates/glam/src/f32/sse2/ |
| D | vec4.rs | 659 pub fn as_uvec4(&self) -> crate::UVec4 { in as_uvec4()
|
| /external/deqp/modules/gles31/scripts/ |
| D | genutil.py | 724 class UVec4(Vec4): class
|
| /external/deqp/modules/gles3/scripts/ |
| D | genutil.py | 722 class UVec4(Vec4): class
|