Home
last modified time | relevance | path

Searched defs:OpDecorations (Results 1 – 1 of 1) sorted by relevance

/third_party/glslang/SPIRV/
DGlslangToSpv.cpp94 struct OpDecorations { struct
96OpDecorations(spv::Decoration precision, spv::Decoration noContraction, spv::Decoration nonUniform… in OpDecorations() argument
105 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;