Lines Matching refs:spv_ostream

71     void encode(spv_ostream &O) const; \
80 void Ty::encode(spv_ostream &O) const {} \
83 void Ty::encode(spv_ostream &O) const { getEncoder(O) << x; } \
86 void Ty::encode(spv_ostream &O) const { getEncoder(O) << x << y; } \
89 void Ty::encode(spv_ostream &O) const { getEncoder(O) << x << y << z; } \
92 void Ty::encode(spv_ostream &O) const { getEncoder(O) << x << y << z << \
96 void Ty::encode(spv_ostream &O) const { getEncoder(O) << x << y << z << \
100 void Ty::encode(spv_ostream &O) const { getEncoder(O) << x << y << z << \
105 void Ty::encode(spv_ostream &O) const { getEncoder(O) << x << y << z << \
110 void Ty::encode(spv_ostream &O) const { getEncoder(O) << x << y << z << \
115 void Ty::encode(spv_ostream &O) const { getEncoder(O) << x << y << z << \
123 void encode(spv_ostream &O) const {} \
126 void encode(spv_ostream &O) const { getEncoder(O) << x; } \
129 void encode(spv_ostream &O) const { getEncoder(O) << x << y; } \
132 void encode(spv_ostream &O) const { getEncoder(O) << x << y << z; } \
135 void encode(spv_ostream &O) const { getEncoder(O) << x << y << z << u; } \
138 void encode(spv_ostream &O) const { getEncoder(O) << x << y << z << u << \
142 void encode(spv_ostream &O) const { getEncoder(O) << x << y << z << u << \
146 void encode(spv_ostream &O) const { getEncoder(O) << x << y << z << u << \
151 void encode(spv_ostream &O) const { getEncoder(O) << x << y << z << u << \
156 void encode(spv_ostream &O) const { getEncoder(O) << x << y << z << u << \
243 virtual SPIRVEncoder getEncoder(spv_ostream &)const;
311 friend spv_ostream &operator<<(spv_ostream &O, const SPIRVEntry &E);
313 virtual void encodeAll(spv_ostream &O) const;
314 virtual void encodeName(spv_ostream &O) const;
315 virtual void encodeChildren(spv_ostream &O)const;
316 virtual void encodeDecorate(spv_ostream &O)const;
317 virtual void encodeWordCountOpCode(spv_ostream &O)const;
318 virtual void encode(spv_ostream &O) const;