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

Function all

Source/astcenc_vecmathlib_sse_4.h:448–451  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

maskFunction · 0.70

Tested by

no test coverage detected