Searched refs:gatherf (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_averages_and_directions.cpp | 793 vfloat data_r = gatherf(blk.data_r, texel_idxs); in compute_error_squared_rgba() 794 vfloat data_g = gatherf(blk.data_g, texel_idxs); in compute_error_squared_rgba() 795 vfloat data_b = gatherf(blk.data_b, texel_idxs); in compute_error_squared_rgba() 796 vfloat data_a = gatherf(blk.data_a, texel_idxs); in compute_error_squared_rgba() 932 vfloat data_r = gatherf(blk.data_r, texel_idxs); in compute_error_squared_rgb() 933 vfloat data_g = gatherf(blk.data_g, texel_idxs); in compute_error_squared_rgb() 934 vfloat data_b = gatherf(blk.data_b, texel_idxs); in compute_error_squared_rgb()
|
D | astcenc_ideal_endpoints_and_weights.cpp | 50 vfloat weight_val0 = gatherf(weights, weight_idx0); in bilinear_infill_vla() 51 vfloat weight_val1 = gatherf(weights, weight_idx1); in bilinear_infill_vla() 52 vfloat weight_val2 = gatherf(weights, weight_idx2); in bilinear_infill_vla() 53 vfloat weight_val3 = gatherf(weights, weight_idx3); in bilinear_infill_vla() 88 vfloat weight_val0 = gatherf(weights, weight_idx0); in bilinear_infill_vla_2() 89 vfloat weight_val1 = gatherf(weights, weight_idx1); in bilinear_infill_vla_2() 902 weight_error_scale = gatherf(ei.weight_error_scale, texel); in compute_ideal_weights_for_decimation() 908 initial_weight += gatherf(ei.weights, texel) * contrib_weight; in compute_ideal_weights_for_decimation() 960 weight_error_scale = gatherf(ei.weight_error_scale, texel); in compute_ideal_weights_for_decimation() 964 vfloat old_weight = gatherf(infilled_weights, texel); in compute_ideal_weights_for_decimation() [all …]
|
D | astcenc_pick_best_endpoint_format.cpp | 132 vfloat data_a = gatherf(blk.data_a, tix); in compute_error_squared_rgb_single_partition() 138 vfloat data_r = gatherf(blk.data_r, tix); in compute_error_squared_rgb_single_partition() 139 vfloat data_g = gatherf(blk.data_g, tix); in compute_error_squared_rgb_single_partition() 140 vfloat data_b = gatherf(blk.data_b, tix); in compute_error_squared_rgb_single_partition()
|
D | astcenc_vecmathlib_neon_4.h | 812 ASTCENC_SIMD_INLINE vfloat4 gatherf(const float* base, vint4 indices) in gatherf() function
|
D | astcenc_vecmathlib_avx2_8.h | 969 ASTCENC_SIMD_INLINE vfloat8 gatherf(const float* base, vint8 indices) in gatherf() function
|
D | astcenc_vecmathlib_sse_4.h | 897 ASTCENC_SIMD_INLINE vfloat4 gatherf(const float* base, vint4 indices) in gatherf() function
|
D | astcenc_vecmathlib_none_4.h | 920 ASTCENC_SIMD_INLINE vfloat4 gatherf(const float* base, vint4 indices) in gatherf() function
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/UnitTest/ |
D | test_simd.cpp | 920 TEST(vfloat4, gatherf) in TEST() argument 923 vfloat4 r = gatherf(f32_data, indices); in TEST() 2668 TEST(vfloat8, gatherf) in TEST() argument 2671 vfloat8 r = gatherf(f32_data, indices); in TEST()
|