Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_neon_4.h303 struct vmask4 struct
308 ASTCENC_SIMD_INLINE explicit vmask4(uint32x4_t a) in vmask4() argument
317 ASTCENC_SIMD_INLINE explicit vmask4(int32x4_t a) in vmask4() function
326 ASTCENC_SIMD_INLINE explicit vmask4(bool a) in vmask4() function
336 ASTCENC_SIMD_INLINE explicit vmask4(bool a, bool b, bool c, bool d) in vmask4() function
364 // vmask4 operators and functions argument
Dastcenc_vecmathlib_sse_4.h324 struct vmask4 struct
329 ASTCENC_SIMD_INLINE explicit vmask4(__m128 a) in vmask4() function
337 ASTCENC_SIMD_INLINE explicit vmask4(__m128i a) in vmask4() function
345 ASTCENC_SIMD_INLINE explicit vmask4(bool a) in vmask4() function
356 ASTCENC_SIMD_INLINE explicit vmask4(bool a, bool b, bool c, bool d) in vmask4() argument
381 // vmask4 operators and functions argument
Dastcenc_vecmathlib_none_4.h307 struct vmask4 struct
312 ASTCENC_SIMD_INLINE explicit vmask4(int* p) in vmask4() function
323 ASTCENC_SIMD_INLINE explicit vmask4(bool a) in vmask4() function
336 ASTCENC_SIMD_INLINE explicit vmask4(bool a, bool b, bool c, bool d) in vmask4() argument
352 // vmask4 operators and functions argument
/hardware/google/gfxstream/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