Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp217 std::vector<tcu::Vec4>& maxBounds,
DvktYCbCrConversionTests.cpp717 vector<vector<Vec4> > maxBounds; in textureConversionTest() local
791 maxBounds.push_back (maxBound); in textureConversionTest()
867 maxImages[i].getAccess().setPixel(maxBounds[i][ndx], x, y); in textureConversionTest()
917 …][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(results[i][ndx], maxBounds[i][ndx]))); in textureConversionTest()
921 …i][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(results[i][ndx], maxBounds[i][ndx])); in textureConversionTest()
928 log << TestLog::Message << " Max : " << maxBounds[i][ndx] << TestLog::EndMessage; in textureConversionTest()
929 …log << TestLog::Message << " Threshold: " << (maxBounds[i][ndx] - minBounds[i][ndx]) << TestLog::… in textureConversionTest()
DvktYCbCrUtil.cpp1654 std::vector<Vec4>& maxBounds, in calculateBounds() argument
1672 maxBounds.resize(sts.size(), Vec4(-TCU_INFINITY)); in calculateBounds()
1922maxBounds[ndx] = Vec4((float)bounds[0].hi(), (float)bounds[1].hi(), (float)bounds[2].hi(), (float)… in calculateBounds()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp574 int maxBounds = -1; in ClipAngledGradient() local
583 maxBounds = i; in ClipAngledGradient()
586 if (minBounds < 0 || maxBounds < 0) in ClipAngledGradient()
588 if (minBounds == maxBounds) in ClipAngledGradient()
595 clip->lineTo(IntersectSides(rectPts[maxBounds], slope, endEdgePt)); in ClipAngledGradient()
596 clip->lineTo(IntersectSides(rectPts[maxBounds], slope, startEdgePt)); in ClipAngledGradient()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp475 … tcu::UVec2 size, const std::vector<tcu::Vec4>& minBounds, const std::vector<tcu::Vec4>& maxBounds) in logBoundImages() argument
485 maxImage.getAccess().setPixel(maxBounds[ndx], x, y); in logBoundImages()