Home | History | Annotate | Download | only in hlsl

Lines Matching refs:cmpValues

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