/third_party/skia/src/effects/ |
H A D | Sk2DPathEffect.cpp | 30 virtual void begin(const SkIRect& uvBounds, SkPath* dst) const {} in begin() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 1688 std::vector<Vec4>& uvBounds, 1707 uvBounds.resize(sts.size(), Vec4(TCU_INFINITY, -TCU_INFINITY, TCU_INFINITY, -TCU_INFINITY)); 1733 uvBounds[ndx][0] = (float)u.lo(); 1734 uvBounds[ndx][1] = (float)u.hi(); 1736 uvBounds[ndx][2] = (float)v.lo(); 1737 uvBounds[ndx][3] = (float)v.hi();
|
H A D | vktYCbCrUtil.hpp | 220 std::vector<tcu::Vec4>& uvBounds,
|
H A D | vktYCbCrConversionTests.cpp | 799 vector<vector<Vec4> > uvBounds; in textureConversionTest() local 873 uvBounds.push_back (uvBound); in textureConversionTest() 1010 log << TestLog::Message << " UMin : " << uvBounds[i][ndx][0] << TestLog::EndMessage; in textureConversionTest() 1011 log << TestLog::Message << " UMax : " << uvBounds[i][ndx][1] << TestLog::EndMessage; in textureConversionTest() 1012 log << TestLog::Message << " VMin : " << uvBounds[i][ndx][2] << TestLog::EndMessage; in textureConversionTest() 1013 log << TestLog::Message << " VMax : " << uvBounds[i][ndx][3] << TestLog::EndMessage; in textureConversionTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 1687 std::vector<Vec4>& uvBounds, 1706 uvBounds.resize(sts.size(), Vec4(TCU_INFINITY, -TCU_INFINITY, TCU_INFINITY, -TCU_INFINITY)); 1732 uvBounds[ndx][0] = (float)u.lo(); 1733 uvBounds[ndx][1] = (float)u.hi(); 1735 uvBounds[ndx][2] = (float)v.lo(); 1736 uvBounds[ndx][3] = (float)v.hi();
|
H A D | vktYCbCrUtil.hpp | 219 std::vector<tcu::Vec4>& uvBounds,
|
H A D | vktYCbCrConversionTests.cpp | 726 vector<vector<Vec4> > uvBounds; in textureConversionTest() local 800 uvBounds.push_back (uvBound); in textureConversionTest() 937 log << TestLog::Message << " UMin : " << uvBounds[i][ndx][0] << TestLog::EndMessage; in textureConversionTest() 938 log << TestLog::Message << " UMax : " << uvBounds[i][ndx][1] << TestLog::EndMessage; in textureConversionTest() 939 log << TestLog::Message << " VMin : " << uvBounds[i][ndx][2] << TestLog::EndMessage; in textureConversionTest() 940 log << TestLog::Message << " VMax : " << uvBounds[i][ndx][3] << TestLog::EndMessage; in textureConversionTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemYCbCrConversionTests.cpp | 1058 std::vector<tcu::Vec4> uvBounds; in generateYCbCrImage() local 1060 ycbcr::calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, texCoords, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, config.xChromaOffset, config.yChromaOffset, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, ycbcrMinBounds, ycbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage() 1068 ycbcr::calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, texCoords, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT, vk::VK_CHROMA_LOCATION_MIDPOINT, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, relaxedYcbcrMinBounds, relaxedYcbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemYCbCrConversionTests.cpp | 1058 std::vector<tcu::Vec4> uvBounds; in generateYCbCrImage() local 1060 ycbcr::calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, texCoords, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, config.xChromaOffset, config.yChromaOffset, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, ycbcrMinBounds, ycbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage() 1068 ycbcr::calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, texCoords, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT, vk::VK_CHROMA_LOCATION_MIDPOINT, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, relaxedYcbcrMinBounds, relaxedYcbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage()
|