Searched refs:gatherf (Results 1 - 9 of 9) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_pick_best_endpoint_format.cpp | 147 vfloat data_a = gatherf(blk.data_a, tix); in compute_error_squared_rgb_single_partition() 153 vfloat data_r = gatherf(blk.data_r, tix); in compute_error_squared_rgb_single_partition() 154 vfloat data_g = gatherf(blk.data_g, tix); in compute_error_squared_rgb_single_partition() 155 vfloat data_b = gatherf(blk.data_b, tix); in compute_error_squared_rgb_single_partition() 221 vfloat data_a = gatherf(blk.data_a, tix); in compute_error_squared_rgb_single_partition() 227 vfloat data_r = gatherf(blk.data_r, tix); in compute_error_squared_rgb_single_partition() 228 vfloat data_g = gatherf(blk.data_g, tix); in compute_error_squared_rgb_single_partition() 229 vfloat data_b = gatherf(blk.data_b, tix); in compute_error_squared_rgb_single_partition()
|
H A 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() 951 weight_error_scale = gatherf(ei.weight_error_scale, texel); 957 initial_weight += gatherf(ei.weights, texel) * contrib_weight; 1013 weight_error_scale = gatherf(ei.weight_error_scale, texel); 1017 vfloat old_weight = gatherf(infilled_weight [all...] |
H A D | astcenc_averages_and_directions.cpp | 783 vfloat data_r = gatherf(blk.data_r, texel_idxs); in compute_error_squared_rgba() 784 vfloat data_g = gatherf(blk.data_g, texel_idxs); in compute_error_squared_rgba() 785 vfloat data_b = gatherf(blk.data_b, texel_idxs); in compute_error_squared_rgba() 786 vfloat data_a = gatherf(blk.data_a, texel_idxs); in compute_error_squared_rgba() 897 vfloat data_r = gatherf(blk.data_r, texel_idxs); 898 vfloat data_g = gatherf(blk.data_g, texel_idxs); 899 vfloat data_b = gatherf(blk.data_b, texel_idxs);
|
H A D | astcenc_vecmathlib_common_4.h | 291 ASTCENC_SIMD_INLINE vfloat4 gatherf(const float* base, const uint8_t* idx) in gatherf() function
|
H A D | astcenc_vecmathlib_avx2_8.h | 977 ASTCENC_SIMD_INLINE vfloat8 gatherf(const float* base, vint8 indices) in gatherf() function
|
H A D | astcenc_vecmathlib_neon_4.h | 846 ASTCENC_SIMD_INLINE vfloat4 gatherf(const float* base, vint4 indices) in gatherf() function
|
H A D | astcenc_vecmathlib_sse_4.h | 918 ASTCENC_SIMD_INLINE vfloat4 gatherf(const float* base, vint4 indices) in gatherf() function
|
H A D | astcenc_vecmathlib_none_4.h | 944 ASTCENC_SIMD_INLINE vfloat4 gatherf(const float* base, vint4 indices) in gatherf() function
|
/third_party/astc-encoder/Source/UnitTest/ |
H A D | test_simd.cpp | 919 /** @brief Test vfloat4 gatherf. */ 920 TEST(vfloat4, gatherf) in TEST() 923 vfloat4 r = gatherf(f32_data, indices); in TEST() 2667 /** @brief Test vfloat8 gatherf. */ 2668 TEST(vfloat8, gatherf) in TEST() 2671 vfloat8 r = gatherf(f32_data, indices); in TEST()
|
Completed in 27 milliseconds