Home | History | Annotate | Download | only in MachineIndependent

Lines Matching defs:blockIndex

172                                TList<TIntermBinary*>::const_iterator deref, int offset, int blockIndex, int arraySize)
191 blowUpActiveAggregate(derefType, newBaseName, derefs, nextDeref, offset, blockIndex, arraySize);
223 blowUpActiveAggregate(derefType, newBaseName, derefs, derefs.end(), offset, blockIndex, 0);
233 blowUpActiveAggregate(derefType, newBaseName, derefs, derefs.end(), offset, blockIndex, 0);
253 arraySize, blockIndex));
296 int blockIndex = -1;
312 blockIndex = addBlockName(blockName + "[" + String(e) + "]", derefType,
315 blockIndex = addBlockName(blockName, base->getType(), getBlockSize(base->getType()));
345 blowUpActiveAggregate(base->getType(), baseName, derefs, derefs.begin(), offset, blockIndex, arraySize);
350 int blockIndex;
353 blockIndex = (int)reflection.indexToUniformBlock.size();
354 reflection.nameToIndex[name] = blockIndex;
357 blockIndex = it->second;
359 return blockIndex;