Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h62 typedef vector<bool, 3> bool3; typedef
H A Dhlsl_alias_intrinsics.h233 bool all(bool3);
309 bool3 and(bool3 x, bool3 y);
367 bool any(bool3);
1281 bool3 isinf(half3);
1291 bool3 isinf(float3);
1792 bool3 or(bool3, bool3);
2369 __attribute__((convergent)) bool3 WaveReadLaneAt(bool3, uint32_t);
H A Dhlsl_compat_overloads.h273 constexpr bool3 isinf(double3 V) { return isinf((float3)V); } in isinf()