Searched refs:int64_t2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/ |
| H A D | hlsl_alias_intrinsics.h | 109 int64_t2 abs(int64_t2); 268 bool all(int64_t2); 402 bool any(int64_t2); 644 int64_t2 clamp(int64_t2, int64_t2, int64_t2); 824 const inline uint2 countbits(int64_t2 x) { in countbits() 960 int64_t dot(int64_t2, int64_t2); 1112 uint2 firstbithigh(int64_t2); 1184 uint2 firstbitlow(int64_t2); 1502 int64_t2 mad(int64_t2, int64_t2, int64_t2); 1606 int64_t2 max(int64_t2, int64_t2); [all …]
|
| H A D | hlsl_compat_overloads.h | 63 constexpr float2 fn(int64_t2 V) { return fn((float2)V); } \ 89 constexpr float2 fn(int64_t2 V1, int64_t2 V2) { \ 139 constexpr float2 fn(int64_t2 V1, int64_t2 V2, int64_t2 V3) { \
|
| H A D | hlsl_basic_types.h | 81 typedef vector<int64_t, 2> int64_t2; typedef
|