Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationWindingTests.cpp56 …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()
[all …]
/third_party/flutter/skia/gm/
Dflippity.cpp150 const SkMatrix yFlip = SkMatrix::MakeAll(1, 0, 0, 0, -1, 1, 0, 0, 1); in UVMatToGeomMatForImage() local
153 tmp.preConcat(yFlip); in UVMatToGeomMatForImage()
156 tmp.postConcat(yFlip); in UVMatToGeomMatForImage()
/third_party/skia/gm/
Dflippity.cpp151 const SkMatrix yFlip = SkMatrix::MakeAll(1, 0, 0, 0, -1, 1, 0, 0, 1); in UVMatToGeomMatForImage() local
154 tmp.preConcat(yFlip); in UVMatToGeomMatForImage()
157 tmp.postConcat(yFlip); in UVMatToGeomMatForImage()