Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationPrimitiveDiscardTests.cpp163 int secondToLastWhitePixelRow = 0; in verifyResultImage() local
185 secondToLastWhitePixelRow = lastWhitePixelRow; in verifyResultImage()
221 …if (y > lastWhitePixelRow || (y > secondToLastWhitePixelRow && x > lastWhitePixelColumnOnSecondToL… in verifyResultImage()
228 … + "y > " + de::toString(lastWhitePixelRow) + " || (y > " + de::toString(secondToLastWhitePixelRow) in verifyResultImage()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTessellationTests.cpp5535 int secondToLastWhitePixelRow = 0; in iterate() local
5558 secondToLastWhitePixelRow = lastWhitePixelRow; in iterate()
5598 …if (y > lastWhitePixelRow || (y > secondToLastWhitePixelRow && x > lastWhitePixelColumnOnSecondToL… in iterate()
5604 … + "y > " + de::toString(lastWhitePixelRow) + " || (y > " + de::toString(secondToLastWhitePixelRow) in iterate()