MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / all

Function all

Source/astcenc_vecmathlib_avx2_8.h:317–320  ·  view source on GitHub ↗

* @brief True if all lanes are enabled, false otherwise. */

Source from the content-addressed store, hash-verified

315 * @brief True if all lanes are enabled, false otherwise.
316 */
317ASTCENC_SIMD_INLINE bool all(vmask8 a)
318{
319 return mask(a) == 0xFF;
320}
321
322// ============================================================================
323// vint8 operators and functions

Callers

nothing calls this directly

Calls 1

maskFunction · 0.70

Tested by

no test coverage detected