Lines Matching refs:gatherf
50 vfloat weight_val0 = gatherf(weights, weight_idx0);
51 vfloat weight_val1 = gatherf(weights, weight_idx1);
52 vfloat weight_val2 = gatherf(weights, weight_idx2);
53 vfloat weight_val3 = gatherf(weights, weight_idx3);
88 vfloat weight_val0 = gatherf(weights, weight_idx0);
89 vfloat weight_val1 = gatherf(weights, weight_idx1);
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_weights, texel);
1018 vfloat ideal_weight = gatherf(ei.weights, texel);