Lines Matching defs:max
1484 const int componentNdx = de::max(0, gatherArgs.componentNdx);
1505 const IVec4 colorBits = tcu::max(glu::TextureTestUtil::getBitsVec(pixelFormat) - 1, tcu::IVec4(0));
1531 const int componentNdx = de::max(0, gatherArgs.componentNdx);
1587 const int max = offsetRange.y();
1589 const int hmax = divRoundToZero(max, 2);
1591 result.push_back(GatherArgs(componentNdx, IVec2(min, max)));
1596 result.push_back(GatherArgs(componentNdx, IVec2(max, min)));
1597 result.push_back(GatherArgs(componentNdx, IVec2(max, max)));
1614 const int max = offsetRange.y();
1616 const int hmax = divRoundToZero(max, 2);
1620 IVec2(min, max),
1621 IVec2(max, min),
1622 IVec2(max, max)));
1627 IVec2(hmin, max),