Searched refs:x_weight (Results 1 – 1 of 1) sorted by relevance
286 …unsigned int x_weight = (((1024 + x_texels / 2) / (x_texels - 1)) * x * (x_weights - 1) + 32) >> 6; in init_decimation_info_2d() local289 unsigned int x_weight_frac = x_weight & 0xF; in init_decimation_info_2d()291 unsigned int x_weight_int = x_weight >> 4; in init_decimation_info_2d()485 int x_weight = (((1024 + x_texels / 2) / (x_texels - 1)) * x * (x_weights - 1) + 32) >> 6; in init_decimation_info_3d() local489 int x_weight_frac = x_weight & 0xF; in init_decimation_info_3d()492 int x_weight_int = x_weight >> 4; in init_decimation_info_3d()