Searched refs:yPredicate (Results 1 – 4 of 4) sorted by relevance
170 Predicate<Y> yPredicate = Predicates.alwaysTrue(); in testConcatIntersectionType() local173 FluentIterable.concat(aIterable, bIterable).filter(xPredicate).filter(yPredicate); in testConcatIntersectionType()
174 Predicate<Y> yPredicate = Predicates.alwaysTrue(); in testConcatIntersectionType() local177 FluentIterable.concat(aIterable, bIterable).filter(xPredicate).filter(yPredicate); in testConcatIntersectionType()
478 Float4 yPredicate = p0[(pSwizzle >> 2) & 0x03]; in program() local485 if(dst.y) yEnable = yEnable & As<Int4>(yPredicate); in program()492 if(dst.y) yEnable = yEnable & ~As<Int4>(yPredicate); in program()
474 Float4 yPredicate = p0[(pSwizzle >> 2) & 0x03]; in applyShader() local481 if(dst.y) yEnable = yEnable & As<Int4>(yPredicate); in applyShader()488 if(dst.y) yEnable = yEnable & ~As<Int4>(yPredicate); in applyShader()