Lines Matching refs:yFlip
56 …rimitiveType primitiveType, const ShaderLanguage shaderLanguage, const Winding winding, bool yFlip) in getCaseName() argument
60 if (yFlip) in getCaseName()
83 bool yFlip, in verifyResultImage() argument
86 …ontFaceWinding == winding) == (domainOrigin == VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT)) != yFlip; in verifyResultImage()
136 const tcu::IVec2 expectedTop = yFlip ? expectedStart : expectedEnd; in verifyResultImage()
137 const tcu::IVec2 expectedBottom = yFlip ? expectedEnd : expectedStart; in verifyResultImage()
199 bool yFlip);
217 bool yFlip) in WindingTest() argument
218 : TestCase (testCtx, getCaseName(primitiveType, shaderLanguage, winding, yFlip), "") in WindingTest()
223 , m_yFlip (yFlip) in WindingTest()
374 bool yFlip);
391 bool yFlip) in WindingTestInstance() argument
396 , m_yFlip (yFlip) in WindingTestInstance()