Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1709 const IVec2 jRange (calculateIJRange(filter, coordFormat, v)); in calculateBounds() local
1714 ijBounds[ndx][2] = jRange[0]; in calculateBounds()
1715 ijBounds[ndx][3] = jRange[1]; in calculateBounds()
1717 for (int j = jRange.x(); j <= jRange.y(); j++) in calculateBounds()