Home
last modified time | relevance | path

Searched refs:maxBound (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrFilteringTests.cpp405 std::vector<tcu::Vec4> maxBound; in iterate() local
408 …SS_MODE_CLAMP_TO_EDGE, VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, minBound, maxBound, uvBound, ijBound… in iterate()
426 maxImage.setPixel(maxBound[ndx], x, y); in iterate()
446 …tcu::lessThan(resValue, minBound[ndx])) || tcu::boolAny(tcu::greaterThan(resValue, maxBound[ndx])); in iterate()
452 log << TestLog::Message << " Max : " << maxBound[ndx] << TestLog::EndMessage; in iterate()
453 …log << TestLog::Message << " Threshold: " << (maxBound[ndx] - minBound[ndx]) << TestLog::EndMessa… in iterate()
DvktYCbCrConversionTests.cpp777 vector<Vec4> maxBound; in textureConversionTest() local
782 …icitReconstruction, config.addressModeU, config.addressModeV, minBound, maxBound, uvBound, ijBound… in textureConversionTest()
791 maxBounds.push_back (maxBound); in textureConversionTest()
/external/deqp/modules/internal/
DditImageCompareTests.cpp55 …nst char* name, const char* refImg, const char* cmpImg, const float minBound, const float maxBound) in FuzzyComparisonMetricCase() argument
60 , m_maxBound (maxBound) in FuzzyComparisonMetricCase()
/external/deqp-deps/glslang/SPIRV/
DSPVRemapper.cpp334 spirword_t maxBound = 0; in mapRemainder() local
353 maxBound = std::max(maxBound, localId(id) + 1); in mapRemainder()
359 bound(maxBound); // reset header ID bound to as big as it now needs to be in mapRemainder()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp61 tcu::Vec4 maxBound; member
507 …ta[ndx].coord << ": [" << refData[ndx].minBound << ", " << refData[ndx].maxBound << "]" << tcu::Te… in validateImage()
1248 data.maxBound = ycbcrMaxBounds[ndx]; in conversionTest()
1255 colorData.maxBound = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f); in conversionTest()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp282 const float maxBound = canBeTrue ? 1.0f : 0.0f; in isBilinearAnyCompareValid() local
284 return de::inRange(result, minBound-resErr, maxBound+resErr); in isBilinearAnyCompareValid()
415 const float maxBound = canBeTrue ? 1.0f : 0.0f; in isTrilinearAnyCompareValid() local
417 return de::inRange(result, minBound-resErr, maxBound+resErr); in isTrilinearAnyCompareValid()