Lines Matching defs:member
2043 SpvId member = this->nextId(nullptr);
2046 this->writeWord(member, out);
2050 return std::make_unique<PointerLValue>(*this, member, /*isMemoryObjectPointer=*/false,
2064 SpvId member = this->nextId(nullptr);
2067 this->writeInstruction(SpvOpAccessChain, typeId, member, base, indexId, out);
2069 member,
2981 void SPIRVCodeGenerator::writeLayout(const Layout& layout, SpvId target, int member) {
2983 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationLocation,
2987 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationBinding,
2991 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationIndex,
2995 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationDescriptorSet,
2999 this->writeInstruction(SpvOpDecorate, target, member, SpvDecorationInputAttachmentIndex,
3003 this->writeInstruction(SpvOpMemberDecorate, target, member, SpvDecorationBuiltIn,