Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_common_4.h330 ASTCENC_SIMD_INLINE vfloat4 dot3(vfloat4 a, vfloat4 b) in dot3() function
Dastcenccli_error_metrics.cpp281 float normal_cos = clamp(-1.0f, 1.0f, dot3(normal1, normal2)).lane<0>(); in compute_error_metrics()
Dastcenc_pick_best_endpoint_format.cpp263 …uncor_rgb_plines.amod = uncor_rgb_lines.a - uncor_rgb_lines.b * dot3(uncor_rgb_lines.a, uncor_rgb_… in compute_encoding_choice_errors()
270 …rgb_luma_plines.amod = rgb_luma_lines.a - rgb_luma_lines.b * dot3(rgb_luma_lines.a, rgb_luma_lines… in compute_encoding_choice_errors()
Dastcenc_find_best_partitioning.cpp685 … pl.uncor_pline.amod = pl.uncor_line.a - pl.uncor_line.b * dot3(pl.uncor_line.a, pl.uncor_line.b); in find_best_partition_candidates()
Dastcenc_vecmathlib_sse_4.h1258 ASTCENC_SIMD_INLINE vfloat4 dot3(vfloat4 a, vfloat4 b) in dot3() function
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp1008 TEST(vfloat4, dot3) in TEST() argument
1012 vfloat4 r = dot3(a, b); in TEST()