Home | History | Annotate | Download | only in compiler

Lines Matching defs:numCols

1056 				int numCols = arg->getNominalSize();
1058 for(int i = 0; i < numCols; ++i)
2192 int numCols = memberType.getNominalSize();
2195 ASSERT(argumentInfo.clampedIndex < (numCols * (memberType.isArray() ? memberType.getArraySize() : 1))); // index < cols * arraySize
2198 unsigned int srcSwizzle = (argumentInfo.clampedIndex % numCols) * 0x55;
2199 numCols;