Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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.cpp784 vector<Vec4> maxBound; in textureConversionTest() local
789 …icitReconstruction, config.addressModeU, config.addressModeV, minBound, maxBound, uvBound, ijBound… in textureConversionTest()
798 maxBounds.push_back (maxBound); in textureConversionTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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.cpp784 vector<Vec4> maxBound; in textureConversionTest() local
789 …icitReconstruction, config.addressModeU, config.addressModeV, minBound, maxBound, uvBound, ijBound… in textureConversionTest()
798 maxBounds.push_back (maxBound); in textureConversionTest()
/third_party/vk-gl-cts/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()
/third_party/glslang/SPIRV/
DSPVRemapper.cpp354 spirword_t maxBound = 0; in mapRemainder() local
373 maxBound = std::max(maxBound, localId(id) + 1); in mapRemainder()
379 bound(maxBound); // reset header ID bound to as big as it now needs to be in mapRemainder()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/framework/common/
DtcuTexCompareVerifier.cpp288 const float maxBound = canBeTrue ? 1.0f : 0.0f; in isBilinearAnyCompareValid() local
290 return de::inRange(result, minBound-resErr, maxBound+resErr); in isBilinearAnyCompareValid()
421 const float maxBound = canBeTrue ? 1.0f : 0.0f; in isTrilinearAnyCompareValid() local
423 return de::inRange(result, minBound-resErr, maxBound+resErr); in isTrilinearAnyCompareValid()