Searched refs:dot3_s (Results 1 - 6 of 6) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_find_best_partitioning.cpp | 750 uncor_error += dot3_s(uncor_vector * uncor_vector, error_weights); 751 samec_error += dot3_s(samec_vector * samec_vector, error_weights);
|
H A D | astcenc_vecmathlib_common_4.h | 337 ASTCENC_SIMD_INLINE float dot3_s(vfloat4 a, vfloat4 b) in dot3_s() function
|
H A D | astcenc_ideal_endpoints_and_weights.cpp | 480 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 D | astcenc_pick_best_endpoint_format.cpp | 464 float rgb_range_error = dot3_s(sum_range_error, error_weight)
|
H A D | astcenc_vecmathlib_sse_4.h | 1282 ASTCENC_SIMD_INLINE float dot3_s(vfloat4 a, vfloat4 b) in dot3_s() function
|
/third_party/astc-encoder/Source/UnitTest/ |
H A D | test_simd.cpp | 1019 /** @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