Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp93 struct OpDecorations { struct
95OpDecorations(spv::Decoration precision, spv::Decoration noContraction, spv::Decoration nonUniform… in OpDecorations() argument
104 spv::Decoration precision;
107 void addNoContraction(spv::Builder&, spv::Id) const { } in addNoContraction()
108 void addNonUniform(spv::Builder&, spv::Id) const { } in addNonUniform()
110 …oid addNoContraction(spv::Builder& builder, spv::Id t) { builder.addDecoration(t, noContraction); } in addNoContraction()
111 … void addNonUniform(spv::Builder& builder, spv::Id t) { builder.addDecoration(t, nonUniform); } in addNonUniform()
113 spv::Decoration noContraction;
114 spv::Decoration nonUniform;
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp93 struct OpDecorations { struct
95OpDecorations(spv::Decoration precision, spv::Decoration noContraction, spv::Decoration nonUniform… in OpDecorations() function
104 spv::Decoration precision;
107 void addNoContraction(spv::Builder&, spv::Id) const { } in addNoContraction()
108 void addNonUniform(spv::Builder&, spv::Id) const { } in addNonUniform()
110 …oid addNoContraction(spv::Builder& builder, spv::Id t) { builder.addDecoration(t, noContraction); } in addNoContraction()
111 … void addNonUniform(spv::Builder& builder, spv::Id t) { builder.addDecoration(t, nonUniform); } in addNonUniform()
113 spv::Decoration noContraction;
114 spv::Decoration nonUniform;