Home
last modified time | relevance | path

Searched refs:storea (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_weight_align.cpp110 storea(isample, isamplev + i); in compute_angular_offsets()
130 storea(ofs, offsets + i); in compute_angular_offsets()
211 storea(minidx, lowest_weight + sp); in compute_lowest_and_highest_weight()
212 storea(span, weight_span + sp); in compute_lowest_and_highest_weight()
218 storea(errval * errscale, error + sp); in compute_lowest_and_highest_weight()
219 storea(cut_low_weight_err * errscale, cut_low_weight_error + sp); in compute_lowest_and_highest_weight()
220 storea(cut_high_weight_err * errscale, cut_high_weight_error + sp); in compute_lowest_and_highest_weight()
Dastcenc_vecmathlib_sse_4.h622 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function
654 storea(indices, idx); in gatheri()
903 storea(indices, idx); in gatherf()
919 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* p) in storea() function
1091 storea(t0, reinterpret_cast<int*>(table + 0)); in vtable_8bt_32bi()
1118 storea(t0, reinterpret_cast<int*>(table + 0)); in vtable_8bt_32bi()
1119 storea(t1, reinterpret_cast<int*>(table + 16)); in vtable_8bt_32bi()
1154 storea(t0, reinterpret_cast<int*>(table + 0)); in vtable_8bt_32bi()
1155 storea(t1, reinterpret_cast<int*>(table + 16)); in vtable_8bt_32bi()
1156 storea(t2, reinterpret_cast<int*>(table + 32)); in vtable_8bt_32bi()
[all …]
Dastcenc_vecmathlib_common_4.h387 storea(a, v); in print()
398 storea(a, v); in printx()
409 storea(a, v); in print()
Dastcenc_ideal_endpoints_and_weights.cpp859 storea(vfloat::zero(), dec_weight_ideal_value + prev_weight_count_simd); in compute_ideal_weights_for_decimation()
869 storea(weight, dec_weight_ideal_value + i); in compute_ideal_weights_for_decimation()
911 storea(initial_weight / weight_weight, dec_weight_ideal_value + i); in compute_ideal_weights_for_decimation()
922 storea(weight, infilled_weights + i); in compute_ideal_weights_for_decimation()
930 storea(weight, infilled_weights + i); in compute_ideal_weights_for_decimation()
975 storea(weight_val + step, dec_weight_ideal_value + i); in compute_ideal_weights_for_decimation()
1052 storea(ixl * rscalev + low_boundv, weight_set_out + i); in compute_quantized_weights_for_decimation()
1086 storea(ixl * rscalev + low_boundv, weight_set_out + i); in compute_quantized_weights_for_decimation()
1179 storea(unquant_valuef, dec_weight + i); in recompute_ideal_colors_1plane()
1193 storea(weight, undec_weight + i); in recompute_ideal_colors_1plane()
[all …]
Dastcenc_vecmathlib_none_4.h628 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
1087 storea(t0, reinterpret_cast<int*>(table + 0)); in vtable_8bt_32bi()
1102 storea(t0, reinterpret_cast<int*>(table + 0)); in vtable_8bt_32bi()
1103 storea(t1, reinterpret_cast<int*>(table + 16)); in vtable_8bt_32bi()
1117 storea(t0, reinterpret_cast<int*>(table + 0)); in vtable_8bt_32bi()
1118 storea(t1, reinterpret_cast<int*>(table + 16)); in vtable_8bt_32bi()
1119 storea(t2, reinterpret_cast<int*>(table + 32)); in vtable_8bt_32bi()
1120 storea(t3, reinterpret_cast<int*>(table + 48)); in vtable_8bt_32bi()
Dastcenc_vecmathlib_avx2_8.h541 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
1166 storea(a, v); in print()
1177 storea(a, v); in printx()
1188 storea(a, v); in print()
Dastcenc_vecmathlib_neon_4.h575 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function
602 storea(indices, idx); in gatheri()
815 storea(indices, idx); in gatherf()
835 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* p) in storea() function
Dastcenc_image.cpp114 storea(data, datas); in swz_texel()
Dastcenc_compress_symbolic.cpp257 storea(unquant_valuef, uq_weightsf + we_idx); in realign_weights_decimated()
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp931 TEST(vfloat4, storea) in TEST() argument
935 storea(a, out); in TEST()
1726 TEST(vint4, storea) in TEST() argument
1730 storea(a, out); in TEST()
2699 TEST(vfloat8, storea) in TEST() argument
3261 TEST(vint8, storea) in TEST() argument
3265 storea(a, out); in TEST()