WaveActiveAllEqual

Description

Signature

/// Requires Capability Set 1:
bool WaveActiveAllEqual<T>(T value)
    where T : __BuiltinType;

/// Requires Capability Set 1:
bool WaveActiveAllEqual<T, int N>(vector<T, N> value)
    where T : __BuiltinType;

/// Requires Capability Set 2:
bool WaveActiveAllEqual<T, int N, int M>(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

Capability Set 1

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 capability: spvGroupNonUniformVote.

Capability Set 2

Defined for the following targets:

hlsl

Available in all stages.

cuda

Available in all stages.