Lines Matching defs:min
1586 const int min = offsetRange.x();
1588 const int hmin = divRoundToZero(min, 2);
1591 result.push_back(GatherArgs(componentNdx, IVec2(min, max)));
1595 result.push_back(GatherArgs(componentNdx, IVec2(min, min)));
1596 result.push_back(GatherArgs(componentNdx, IVec2(max, min)));
1613 const int min = offsetRange.x();
1615 const int hmin = divRoundToZero(min, 2);
1619 IVec2(min, min),
1620 IVec2(min, max),
1621 IVec2(max, min),
1626 IVec2(min, hmax),