Searched refs:eai_in (Results 1 – 2 of 2) sorted by relevance
775 const endpoints_and_weights& eai_in, in compute_ideal_weights_for_decimation() argument788 eai_out.ep = eai_in.ep; in compute_ideal_weights_for_decimation()789 eai_out.is_constant_weight_error_scale = eai_in.is_constant_weight_error_scale; in compute_ideal_weights_for_decimation()804 vfloat weight(eai_in.weights + i); in compute_ideal_weights_for_decimation()805 vfloat weight_error_scale(eai_in.weight_error_scale + i); in compute_ideal_weights_for_decimation()827 bool constant_wes = eai_in.is_constant_weight_error_scale; in compute_ideal_weights_for_decimation()828 vfloat weight_error_scale(eai_in.weight_error_scale[0]); in compute_ideal_weights_for_decimation()850 weight_error_scale = gatherf(eai_in.weight_error_scale, texel); in compute_ideal_weights_for_decimation()856 initial_weight += gatherf(eai_in.weights, texel) * contrib_weight; in compute_ideal_weights_for_decimation()908 weight_error_scale = gatherf(eai_in.weight_error_scale, texel); in compute_ideal_weights_for_decimation()[all …]
1901 const endpoints_and_weights& eai_in,