Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1547 tcu::IVec2 calculateNearestIJRange (const tcu::FloatFormat& coordFormat, in calculateNearestIJRange() function
1845 const IVec2 iRange (calculateNearestIJRange(coordFormat, u)); in calculateBounds()
1846 const IVec2 jRange (calculateNearestIJRange(coordFormat, v)); in calculateBounds()
1937 …const IVec2 chromaIRange (subsampledX ? calculateNearestIJRange(coordFormat, chromaU) : IVec2(i, i… in calculateBounds()
1938 …const IVec2 chromaJRange (subsampledY ? calculateNearestIJRange(coordFormat, chromaV) : IVec2(j, j… in calculateBounds()
2126 const IVec2 chromaIRange (calculateNearestIJRange(coordFormat, chromaU)); in calculateBounds()
2127 const IVec2 chromaJRange (calculateNearestIJRange(coordFormat, chromaV)); in calculateBounds()
2149 const IVec2 chromaIRange (calculateNearestIJRange(coordFormat, chromaU)); in calculateBounds()
2150 const IVec2 chromaJRange (calculateNearestIJRange(coordFormat, chromaV)); in calculateBounds()