Lines Matching refs:yFlip
58 std::string getCaseName (const TessPrimitiveType primitiveType, const ShaderLanguage shaderLanguage, const Winding winding, bool yFlip)
62 if (yFlip)
85 bool yFlip,
88 const bool expectVisiblePrimitive = ((frontFaceWinding == winding) == (domainOrigin == VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT)) != yFlip;
138 const tcu::IVec2 expectedTop = yFlip ? expectedStart : expectedEnd;
139 const tcu::IVec2 expectedBottom = yFlip ? expectedEnd : expectedStart;
201 bool yFlip);
219 bool yFlip)
220 : TestCase (testCtx, getCaseName(primitiveType, shaderLanguage, winding, yFlip))
225 , m_yFlip (yFlip)
376 bool yFlip);
393 bool yFlip)
398 , m_yFlip (yFlip)