Searched refs:new_group_x (Results 1 – 1 of 1) sorted by relevance
135 int new_group_x = x * group.x; in GetMaxSizeWithMinPenalty() local136 if (new_group_x * new_group_y > max_size) { in GetMaxSizeWithMinPenalty()139 if (GetPenalty(size, int2(new_group_x, new_group_y)) == min_penalty) { in GetMaxSizeWithMinPenalty()140 return int2(new_group_x, new_group_y); in GetMaxSizeWithMinPenalty()