Lines Matching refs:weight_base
240 float weight_base = static_cast<float>(uqw);
248 vfloat4 color = color_base + color_offset * weight_base;
346 float weight_base = static_cast<float>(uqw);
354 vfloat4 color = color_base + color_offset * weight_base;
496 float weight_base = (uq_weightsf[di.texel_weights_tr[0][texel]] * di.texel_weight_contribs_float_tr[0][texel]
502 // float weight = astc::flt_rd(weight_base + 0.5f);
503 // float weight_down = astc::flt_rd(weight_base + 0.5f + uqw_diff_down * tw_base) - weight;
504 // float weight_up = astc::flt_rd(weight_base + 0.5f + uqw_diff_up * tw_base) - weight;
505 float weight_down = weight_base + uqw_diff_down * tw_base - weight_base;
506 float weight_up = weight_base + uqw_diff_up * tw_base - weight_base;
512 vfloat4 color = color_base + color_offset * weight_base;