Home
last modified time | relevance | path

Searched refs:dot3_s (Results 1 - 6 of 6) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_find_best_partitioning.cpp750 uncor_error += dot3_s(uncor_vector * uncor_vector, error_weights);
751 samec_error += dot3_s(samec_vector * samec_vector, error_weights);
H A Dastcenc_vecmathlib_common_4.h337 ASTCENC_SIMD_INLINE float dot3_s(vfloat4 a, vfloat4 b) in dot3_s() function
H A Dastcenc_ideal_endpoints_and_weights.cpp480 float param = dot3_s(point - line.a, line.b);
1310 float scale = dot3_s(scale_dir, rgba);
1542 float scale = dot3_s(scale_dir, rgba);
1685 float psum = dot3_s(select(right1_sum, right2_sum, p2_mask), color_weight);
H A Dastcenc_pick_best_endpoint_format.cpp464 float rgb_range_error = dot3_s(sum_range_error, error_weight)
H A Dastcenc_vecmathlib_sse_4.h1282 ASTCENC_SIMD_INLINE float dot3_s(vfloat4 a, vfloat4 b) in dot3_s() function
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp1019 /** @brief Test vfloat4 dot3_s. */
1020 TEST(vfloat4, dot3_s) in TEST()
1024 float r = dot3_s(a, b); in TEST()

Completed in 10 milliseconds