Searched refs:maxBound (Results 1 – 6 of 6) sorted by relevance
/external/deqp/modules/internal/ |
D | ditImageCompareTests.cpp | 55 …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/ |
D | SPVRemapper.cpp | 334 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/angle/third_party/glslang/src/SPIRV/ |
D | SPVRemapper.cpp | 334 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/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 61 tcu::Vec4 maxBound; member 506 …ta[ndx].coord << ": [" << refData[ndx].minBound << ", " << refData[ndx].maxBound << "]" << tcu::Te… in validateImage() 1221 data.maxBound = ycbcrMaxBounds[ndx]; in conversionTest() 1228 colorData.maxBound = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f); in conversionTest()
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 282 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()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 746 vector<Vec4> maxBound; in textureConversionTest() local 751 …icitReconstruction, config.addressModeU, config.addressModeV, minBound, maxBound, uvBound, ijBound… in textureConversionTest() 760 maxBounds.push_back (maxBound); in textureConversionTest()
|