Searched defs:storea (Results 1 – 5 of 5) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_vecmathlib_none_4.h | 628 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function 942 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* ptr) in storea() function
|
D | astcenc_vecmathlib_neon_4.h | 575 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function 835 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* p) in storea() function
|
D | astcenc_vecmathlib_sse_4.h | 622 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function 919 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* p) in storea() function
|
D | astcenc_vecmathlib_avx2_8.h | 541 ASTCENC_SIMD_INLINE void storea(vint8 a, int* p) in storea() function 985 ASTCENC_SIMD_INLINE void storea(vfloat8 a, float* p) in storea() function
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 931 TEST(vfloat4, storea) in TEST() argument 1726 TEST(vint4, storea) in TEST() argument 2699 TEST(vfloat8, storea) in TEST() argument 3261 TEST(vint8, storea) in TEST() argument
|