Searched refs:expectedPointSize (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryPointSizeTests.cpp284 const int expectedPointSize = getExpectedPointSize(flags); local
290 checkPointSizeRequirements(vki, physDevice, expectedPointSize);
420 if (verifyImage(log, image, expectedPointSize))
/external/deqp/modules/gles31/functional/
H A Des31fPrimitiveBoundingBoxTests.cpp2413 tcu::IVec2 scanPointWidthAt (const tcu::IVec2& pointPos, const tcu::Surface& viewport, int expectedPointSize, int componentNdx) const;
3136 const int expectedPointSize = refPoint.size;
3156 else if (pointPos.y() - y > expectedPointSize)
3167 widthsUpwards.push_back(scanPointWidthAt(tcu::IVec2(pointPos.x(), y), viewport, expectedPointSize, componentNdx));
3175 const bool squareFits = (range.y() - range.x() + 1) >= expectedPointSize;
3193 else if (y - pointPos.y() > expectedPointSize)
3204 widthsDownwards.push_back(scanPointWidthAt(tcu::IVec2(pointPos.x(), y), viewport, expectedPointSize, componentNdx));
3212 const bool squareFits = (range.y() - range.x() + 1) >= expectedPointSize;
3228 for (int y = 0; y < (int)widths.size() - expectedPointSize + 1; ++y)
3232 for (int dy = 1; dy < expectedPointSize;
[all...]

Completed in 101 milliseconds