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

Function all

Source/astcenc_vecmathlib_none_4.h:432–435  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

maskFunction · 0.70

Tested by

no test coverage detected