Searched refs:pointType (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 2204 …st GeneratedPoint& refPoint, const ProjectedBBox& bbox, ResultPointType pointType, int& logFloodCo… 2205 …const GeneratedPoint& refPoint, const tcu::IVec4& bbox, ResultPointType pointType, int componentNd… 2866 …st GeneratedPoint& refPoint, const ProjectedBBox& bbox, ResultPointType pointType, int& logFloodCo… in verifyWidePoint() argument 2887 …return verifyWidePointAt(pointPos, viewport, refPoint, verificationArea, pointType, componentNdx, … in verifyWidePoint() 2904 …return verifyWidePointAt(testPos, viewport, refPoint, verificationArea, pointType, componentNdx, l… in verifyWidePoint() 2926 …const GeneratedPoint& refPoint, const tcu::IVec4& bbox, ResultPointType pointType, int componentNd… in verifyWidePointAt() argument 2964 …if ((viewportClippedTop || (pointType == POINT_PARTIAL && primitiveClippedTop)) && !widthsUpwards.… in verifyWidePointAt() 2968 …const bool widthClipped = (pointType == POINT_PARTIAL) && (range.x() <= bbox.x() || range.y() >=… in verifyWidePointAt() 3001 …if ((viewportClippedBottom || (pointType == POINT_PARTIAL && primitiveClippedBottom)) && !(widthsD… in verifyWidePointAt() 3005 …const bool bboxClipped = (pointType == POINT_PARTIAL) && (range.x() <= bbox.x() || range.y() >=… in verifyWidePointAt() [all …]
|