Method YGroup4Zip_Widen
- Namespace
- Zyl.VectorTraits.Impl.AVector256
- Assembly
- VectorTraits.dll
YGroup4Zip_Widen(Vector256<sbyte>, Vector256<sbyte>, Vector256<sbyte>, Vector256<sbyte>, out Vector256<sbyte>, out Vector256<sbyte>, out Vector256<sbyte>)
Interleave 4 vectors into 4-element groups. It converts the 4-element groups SoA to AoS. It can also interleave R,G,B,A planar data into packed RGBA pixel data (将4个向量交织为4-元素组. 它能将4元素组的 结构体数组 转为 数组结构体. 它还能将 R,G,B,A 平面数据, 交织为 已打包的RGBA像素数据).
Mnemonic: element_ref(i, data0, data1, data2, data3) := (0==(i&3))?( x[i2] ):( (1==(i&3))?( y[i2] ):( (2==(i&s3))?( z[i2] ):( w[i2] ) ) )
, i2 := i/4
.
[CLSCompliant(false)]
public static Vector256<sbyte> YGroup4Zip_Widen(Vector256<sbyte> x, Vector256<sbyte> y, Vector256<sbyte> z, Vector256<sbyte> w, out Vector256<sbyte> data1, out Vector256<sbyte> data2, out Vector256<sbyte> data3)
Parameters
x
Vector256<sbyte>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector256<sbyte>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
z
Vector256<sbyte>A vector consisting purely of Z-components (纯由Z分量所组成的向量).
w
Vector256<sbyte>A vector consisting purely of W-components (纯由W分量所组成的向量).
data1
Vector256<sbyte>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<sbyte>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<sbyte>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
Returns
YGroup4Zip_Widen(Vector256<byte>, Vector256<byte>, Vector256<byte>, Vector256<byte>, out Vector256<byte>, out Vector256<byte>, out Vector256<byte>)
Interleave 4 vectors into 4-element groups. It converts the 4-element groups SoA to AoS. It can also interleave R,G,B,A planar data into packed RGBA pixel data (将4个向量交织为4-元素组. 它能将4元素组的 结构体数组 转为 数组结构体. 它还能将 R,G,B,A 平面数据, 交织为 已打包的RGBA像素数据).
Mnemonic: element_ref(i, data0, data1, data2, data3) := (0==(i&3))?( x[i2] ):( (1==(i&3))?( y[i2] ):( (2==(i&s3))?( z[i2] ):( w[i2] ) ) )
, i2 := i/4
.
public static Vector256<byte> YGroup4Zip_Widen(Vector256<byte> x, Vector256<byte> y, Vector256<byte> z, Vector256<byte> w, out Vector256<byte> data1, out Vector256<byte> data2, out Vector256<byte> data3)
Parameters
x
Vector256<byte>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector256<byte>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
z
Vector256<byte>A vector consisting purely of Z-components (纯由Z分量所组成的向量).
w
Vector256<byte>A vector consisting purely of W-components (纯由W分量所组成的向量).
data1
Vector256<byte>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<byte>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<byte>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
Returns
YGroup4Zip_Widen(Vector256<short>, Vector256<short>, Vector256<short>, Vector256<short>, out Vector256<short>, out Vector256<short>, out Vector256<short>)
Interleave 4 vectors into 4-element groups. It converts the 4-element groups SoA to AoS. It can also interleave R,G,B,A planar data into packed RGBA pixel data (将4个向量交织为4-元素组. 它能将4元素组的 结构体数组 转为 数组结构体. 它还能将 R,G,B,A 平面数据, 交织为 已打包的RGBA像素数据).
Mnemonic: element_ref(i, data0, data1, data2, data3) := (0==(i&3))?( x[i2] ):( (1==(i&3))?( y[i2] ):( (2==(i&s3))?( z[i2] ):( w[i2] ) ) )
, i2 := i/4
.
public static Vector256<short> YGroup4Zip_Widen(Vector256<short> x, Vector256<short> y, Vector256<short> z, Vector256<short> w, out Vector256<short> data1, out Vector256<short> data2, out Vector256<short> data3)
Parameters
x
Vector256<short>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector256<short>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
z
Vector256<short>A vector consisting purely of Z-components (纯由Z分量所组成的向量).
w
Vector256<short>A vector consisting purely of W-components (纯由W分量所组成的向量).
data1
Vector256<short>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<short>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<short>Returns part 3 of the interleaved data (返回交织后数据的第3部分).
Returns
YGroup4Zip_Widen(Vector256<ushort>, Vector256<ushort>, Vector256<ushort>, Vector256<ushort>, out Vector256<ushort>, out Vector256<ushort>, out Vector256<ushort>)
Interleave 4 vectors into 4-element groups. It converts the 4-element groups SoA to AoS. It can also interleave R,G,B,A planar data into packed RGBA pixel data (将4个向量交织为4-元素组. 它能将4元素组的 结构体数组 转为 数组结构体. 它还能将 R,G,B,A 平面数据, 交织为 已打包的RGBA像素数据).
Mnemonic: element_ref(i, data0, data1, data2, data3) := (0==(i&3))?( x[i2] ):( (1==(i&3))?( y[i2] ):( (2==(i&s3))?( z[i2] ):( w[i2] ) ) )
, i2 := i/4
.
[CLSCompliant(false)]
public static Vector256<ushort> YGroup4Zip_Widen(Vector256<ushort> x, Vector256<ushort> y, Vector256<ushort> z, Vector256<ushort> w, out Vector256<ushort> data1, out Vector256<ushort> data2, out Vector256<ushort> data3)
Parameters
x
Vector256<ushort>A vector consisting purely of X-components (纯由X分量所组成的向量).
y
Vector256<ushort>A vector consisting purely of Y-components (纯由Y分量所组成的向量).
z
Vector256<ushort>A vector consisting purely of Z-components (纯由Z分量所组成的向量).
w
Vector256<ushort>A vector consisting purely of W-components (纯由W分量所组成的向量).
data1
Vector256<ushort>Returns part 1 of the interleaved data (返回交织后数据的第1部分).
data2
Vector256<ushort>Returns part 2 of the interleaved data (返回交织后数据的第2部分).
data3
Vector256<ushort>Returns part 3 of the interleaved data (返回交织后数据的第3部分).