Home
last modified time | relevance | path

Searched defs:accum (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_common_4.h276 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat4 a) in haccumulate()
284 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat4 a, vmask4 m) in haccumulate()
Dastcenc_vecmathlib_avx2_8.h917 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat8 a) in haccumulate()
931 ASTCENC_SIMD_INLINE void haccumulate(vfloat8& accum, vfloat8 a) in haccumulate()
941 ASTCENC_SIMD_INLINE void haccumulate(vfloat4& accum, vfloat8 a, vmask8 m) in haccumulate()
952 ASTCENC_SIMD_INLINE void haccumulate(vfloat8& accum, vfloat8 a, vmask8 m) in haccumulate()
Dastcenc_percentile_tables.cpp1183 unsigned int accum = apt->initial_percs[i]; in get_2d_percentile_table() local
Dastcenc_weight_align.cpp193 vfloat accum = cut_low_weight_err + vfloat(1.0f) - vfloat(2.0f) * diff; in compute_lowest_and_highest_weight() local