Searched refs:yFlip (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationWindingTests.cpp | 58 …rimitiveType primitiveType, const ShaderLanguage shaderLanguage, const Winding winding, bool yFlip) in getCaseName() argument 62 if (yFlip) in getCaseName() 85 bool yFlip, in verifyResultImage() argument 88 …ontFaceWinding == winding) == (domainOrigin == VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT)) != yFlip; in verifyResultImage() 138 const tcu::IVec2 expectedTop = yFlip ? expectedStart : expectedEnd; in verifyResultImage() 139 const tcu::IVec2 expectedBottom = yFlip ? expectedEnd : expectedStart; in verifyResultImage() 201 bool yFlip); 219 bool yFlip) in WindingTest() argument 220 : TestCase (testCtx, getCaseName(primitiveType, shaderLanguage, winding, yFlip), "") in WindingTest() 225 , m_yFlip (yFlip) in WindingTest() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
D | vktTessellationWindingTests.cpp | 58 …rimitiveType primitiveType, const ShaderLanguage shaderLanguage, const Winding winding, bool yFlip) in getCaseName() argument 62 if (yFlip) in getCaseName() 85 bool yFlip, in verifyResultImage() argument 88 …ontFaceWinding == winding) == (domainOrigin == VK_TESSELLATION_DOMAIN_ORIGIN_UPPER_LEFT)) != yFlip; in verifyResultImage() 138 const tcu::IVec2 expectedTop = yFlip ? expectedStart : expectedEnd; in verifyResultImage() 139 const tcu::IVec2 expectedBottom = yFlip ? expectedEnd : expectedStart; in verifyResultImage() 201 bool yFlip); 219 bool yFlip) in WindingTest() argument 220 : TestCase (testCtx, getCaseName(primitiveType, shaderLanguage, winding, yFlip), "") in WindingTest() 225 , m_yFlip (yFlip) in WindingTest() [all …]
|
/third_party/flutter/skia/gm/ |
D | flippity.cpp | 150 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/ |
D | flippity.cpp | 151 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()
|