Home
last modified time | relevance | path

Searched defs:vmask4 (Results 1 – 4 of 4) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_vecmathlib_sse_4.h337 struct vmask4 struct
342 ASTCENC_SIMD_INLINE explicit vmask4(__m128 a) in vmask4() function
350 ASTCENC_SIMD_INLINE explicit vmask4(__m128i a) in vmask4() function
358 ASTCENC_SIMD_INLINE explicit vmask4(bool a) in vmask4() argument
369 ASTCENC_SIMD_INLINE explicit vmask4(bool a, bool b, bool c, bool d) in vmask4() function
394 // vmask4 operators and functions argument
Dastcenc_vecmathlib_neon_4.h313 struct vmask4 struct
318 ASTCENC_SIMD_INLINE explicit vmask4(uint32x4_t a) in vmask4() function
327 ASTCENC_SIMD_INLINE explicit vmask4(int32x4_t a) in vmask4() argument
336 ASTCENC_SIMD_INLINE explicit vmask4(bool a) in vmask4() argument
346 ASTCENC_SIMD_INLINE explicit vmask4(bool a, bool b, bool c, bool d) in vmask4() argument
374 // vmask4 operators and functions argument
Dastcenc_vecmathlib_none_4.h317 struct vmask4 struct
322 ASTCENC_SIMD_INLINE explicit vmask4(int* p) in vmask4() function
333 ASTCENC_SIMD_INLINE explicit vmask4(bool a) in vmask4() function
346 ASTCENC_SIMD_INLINE explicit vmask4(bool a, bool b, bool c, bool d) in vmask4() argument
369 // vmask4 operators and functions argument
/third_party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1868 TEST(vmask4, scalar_literal_construct) in TEST() argument
1890 TEST(vmask4, literal_construct) in TEST() argument
1905 TEST(vmask4, or) in TEST() argument
1920 TEST(vmask4, and) in TEST() argument
1935 TEST(vmask4, xor) in TEST() argument
1950 TEST(vmask4, not) in TEST() argument