Home
last modified time | relevance | path

Searched refs:minBounds (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrUtil.hpp217 std::vector<tcu::Vec4>& minBounds,
DvktYCbCrConversionTests.cpp722 vector<vector<Vec4> > minBounds; in textureConversionTest() local
796 minBounds.push_back (minBound); in textureConversionTest()
873 minImages[i].getAccess().setPixel(minBounds[i][ndx], x, y); in textureConversionTest()
924 …(tcu::boolAny(tcu::lessThan(results[i][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(… in textureConversionTest()
928 …fail = tcu::boolAny(tcu::lessThan(results[i][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greate… in textureConversionTest()
934 log << TestLog::Message << " Min : " << minBounds[i][ndx] << TestLog::EndMessage; in textureConversionTest()
936 …log << TestLog::Message << " Threshold: " << (maxBounds[i][ndx] - minBounds[i][ndx]) << TestLog::… in textureConversionTest()
DvktYCbCrUtil.cpp1685 std::vector<Vec4>& minBounds, in calculateBounds() argument
1703 minBounds.resize(sts.size(), Vec4(TCU_INFINITY)); in calculateBounds()
1953minBounds[ndx] = Vec4((float)bounds[0].lo(), (float)bounds[1].lo(), (float)bounds[2].lo(), (float)… in calculateBounds()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.hpp217 std::vector<tcu::Vec4>& minBounds,
DvktYCbCrConversionTests.cpp722 vector<vector<Vec4> > minBounds; in textureConversionTest() local
796 minBounds.push_back (minBound); in textureConversionTest()
873 minImages[i].getAccess().setPixel(minBounds[i][ndx], x, y); in textureConversionTest()
924 …(tcu::boolAny(tcu::lessThan(results[i][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(… in textureConversionTest()
928 …fail = tcu::boolAny(tcu::lessThan(results[i][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greate… in textureConversionTest()
934 log << TestLog::Message << " Min : " << minBounds[i][ndx] << TestLog::EndMessage; in textureConversionTest()
936 …log << TestLog::Message << " Threshold: " << (maxBounds[i][ndx] - minBounds[i][ndx]) << TestLog::… in textureConversionTest()
DvktYCbCrUtil.cpp1685 std::vector<Vec4>& minBounds, in calculateBounds() argument
1703 minBounds.resize(sts.size(), Vec4(TCU_INFINITY)); in calculateBounds()
1953minBounds[ndx] = Vec4((float)bounds[0].lo(), (float)bounds[1].lo(), (float)bounds[2].lo(), (float)… in calculateBounds()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp475 …tcu::TestLog& log, const tcu::UVec2 size, const std::vector<tcu::Vec4>& minBounds, const std::vect… in logBoundImages() argument
484 minImage.getAccess().setPixel(minBounds[ndx], x, y); in logBoundImages()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp475 …tcu::TestLog& log, const tcu::UVec2 size, const std::vector<tcu::Vec4>& minBounds, const std::vect… in logBoundImages() argument
484 minImage.getAccess().setPixel(minBounds[ndx], x, y); in logBoundImages()