* @brief True if all lanes are enabled, false otherwise. */
| 446 | * @brief True if all lanes are enabled, false otherwise. |
| 447 | */ |
| 448 | ASTCENC_SIMD_INLINE bool all(vmask4 a) |
| 449 | { |
| 450 | return mask(a) == 0xF; |
| 451 | } |
| 452 | |
| 453 | // ============================================================================ |
| 454 | // vint4 operators and functions |