/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib_neon_4.h | 303 struct vmask4 struct 308 ASTCENC_SIMD_INLINE explicit vmask4(uint32x4_t a) in vmask4() function 317 ASTCENC_SIMD_INLINE explicit vmask4(int32x4_t a) in vmask4() function 326 ASTCENC_SIMD_INLINE explicit vmask4(bool a) in vmask4() argument 336 ASTCENC_SIMD_INLINE explicit vmask4(bool a, bool b, bool c, bool d) in vmask4() argument 364 // vmask4 operators and functions argument
|
D | astcenc_vecmathlib_sse_4.h | 324 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() argument 356 ASTCENC_SIMD_INLINE explicit vmask4(bool a, bool b, bool c, bool d) in vmask4() function 381 // vmask4 operators and functions argument
|
D | astcenc_vecmathlib_none_4.h | 307 struct vmask4 struct 312 ASTCENC_SIMD_INLINE explicit vmask4(int* p) in vmask4() argument 323 ASTCENC_SIMD_INLINE explicit vmask4(bool a) in vmask4() argument 336 ASTCENC_SIMD_INLINE explicit vmask4(bool a, bool b, bool c, bool d) in vmask4() argument 352 // vmask4 operators and functions argument
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 1868 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
|
/aosp_15_r20/external/XNNPACK/src/f16-f32-vcvt/gen/ |
H A D | vcvt-sse2-int32-x24.c | 81 const __m128i vmask4 = _mm_cmpgt_epi32(vnonsign4, vdenorm_cutoff); in xnn_f16_f32_vcvt_ukernel__sse2_int32_x24() local
|
H A D | vcvt-sse41-int32-x24.c | 81 const __m128i vmask4 = _mm_cmpgt_epi32(vnonsign4, vdenorm_cutoff); in xnn_f16_f32_vcvt_ukernel__sse41_int32_x24() local
|
H A D | vcvt-avx-int32-x24.c | 81 const __m128i vmask4 = _mm_cmpgt_epi32(vnonsign4, vdenorm_cutoff); in xnn_f16_f32_vcvt_ukernel__avx_int32_x24() local
|
H A D | vcvt-sse2-int32-x32.c | 92 const __m128i vmask4 = _mm_cmpgt_epi32(vnonsign4, vdenorm_cutoff); in xnn_f16_f32_vcvt_ukernel__sse2_int32_x32() local
|
H A D | vcvt-avx-int32-x32.c | 92 const __m128i vmask4 = _mm_cmpgt_epi32(vnonsign4, vdenorm_cutoff); in xnn_f16_f32_vcvt_ukernel__avx_int32_x32() local
|
H A D | vcvt-sse41-int32-x32.c | 92 const __m128i vmask4 = _mm_cmpgt_epi32(vnonsign4, vdenorm_cutoff); in xnn_f16_f32_vcvt_ukernel__sse41_int32_x32() local
|