Searched refs:yId (Results 1 – 2 of 2) sorted by relevance
/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2CellUnionTest.java | 249 S2CellId yId = yCells.cellId(j); in testNormalize() local 251 u.getIntersection(xCells, yId); in testNormalize() 254 if (xId.contains(yId)) { in testNormalize() 256 assertEquals(yId, u.cellId(0)); in testNormalize() 257 } else if (yId.contains(xId)) { in testNormalize() 259 u.getIntersection(xCells, yId); in testNormalize() 266 assertTrue(yId.contains(u.cellId(k))); in testNormalize()
|
/external/angle/src/libANGLE/renderer/ |
D | glslang_wrapper_utils.cpp | 2654 spirv::IdRef yId, 2704 const spirv::IdRef yId(SpirvTransformerBase::GetNewId(blobOut)); in writePositionTransformation() local 2711 spirv::WriteCompositeExtract(blobOut, ids.floatId(), yId, positionId, in writePositionTransformation() 2720 preRotateXY(ids, xId, yId, &rotatedXId, &rotatedYId, blobOut); in writePositionTransformation() 2732 spirv::IdRef yId, in preRotateXY() argument 2743 *rotatedYIdOut = yId; in preRotateXY() 2751 *rotatedYIdOut = yId; in preRotateXY() 2759 spirv::WriteFNegate(blobOut, ids.floatId(), *rotatedYIdOut, yId); in preRotateXY() 2766 *rotatedXIdOut = yId; in preRotateXY() 2777 spirv::WriteFNegate(blobOut, ids.floatId(), *rotatedYIdOut, yId); in preRotateXY() [all …]
|