Home
last modified time | relevance | path

Searched refs:targetsList (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h198 IdRefList *targetsList);
Dspirv_instruction_builder_autogen.h166 void WriteGroupDecorate(Blob *blob, IdRef decorationGroup, const IdRefList &targetsList);
Dspirv_instruction_parser_autogen.cpp819 IdRefList *targetsList) in ParseGroupDecorate() argument
827 if (targetsList) in ParseGroupDecorate()
831 targetsList->emplace_back(_instruction[_o++]); in ParseGroupDecorate()
Dspirv_instruction_builder_autogen.cpp715 void WriteGroupDecorate(Blob *blob, IdRef decorationGroup, const IdRefList &targetsList) in WriteGroupDecorate() argument
720 for (const auto &operand : targetsList) in WriteGroupDecorate()