Lines Matching refs:index
106 int index = this->readS8();
111 flags, location, offset, binding, index, set, builtin, inputAttachmentIndex);
177 uint8_t index = this->readU8();
179 std::make_unique<Field>(/*line=*/-1, owner, index));
470 int index = this->readU8();
472 return FieldAccess::Make(fContext, std::move(base), index, ownerKind);
490 std::unique_ptr<Expression> index = this->expression();
491 return IndexExpression::Make(fContext, std::move(base), std::move(index));
563 int index = this->readU16();
564 fSymbolTable->addWithoutOwnership(ownedSymbols[index]);