Lines Matching refs:cmpValues
4270 int cmpValues = 0; // 1 if there is a compare value (handier than a bool below) in decomposeSampleMethods() local
4273 case EOpMethodGatherCmpRed: cmpValues = 1; // fall through in decomposeSampleMethods()
4275 case EOpMethodGatherCmpGreen: cmpValues = 1; // fall through in decomposeSampleMethods()
4277 case EOpMethodGatherCmpBlue: cmpValues = 1; // fall through in decomposeSampleMethods()
4279 case EOpMethodGatherCmpAlpha: cmpValues = 1; // fall through in decomposeSampleMethods()
4290 if (cmpValues != 0 && op != EOpMethodGatherCmpRed) { in decomposeSampleMethods()
4308 bool hasStatus = (argSize == (5+cmpValues) || argSize == (8+cmpValues)); in decomposeSampleMethods()
4319 if (cmpValues > 0 && ! argSamp->getType().getSampler().isShadow()) { in decomposeSampleMethods()
4326 hasOffset1 = (argSize == (4+cmpValues) || argSize == (5+cmpValues)); in decomposeSampleMethods()
4327 hasOffset4 = (argSize == (7+cmpValues) || argSize == (8+cmpValues)); in decomposeSampleMethods()
4335 if (cmpValues != 0) in decomposeSampleMethods()