Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h61 typedef vector<bool, 2> bool2; typedef
H A Dhlsl_alias_intrinsics.h231 bool all(bool2);
307 bool2 and(bool2 x, bool2 y);
365 bool any(bool2);
1278 bool2 isinf(half2);
1289 bool2 isinf(float2);
1790 bool2 or(bool2, bool2);
2367 __attribute__((convergent)) bool2 WaveReadLaneAt(bool2, uint32_t);
H A Dhlsl_compat_overloads.h272 constexpr bool2 isinf(double2 V) { return isinf((float2)V); } in isinf()