Searched refs:weight_val1 (Results 1 – 1 of 1) sorted by relevance
1993 vfloat weight_val1 = gatherf(weights, weight_idx1); in bilinear_infill_vla() local2004 return (weight_val0 * tex_weight_float0 + weight_val1 * tex_weight_float1) + in bilinear_infill_vla()2031 vfloat weight_val1 = gatherf(weights, weight_idx1); in bilinear_infill_vla_2() local2038 return (weight_val0 * tex_weight_float0 + weight_val1 * tex_weight_float1); in bilinear_infill_vla_2()