Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1811 const bool subsampledY = gAccess.getSize().y() > rAccess.getSize().y(); in calculateBounds() local
1860 if (subsampledX || subsampledY) in calculateBounds()
1868 const int subJ = subsampledY ? j / 2 : j; in calculateBounds()
1885 if (subsampledX && subsampledY) in calculateBounds()
1932 …const Interval chromaV (subsampledY ? calculateImplicitChromaUV(coordFormat, yChromaOffset, v) : v… in calculateBounds()
1938 …const IVec2 chromaJRange (subsampledY ? calculateNearestIJRange(coordFormat, chromaV) : IVec2(j, j… in calculateBounds()
1962 …const IVec2 chromaJRange (subsampledY ? calculateLinearIJRange(coordFormat, chromaV) : IVec2(j, j)… in calculateBounds()
2028 if (subsampledX || subsampledY) in calculateBounds()
2037 …dressModeU, addressModeV, IVec2(i / (subsampledX ? 2 : 1), j / (subsampledY ? 2 : 1))), in calculateBounds()
2038 …dressModeU, addressModeV, IVec2((i + 1) / (subsampledX ? 2 : 1), j / (subsampledY ? 2 : 1))), in calculateBounds()
[all …]