Home
last modified time | relevance | path

Searched refs:yzxw (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/tests/graw/fragment-shader/
Dfrag-xpd.sh6 XPD OUT[0], IN[0], IN[0].yzxw
Dfrag-sub.sh6 SUB OUT[0], IN[0], IN[0].yzxw
Dfrag-srcmod-neg.sh8 SUB TEMP[0], IN[0], IN[0].yzxw
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dspv.specConstantOperations.vert103 const ivec4 iv_yzxw = iv.yzxw;
Dspv.Operations.frag61 v += modf(v, v.yzxw);
/external/deqp-deps/glslang/Test/
Dspv.specConstantOperations.vert103 const ivec4 iv_yzxw = iv.yzxw;
Dspv.Operations.frag61 v += modf(v, v.yzxw);
/external/rust/crates/glam/src/swizzles/
Dvec_traits.rs677 fn yzxw(self) -> Self; in yzxw() method
Duvec4_impl.rs1210 fn yzxw(self) -> UVec4 { in yzxw() method
Ddvec4_impl.rs1210 fn yzxw(self) -> DVec4 { in yzxw() method
Divec4_impl.rs1210 fn yzxw(self) -> IVec4 { in yzxw() method
/external/swiftshader/src/Reactor/
DSwizzle.hpp415 Swizzle4<Vector4, 0x1203> yzxw; member
/external/rust/crates/glam/tests/
Dswizzles_u32.rs107 assert_eq!(v.yzxw(), uvec4(2_u32, 3_u32, 1_u32, 4_u32));
Dswizzles_f64.rs107 assert_eq!(v.yzxw(), dvec4(2_f64, 3_f64, 1_f64, 4_f64));
Dswizzles_i32.rs107 assert_eq!(v.yzxw(), ivec4(2_i32, 3_i32, 1_i32, 4_i32));
Dswizzles_f32.rs107 assert_eq!(v.yzxw(), vec4(2_f32, 3_f32, 1_f32, 4_f32));
/external/rust/crates/glam/src/swizzles/sse2/
Dvec4_impl.rs1217 fn yzxw(self) -> Vec4 { in yzxw() method
/external/rust/crates/glam/src/swizzles/wasm32/
Dvec4_impl.rs1214 fn yzxw(self) -> Vec4 { in yzxw() method
/external/rust/crates/glam/src/swizzles/coresimd/
Dvec4_impl.rs1214 fn yzxw(self) -> Vec4 { in yzxw() method
/external/rust/crates/glam/src/swizzles/scalar/
Dvec4_impl.rs1210 fn yzxw(self) -> Vec4 { in yzxw() method