Lines Matching defs:index
1787 for (int index = 0; index < argType.columns(); ++index) {
1790 compositeId, index, out);
1870 chain.push_back(this->writeExpression(*indexExpr.index(), out));
2186 SpvId index = this->writeExpression(*expr.index(), out);
2189 index, out);
2588 for (int index = 0; index < arraySize; ++index) {
2591 this->writeInstruction(SpvOpCompositeExtract, componentTypeId, itemL, lhs, index, out);
2593 this->writeInstruction(SpvOpCompositeExtract, componentTypeId, itemR, rhs, index, out);
2614 for (int index = 0; index < (int)fields.size(); ++index) {
2616 const Type& fieldType = *fields[index].fType;
2620 this->writeInstruction(SpvOpCompositeExtract, fieldTypeId, fieldL, lhs, index, out);
2622 this->writeInstruction(SpvOpCompositeExtract, fieldTypeId, fieldR, rhs, index, out);
3033 /*index=*/-1,
3479 /*index=*/-1,
3506 /*index=*/-1,