Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp108 void addNonUniform(spv::Builder&, spv::Id) const { } in addNonUniform() function
111 … void addNonUniform(spv::Builder& builder, spv::Id t) { builder.addDecoration(t, nonUniform); } in addNonUniform() function
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp108 void addNonUniform(spv::Builder&, spv::Id) const { } in addNonUniform() function
111 … void addNonUniform(spv::Builder& builder, spv::Id t) { builder.addDecoration(t, nonUniform); } in addNonUniform() function