Searched refs:xPredicate (Results 1 – 4 of 4) sorted by relevance
169 Predicate<X> xPredicate = Predicates.alwaysTrue(); in testConcatIntersectionType() local173 FluentIterable.concat(aIterable, bIterable).filter(xPredicate).filter(yPredicate); in testConcatIntersectionType()
173 Predicate<X> xPredicate = Predicates.alwaysTrue(); in testConcatIntersectionType() local177 FluentIterable.concat(aIterable, bIterable).filter(xPredicate).filter(yPredicate); in testConcatIntersectionType()
477 Float4 xPredicate = p0[(pSwizzle >> 0) & 0x03]; in program() local484 if(dst.x) xEnable = xEnable & As<Int4>(xPredicate); in program()491 if(dst.x) xEnable = xEnable & ~As<Int4>(xPredicate); in program()
473 Float4 xPredicate = p0[(pSwizzle >> 0) & 0x03]; in applyShader() local480 if(dst.x) xEnable = xEnable & As<Int4>(xPredicate); in applyShader()487 if(dst.x) xEnable = xEnable & ~As<Int4>(xPredicate); in applyShader()