Home
last modified time | relevance | path

Searched refs:wywz (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/glam/src/swizzles/
Dvec_traits.rs923 fn wywz(self) -> Self; in wywz() method
Duvec4_impl.rs1825 fn wywz(self) -> UVec4 { in wywz() method
Ddvec4_impl.rs1825 fn wywz(self) -> DVec4 { in wywz() method
Divec4_impl.rs1825 fn wywz(self) -> IVec4 { in wywz() method
/external/swiftshader/src/Reactor/
DSwizzle.hpp397 Swizzle4<Vector4, 0x3132> wywz; member
/external/rust/crates/glam/tests/
Dswizzles_u32.rs230 assert_eq!(v.wywz(), uvec4(4_u32, 2_u32, 4_u32, 3_u32));
Dswizzles_f64.rs230 assert_eq!(v.wywz(), dvec4(4_f64, 2_f64, 4_f64, 3_f64));
Dswizzles_i32.rs230 assert_eq!(v.wywz(), ivec4(4_i32, 2_i32, 4_i32, 3_i32));
Dswizzles_f32.rs230 assert_eq!(v.wywz(), vec4(4_f32, 2_f32, 4_f32, 3_f32));
/external/rust/crates/glam/src/swizzles/sse2/
Dvec4_impl.rs1832 fn wywz(self) -> Vec4 { in wywz() method
/external/rust/crates/glam/src/swizzles/wasm32/
Dvec4_impl.rs1829 fn wywz(self) -> Vec4 { in wywz() method
/external/rust/crates/glam/src/swizzles/coresimd/
Dvec4_impl.rs1829 fn wywz(self) -> Vec4 { in wywz() method
/external/rust/crates/glam/src/swizzles/scalar/
Dvec4_impl.rs1825 fn wywz(self) -> Vec4 { in wywz() method