* @brief True if all lanes are enabled, false otherwise. */
| 430 | * @brief True if all lanes are enabled, false otherwise. |
| 431 | */ |
| 432 | ASTCENC_SIMD_INLINE bool all(vmask4 a) |
| 433 | { |
| 434 | return mask(a) == 0xF; |
| 435 | } |
| 436 | |
| 437 | // ============================================================================ |
| 438 | // vint4 operators and functions |