WaveMatch¶
Description¶
Signature¶
vector<uint, 4> WaveMatch<T>(T value) where T : __BuiltinType; vector<uint, 4> WaveMatch<T, N:int>(vector<T, N> value) where T : __BuiltinType; vector<uint, 4> WaveMatch<T, N:int, M:int>(matrix<T, N, M> value) where T : __BuiltinType;
Generic Parameters¶
T: __BuiltinType¶
N : int¶
M : int¶
Parameters¶
value : T¶
value : vector<T, N>¶
value : matrix<T, N, M>¶
Availability and Requirements¶
Defined for the following targets:
hlsl¶
Available in all stages.
glsl¶
Available in all stages.
cuda¶
Available in all stages.
spirv¶
Available in all stages.
Requires capabilities: spvGroupNonUniformBallot, spvGroupNonUniformArithmetic, spvGroupNonUniformPartitionedNV.