Searched refs:bool3 (Results 1 – 3 of 3) sorted by relevance
62 typedef vector<bool, 3> bool3; typedef
233 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);
273 constexpr bool3 isinf(double3 V) { return isinf((float3)V); } in isinf()