Home
last modified time | relevance | path

Searched refs:widthsUpwards (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3141 std::vector<tcu::IVec2> widthsUpwards; in verifyWidePointAt() local
3167widthsUpwards.push_back(scanPointWidthAt(tcu::IVec2(pointPos.x(), y), viewport, expectedPointSize,… in verifyWidePointAt()
3172 …if ((viewportClippedTop || (pointType == POINT_PARTIAL && primitiveClippedTop)) && !widthsUpwards.… in verifyWidePointAt()
3174 const tcu::IVec2& range = widthsUpwards.back(); in verifyWidePointAt()
3209 …= POINT_PARTIAL && primitiveClippedBottom)) && !(widthsDownwards.empty() && widthsUpwards.empty())) in verifyWidePointAt()
3211 …const tcu::IVec2& range = (widthsDownwards.empty()) ? (widthsUpwards.front()) : (widthsDownwards… in verifyWidePointAt()
3222 for (int ndx = 0; ndx < (int)widthsUpwards.size(); ++ndx) in verifyWidePointAt()
3223 widths.push_back(widthsUpwards[(int)widthsUpwards.size() - ndx - 1]); in verifyWidePointAt()