Lines Matching refs:getEncoder
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 << \
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;