Home
last modified time | relevance | path

Searched refs:bool4 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h63 typedef vector<bool, 4> bool4; typedef
H A Dhlsl_alias_intrinsics.h235 bool all(bool4);
311 bool4 and(bool4 x, bool4 y);
369 bool any(bool4);
1284 bool4 isinf(half4);
1293 bool4 isinf(float4);
1794 bool4 or(bool4, bool4);
2371 __attribute__((convergent)) bool4 WaveReadLaneAt(bool4, uint32_t);
H A Dhlsl_compat_overloads.h274 constexpr bool4 isinf(double4 V) { return isinf((float4)V); } in isinf()