Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3142 std::vector<tcu::IVec2> widthsDownwards; in verifyWidePointAt() local
3204widthsDownwards.push_back(scanPointWidthAt(tcu::IVec2(pointPos.x(), y), viewport, expectedPointSiz… in verifyWidePointAt()
3209 …ttom || (pointType == POINT_PARTIAL && primitiveClippedBottom)) && !(widthsDownwards.empty() && wi… in verifyWidePointAt()
3211 …const tcu::IVec2& range = (widthsDownwards.empty()) ? (widthsUpwards.front()) : (widthsDownwards in verifyWidePointAt()
3224 for (int ndx = 0; ndx < (int)widthsDownwards.size(); ++ndx) in verifyWidePointAt()
3225 widths.push_back(widthsDownwards[ndx]); in verifyWidePointAt()