all
Description
Signature
/// Requires Capability Set 1: bool all<T>(T x) where T : __BuiltinType; /// Requires Capability Set 1: bool all<T, N:int>(vector<T, N> x) where T : __BuiltinType; /// Requires Capability Set 2: bool all<T, N:int, M:int>(matrix<T, N, M> x) where T : __BuiltinType;
Generic Parameters
T: __BuiltinType
N : int
M : int
Parameters
x : T
x : vector<T, N>
x : 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.
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.
Capability Set 2
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.
spirv
Available in all stages.