Searched refs:maxBounds (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 217 std::vector<tcu::Vec4>& maxBounds,
|
D | vktYCbCrConversionTests.cpp | 717 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()
|
D | vktYCbCrUtil.cpp | 1654 std::vector<Vec4>& maxBounds, in calculateBounds() argument 1672 maxBounds.resize(sts.size(), Vec4(-TCU_INFINITY)); in calculateBounds() 1922 …maxBounds[ndx] = Vec4((float)bounds[0].hi(), (float)bounds[1].hi(), (float)bounds[2].hi(), (float)… in calculateBounds()
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device.cpp | 574 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/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 475 … 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()
|