Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp57 vfloat tex_weight_float1 = loada(di.texel_weights_float_4t[1] + index); in bilinear_infill_vla() local
62 return (weight_val0 * tex_weight_float0 + weight_val1 * tex_weight_float1) + in bilinear_infill_vla()
93 vfloat tex_weight_float1 = loada(di.texel_weights_float_4t[1] + index); in bilinear_infill_vla_2() local
96 return (weight_val0 * tex_weight_float0 + weight_val1 * tex_weight_float1); in bilinear_infill_vla_2()