Home
last modified time | relevance | path

Searched refs:vfloat3 (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_averages_and_directions.cpp88 vfloat4 p0_total = vfloat3(hadd_s(pp_avg_rgb[0]), in compute_partition_averages_rgb()
128 vfloat4 p0_total = vfloat3(hadd_s(pp_avg_rgb[0][0]), in compute_partition_averages_rgb()
132 vfloat4 p1_total = vfloat3(hadd_s(pp_avg_rgb[1][0]), in compute_partition_averages_rgb()
177 vfloat4 p0_total = vfloat3(hadd_s(pp_avg_rgb[0][0]), in compute_partition_averages_rgb()
181 vfloat4 p1_total = vfloat3(hadd_s(pp_avg_rgb[1][0]), in compute_partition_averages_rgb()
185 vfloat4 p2_total = vfloat3(hadd_s(pp_avg_rgb[2][0]), in compute_partition_averages_rgb()
532 vfloat4 texel_datum = vfloat3(data_vr[iwt], in compute_avgs_and_dirs_3_comp()
Dastcenc_vecmathlib.h275 static ASTCENC_SIMD_INLINE vfloat4 vfloat3(float a, float b, float c) in vfloat3() function
Dastcenc_ideal_endpoints_and_weights.cpp434 vfloat4 point = vfloat3(data_vr[tix], data_vg[tix], data_vb[tix]); in compute_ideal_colors_and_weights_3_comp()
1286 vfloat4 lmrs_sum = vfloat3(left_sum_s, middle_sum_s, right_sum_s) * ls_weight; in recompute_ideal_colors_1plane()
1526 vfloat4 lmrs_sum = vfloat3(left1_sum_s, middle1_sum_s, right1_sum_s) * ls_weight; in recompute_ideal_colors_2planes()
Dastcenc_internal.h799 return vfloat3(data_r[index], in texel3()