Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_common_4.h321 ASTCENC_SIMD_INLINE float dot3_s(vfloat4 a, vfloat4 b) in dot3_s() function
Dastcenc_find_best_partitioning.cpp721 uncor_error += dot3_s(uncor_vector * uncor_vector, error_weights); in find_best_partition_candidates()
722 samec_error += dot3_s(samec_vector * samec_vector, error_weights); in find_best_partition_candidates()
Dastcenc_ideal_endpoints_and_weights.cpp435 float param = dot3_s(point - line.a, line.b); in compute_ideal_colors_and_weights_3_comp()
1264 float scale = dot3_s(scale_dir, rgba); in recompute_ideal_colors_1plane()
1493 float scale = dot3_s(scale_dir, rgba); in recompute_ideal_colors_2planes()
1532 float psum = dot3_s(select(right1_sum, right2_sum, p2_mask), color_weight); in recompute_ideal_colors_2planes()
Dastcenc_vecmathlib_sse_4.h1250 ASTCENC_SIMD_INLINE float dot3_s(vfloat4 a, vfloat4 b) in dot3_s() function
Dastcenc_pick_best_endpoint_format.cpp378 float rgb_range_error = dot3_s(sum_range_error, error_weight) in compute_color_error_for_every_integer_count_and_quant_level()
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1020 TEST(vfloat4, dot3_s) in TEST() argument
1024 float r = dot3_s(a, b); in TEST()