Home | History | Annotate | Download | only in libSPIRV

Lines Matching refs:SPIRVWord

55   SPIRVDecorateGeneric(Op OC, SPIRVWord WC, Decoration TheDec,
58 SPIRVDecorateGeneric(Op OC, SPIRVWord WC, Decoration TheDec,
59 SPIRVEntry *TheTarget, SPIRVWord V);
63 SPIRVWord getLiteral(size_t) const;
86 SPIRVWord getRequiredSPIRVVersion() const override {
104 std::vector<SPIRVWord> Literals;
130 static const SPIRVWord FixedWC = 3;
135 SPIRVDecorate(Decoration TheDec, SPIRVEntry *TheTarget, SPIRVWord V)
141 void setWordCount(SPIRVWord);
171 const std::vector<SPIRVWord>& Literals) {
182 static void decodeLiterals(SPIRVDecoder& Decoder, std::vector<SPIRVWord>& Literals) {
200 static const SPIRVWord FixedWC = 4;
202 SPIRVMemberDecorate(Decoration TheDec, SPIRVWord Member,
208 SPIRVMemberDecorate(Decoration TheDec, SPIRVWord Member,
209 SPIRVEntry *TheTarget, SPIRVWord V)
216 SPIRVWord getMemberNumber() const { return MemberNumber;}
217 std::pair<SPIRVWord, Decoration> getPair() const {
222 void setWordCount(SPIRVWord);
229 SPIRVWord MemberNumber;
235 static const SPIRVWord WC = 2;
267 static const SPIRVWord FixedWC = 2;
279 void setWordCount(SPIRVWord WC) {