Searched refs:maxBounds (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 218 std::vector<tcu::Vec4>& maxBounds,
|
D | vktYCbCrConversionTests.cpp | 724 vector<vector<Vec4> > maxBounds; in textureConversionTest() local 798 maxBounds.push_back (maxBound); in textureConversionTest() 874 maxImages[i].getAccess().setPixel(maxBounds[i][ndx], x, y); in textureConversionTest() 924 …][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(results[i][ndx], maxBounds[i][ndx]))); in textureConversionTest() 928 …i][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(results[i][ndx], maxBounds[i][ndx])); in textureConversionTest() 935 log << TestLog::Message << " Max : " << maxBounds[i][ndx] << TestLog::EndMessage; in textureConversionTest() 936 …log << TestLog::Message << " Threshold: " << (maxBounds[i][ndx] - minBounds[i][ndx]) << TestLog::… in textureConversionTest()
|
D | vktYCbCrUtil.cpp | 1686 std::vector<Vec4>& maxBounds, in calculateBounds() argument 1704 maxBounds.resize(sts.size(), Vec4(-TCU_INFINITY)); in calculateBounds() 1954 …maxBounds[ndx] = Vec4((float)bounds[0].hi(), (float)bounds[1].hi(), (float)bounds[2].hi(), (float)… in calculateBounds()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.hpp | 218 std::vector<tcu::Vec4>& maxBounds,
|
D | vktYCbCrConversionTests.cpp | 724 vector<vector<Vec4> > maxBounds; in textureConversionTest() local 798 maxBounds.push_back (maxBound); in textureConversionTest() 874 maxImages[i].getAccess().setPixel(maxBounds[i][ndx], x, y); in textureConversionTest() 924 …][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(results[i][ndx], maxBounds[i][ndx]))); in textureConversionTest() 928 …i][ndx], minBounds[i][ndx])) || tcu::boolAny(tcu::greaterThan(results[i][ndx], maxBounds[i][ndx])); in textureConversionTest() 935 log << TestLog::Message << " Max : " << maxBounds[i][ndx] << TestLog::EndMessage; in textureConversionTest() 936 …log << TestLog::Message << " Threshold: " << (maxBounds[i][ndx] - minBounds[i][ndx]) << TestLog::… in textureConversionTest()
|
D | vktYCbCrUtil.cpp | 1686 std::vector<Vec4>& maxBounds, in calculateBounds() argument 1704 maxBounds.resize(sts.size(), Vec4(-TCU_INFINITY)); in calculateBounds() 1954 …maxBounds[ndx] = Vec4((float)bounds[0].hi(), (float)bounds[1].hi(), (float)bounds[2].hi(), (float)… in calculateBounds()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 475 … tcu::UVec2 size, const std::vector<tcu::Vec4>& minBounds, const std::vector<tcu::Vec4>& maxBounds) in logBoundImages() argument 485 maxImage.getAccess().setPixel(maxBounds[ndx], x, y); in logBoundImages()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 475 … tcu::UVec2 size, const std::vector<tcu::Vec4>& minBounds, const std::vector<tcu::Vec4>& maxBounds) in logBoundImages() argument 485 maxImage.getAccess().setPixel(maxBounds[ndx], x, y); in logBoundImages()
|