Home
last modified time | relevance | path

Searched defs:I16Vec4 (Results 1 – 19 of 19) sorted by relevance

/external/rust/android-crates-io/crates/glam/src/swizzles/
Di16vec4_impl.rs5 impl Vec4Swizzles for I16Vec4 { implementation
756 fn xxxx(self) -> I16Vec4 { in xxxx()
762 fn xxxy(self) -> I16Vec4 { in xxxy()
768 fn xxxz(self) -> I16Vec4 { in xxxz()
774 fn xxxw(self) -> I16Vec4 { in xxxw()
780 fn xxyx(self) -> I16Vec4 { in xxyx()
786 fn xxyy(self) -> I16Vec4 { in xxyy()
792 fn xxyz(self) -> I16Vec4 { in xxyz()
798 fn xxyw(self) -> I16Vec4 { in xxyw()
804 fn xxzx(self) -> I16Vec4 { in xxzx()
[all …]
Di16vec3_impl.rs285 fn xxxx(self) -> I16Vec4 { in xxxx()
291 fn xxxy(self) -> I16Vec4 { in xxxy()
297 fn xxxz(self) -> I16Vec4 { in xxxz()
303 fn xxyx(self) -> I16Vec4 { in xxyx()
309 fn xxyy(self) -> I16Vec4 { in xxyy()
315 fn xxyz(self) -> I16Vec4 { in xxyz()
321 fn xxzx(self) -> I16Vec4 { in xxzx()
327 fn xxzy(self) -> I16Vec4 { in xxzy()
333 fn xxzz(self) -> I16Vec4 { in xxzz()
339 fn xyxx(self) -> I16Vec4 { in xyxx()
[all …]
Di16vec2_impl.rs87 fn xxxx(self) -> I16Vec4 { in xxxx()
93 fn xxxy(self) -> I16Vec4 { in xxxy()
99 fn xxyx(self) -> I16Vec4 { in xxyx()
105 fn xxyy(self) -> I16Vec4 { in xxyy()
111 fn xyxx(self) -> I16Vec4 { in xyxx()
117 fn xyxy(self) -> I16Vec4 { in xyxy()
123 fn xyyx(self) -> I16Vec4 { in xyyx()
129 fn xyyy(self) -> I16Vec4 { in xyyy()
135 fn yxxx(self) -> I16Vec4 { in yxxx()
141 fn yxxy(self) -> I16Vec4 { in yxxy()
[all …]
/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec4.rs14 pub const fn i16vec4(x: i16, y: i16, z: i16, w: i16) -> I16Vec4 { in i16vec4()
24 pub struct I16Vec4 { struct
31 impl I16Vec4 { argument
913 impl Default for I16Vec4 { implementation
920 impl Div<I16Vec4> for I16Vec4 { implementation
933 impl Div<&I16Vec4> for I16Vec4 { implementation
936 fn div(self, rhs: &I16Vec4) -> I16Vec4 { in div()
941 impl Div<&I16Vec4> for &I16Vec4 { implementation
944 fn div(self, rhs: &I16Vec4) -> I16Vec4 { in div()
949 impl Div<I16Vec4> for &I16Vec4 { implementation
[all …]
Di16vec3.rs156 pub fn extend(self, w: i16) -> I16Vec4 { in extend()
/external/rust/android-crates-io/crates/glam/src/features/
Dimpl_bytemuck.rs76 unsafe impl Pod for I16Vec4 {} implementation
77 unsafe impl Zeroable for I16Vec4 {} implementation
/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec4.rs993 pub fn as_i16vec4(&self) -> crate::I16Vec4 { in as_i16vec4()
/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec4.rs885 pub fn as_i16vec4(&self) -> crate::I16Vec4 { in as_i16vec4()
/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec4.rs940 pub fn as_i16vec4(&self) -> crate::I16Vec4 { in as_i16vec4()
/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec4.rs907 pub fn as_i16vec4(&self) -> crate::I16Vec4 { in as_i16vec4()
/external/rust/android-crates-io/crates/glam/src/f32/neon/
Dvec4.rs922 pub fn as_i16vec4(&self) -> crate::I16Vec4 { in as_i16vec4()
/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec4.rs1004 pub fn as_i16vec4(&self) -> crate::I16Vec4 { in as_i16vec4()
/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec4.rs461 pub fn as_i16vec4(&self) -> crate::I16Vec4 { in as_i16vec4()
/external/rust/android-crates-io/crates/glam/src/u32/
Duvec4.rs461 pub fn as_i16vec4(&self) -> crate::I16Vec4 { in as_i16vec4()
/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec4.rs461 pub fn as_i16vec4(&self) -> crate::I16Vec4 { in as_i16vec4()
/external/rust/android-crates-io/crates/glam/src/u8/
Du8vec4.rs454 pub fn as_i16vec4(&self) -> crate::I16Vec4 { in as_i16vec4()
/external/rust/android-crates-io/crates/glam/src/i8/
Di8vec4.rs549 pub fn as_i16vec4(&self) -> crate::I16Vec4 { in as_i16vec4()
/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec4.rs556 pub fn as_i16vec4(&self) -> crate::I16Vec4 { in as_i16vec4()
/external/rust/android-crates-io/crates/glam/src/i32/
Divec4.rs556 pub fn as_i16vec4(&self) -> crate::I16Vec4 { in as_i16vec4()