Searched refs:maxBounds (Results 1 – 5 of 5) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 643 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()
|
D | vktYCbCrUtil.hpp | 202 std::vector<tcu::Vec4>& maxBounds,
|
D | vktYCbCrUtil.cpp | 1796 std::vector<Vec4>& maxBounds, in calculateBounds() argument 1814 maxBounds.resize(sts.size(), Vec4(-TCU_INFINITY)); in calculateBounds() 2205 …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 | 518 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/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 470 … 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()
|