Home
last modified time | relevance | path

Searched refs:addDecorationId (Results 1 - 3 of 3) sorted by relevance

/third_party/glslang/SPIRV/
H A DSpvBuilder.h400 void addDecorationId(Id id, Decoration, Id idDecoration);
401 void addDecorationId(Id id, Decoration, const std::vector<Id>& operandIds);
H A DSpvBuilder.cpp1986 void Builder::addDecorationId(Id id, Decoration decoration, Id idDecoration) in addDecorationId() function in spv::Builder
1999 void Builder::addDecorationId(Id id, Decoration decoration, const std::vector<Id>& operandIds) in addDecorationId() function in spv::Builder
H A DGlslangToSpv.cpp2118 builder.addDecorationId(id, spv::DecorationHlslCounterBufferGOOGLE, counterId); in visitSymbol()
4750 builder.addDecorationId(id, static_cast<spv::Decoration>(decorateId.first), operandIds); in applySpirvDecorate()

Completed in 21 milliseconds