Home
last modified time | relevance | path

Searched refs:storea (Results 1 - 11 of 11) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_weight_align.cpp110 storea(isample, isamplev + i); in compute_angular_offsets()
130 storea(ofs, offsets + i); in compute_angular_offsets()
231 storea(minidx, lowest_weight + sp); in compute_lowest_and_highest_weight()
232 storea(span, weight_span + sp); in compute_lowest_and_highest_weight()
238 storea(errval * errscale, error + sp); in compute_lowest_and_highest_weight()
239 storea(cut_low_weight_err * errscale, cut_low_weight_error + sp); in compute_lowest_and_highest_weight()
240 storea(cut_high_weight_err * errscale, cut_high_weight_error + sp); in compute_lowest_and_highest_weight()
307 storea(minidx, lowest_weight + sp); in compute_lowest_and_highest_weight()
308 storea(span, weight_span + sp); in compute_lowest_and_highest_weight()
314 storea(errva in compute_lowest_and_highest_weight()
[all...]
H A Dastcenc_ideal_endpoints_and_weights.cpp905 storea(vfloat::zero(), dec_weight_ideal_value + prev_weight_count_simd);
914 storea(weight, dec_weight_ideal_value + i);
960 storea(initial_weight / weight_weight, dec_weight_ideal_value + i);
971 storea(weight, infilled_weights + i);
979 storea(weight, infilled_weights + i);
1028 storea(weight_val + step, dec_weight_ideal_value + i);
1102 storea(ixl * rscalev + low_boundv, weight_set_out + i);
1133 storea(ixl * rscalev + low_boundv, weight_set_out + i);
1226 storea(unquant_valuef, dec_weight + i);
1240 storea(weigh
[all...]
H A Dastcenc_vecmathlib_common_4.h403 storea(a, v); in print()
414 storea(a, v); in printx()
425 storea(a, v); in print()
H A Dastcenc_vecmathlib_avx2_8.h549 ASTCENC_SIMD_INLINE void storea(vint8 a, int* p) in storea() function
993 ASTCENC_SIMD_INLINE void storea(vfloat8 a, float* p) in storea() function
1174 storea(a, v); in print()
1185 storea(a, v); in printx()
1196 storea(a, v); in print()
H A Dastcenc_vecmathlib_neon_4.h604 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function
639 storea(indices, idx); in gatheri()
849 storea(indices, idx); in gatherf()
869 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* p) in storea() function
H A Dastcenc_vecmathlib_sse_4.h635 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function
675 storea(indices, idx); in gatheri()
924 storea(indices, idx); in gatherf()
940 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* p) in storea() function
H A Dastcenc_pick_best_endpoint_format.cpp1248 storea(clear_error, errors_of_best_combination + packed_start_block_mode);
1254 storea(clear_error, errors_of_best_combination + packed_end_block_mode);
H A Dastcenc_vecmathlib_none_4.h645 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() function
966 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* ptr) in storea() function
H A Dastcenc_image.cpp114 storea(data, datas); in swz_texel()
H A Dastcenc_compress_symbolic.cpp467 storea(unquant_valuef, uq_weightsf + we_idx); in realign_weights_decimated()
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp930 /** @brief Test vfloat4 storea. */
931 TEST(vfloat4, storea) in TEST()
935 storea(a, out); in TEST()
1725 /** @brief Test vint4 storea. */
1726 TEST(vint4, storea) in TEST()
1730 storea(a, out); in TEST()
2698 /** @brief Test vfloat8 storea. */
2699 TEST(vfloat8, storea) in TEST()
3260 /** @brief Test vint8 storea. */
3261 TEST(vint8, storea) in TEST()
[all...]

Completed in 21 milliseconds