Searched refs:yFlip (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationWindingTests.cpp | 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() [all …]
|
/external/skqp/gm/ |
D | flippity.cpp | 128 const SkMatrix yFlip = SkMatrix::MakeAll(1, 0, 0, 0, -1, 1, 0, 0, 1); in UVMatToGeomMatForImage() local 131 tmp.preConcat(yFlip); in UVMatToGeomMatForImage() 134 tmp.postConcat(yFlip); in UVMatToGeomMatForImage()
|
/external/skia/gm/ |
D | flippity.cpp | 153 const SkMatrix yFlip = SkMatrix::MakeAll(1, 0, 0, 0, -1, 1, 0, 0, 1); in UVMatToGeomMatForImage() local 156 tmp.preConcat(yFlip); in UVMatToGeomMatForImage() 159 tmp.postConcat(yFlip); in UVMatToGeomMatForImage()
|