unpack_s8s32
Description
Unpack 4 signed 8-bit values into a vector of 32 bit integers.
Signature
vector<int, 4> unpack_s8s32(int8_t4_packed packed);
Parameters
packed : int8_t4_packed
Availability and Requirements
Defined for the following targets:
hlsl
Available in all stages.
glsl
Available in all stages.
cpp
Available in all stages.
cuda
Available in all stages.
metal
Available in all stages.
wgsl
Available in all stages.
spirv
Available in all stages.