Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp643 vector<Vec4> maxBounds; in textureConversionTest() local
685 …citReconstruction, config.addressModeU, config.addressModeV, minBounds, maxBounds, uvBounds, ijBou… in textureConversionTest()
754 maxImage.getAccess().setPixel(maxBounds[ndx], x, y); in textureConversionTest()
800 …an(results[ndx], minBounds[ndx])) || tcu::boolAny(tcu::greaterThan(results[ndx], maxBounds[ndx]))); in textureConversionTest()
804 …han(results[ndx], minBounds[ndx])) || tcu::boolAny(tcu::greaterThan(results[ndx], maxBounds[ndx])); in textureConversionTest()
811 log << TestLog::Message << " Max : " << maxBounds[ndx] << TestLog::EndMessage; in textureConversionTest()
812 …log << TestLog::Message << " Threshold: " << (maxBounds[ndx] - minBounds[ndx]) << TestLog::EndMes… in textureConversionTest()
DvktYCbCrUtil.hpp202 std::vector<tcu::Vec4>& maxBounds,
DvktYCbCrUtil.cpp1796 std::vector<Vec4>& maxBounds, in calculateBounds() argument
1814 maxBounds.resize(sts.size(), Vec4(-TCU_INFINITY)); in calculateBounds()
2205maxBounds[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.cpp518 int maxBounds = -1; in ClipAngledGradient() local
527 maxBounds = i; in ClipAngledGradient()
530 if (minBounds < 0 || maxBounds < 0) in ClipAngledGradient()
532 if (minBounds == maxBounds) in ClipAngledGradient()
539 clip->lineTo(IntersectSides(rectPts[maxBounds], slope, endEdgePt)); in ClipAngledGradient()
540 clip->lineTo(IntersectSides(rectPts[maxBounds], slope, startEdgePt)); in ClipAngledGradient()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp470 … tcu::UVec2 size, const std::vector<tcu::Vec4>& minBounds, const std::vector<tcu::Vec4>& maxBounds) in logBoundImages() argument
480 maxImage.getAccess().setPixel(maxBounds[ndx], x, y); in logBoundImages()