Home | History | Annotate | Download | only in translator

Lines Matching refs:addIndex

2158             indexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, indexExpression, location);
2174 indexedExpression = intermediate.addIndex(EOpIndexIndirect, baseExpression, indexExpression, location);
2262 indexedExpression = intermediate.addIndex(EOpVectorSwizzle, baseExpression, index, dotLocation);
2285 indexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, index, dotLocation);
2293 indexedExpression = intermediate.addIndex(EOpIndexDirect, baseExpression, index, dotLocation);
2341 indexedExpression = intermediate.addIndex(EOpIndexDirectStruct, baseExpression, index, dotLocation);
2379 indexedExpression = intermediate.addIndex(EOpIndexDirectInterfaceBlock, baseExpression, index, dotLocation);