Home
last modified time | relevance | path

Searched defs:chromaJRange (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1938 …const IVec2 chromaJRange (subsampledY ? calculateNearestIJRange(coordFormat, chromaV) : IVec2(j, j… in calculateBounds() local
1962 …const IVec2 chromaJRange (subsampledY ? calculateLinearIJRange(coordFormat, chromaV) : IVec2(j, j)… in calculateBounds() local
2127 const IVec2 chromaJRange (calculateNearestIJRange(coordFormat, chromaV)); in calculateBounds() local
2150 const IVec2 chromaJRange (calculateNearestIJRange(coordFormat, chromaV)); in calculateBounds() local
DvktYCbCrConversionTests.cpp851 const IVec2 chromaJRange (isYChromaSubsampled(config.format) in textureConversionTest() local