Searched defs:OpDecorations (Results 1 – 1 of 1) sorted by relevance
94 struct OpDecorations { struct96 …OpDecorations(spv::Decoration precision, spv::Decoration noContraction, spv::Decoration nonUniform… in OpDecorations() argument105 spv::Decoration precision;108 void addNoContraction(spv::Builder&, spv::Id) const { } in addNoContraction()109 void addNonUniform(spv::Builder&, spv::Id) const { } in addNonUniform()111 …oid addNoContraction(spv::Builder& builder, spv::Id t) { builder.addDecoration(t, noContraction); } in addNoContraction()112 … void addNonUniform(spv::Builder& builder, spv::Id t) { builder.addDecoration(t, nonUniform); } in addNonUniform()114 spv::Decoration noContraction;115 spv::Decoration nonUniform;