Home
last modified time | relevance | path

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

/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h175 IdRefList *indexesList);
180 IdRefList *indexesList);
227 LiteralIntegerList *indexesList);
233 LiteralIntegerList *indexesList);
Dspirv_instruction_builder_autogen.h145 const IdRefList &indexesList);
150 const IdRefList &indexesList);
195 const LiteralIntegerList &indexesList);
201 const LiteralIntegerList &indexesList);
Dspirv_instruction_parser_autogen.cpp710 IdRefList *indexesList) in ParseAccessChain() argument
720 if (indexesList) in ParseAccessChain()
724 indexesList->emplace_back(_instruction[_o++]); in ParseAccessChain()
732 IdRefList *indexesList) in ParseInBoundsAccessChain() argument
742 if (indexesList) in ParseInBoundsAccessChain()
746 indexesList->emplace_back(_instruction[_o++]); in ParseInBoundsAccessChain()
937 LiteralIntegerList *indexesList) in ParseCompositeExtract() argument
947 if (indexesList) in ParseCompositeExtract()
951 indexesList->emplace_back(_instruction[_o++]); in ParseCompositeExtract()
960 LiteralIntegerList *indexesList) in ParseCompositeInsert() argument
[all …]
Dspirv_instruction_builder_autogen.cpp633 const IdRefList &indexesList) in WriteAccessChain() argument
640 for (const auto &operand : indexesList) in WriteAccessChain()
650 const IdRefList &indexesList) in WriteInBoundsAccessChain() argument
657 for (const auto &operand : indexesList) in WriteInBoundsAccessChain()
809 const LiteralIntegerList &indexesList) in WriteCompositeExtract() argument
816 for (const auto &operand : indexesList) in WriteCompositeExtract()
827 const LiteralIntegerList &indexesList) in WriteCompositeInsert() argument
835 for (const auto &operand : indexesList) in WriteCompositeInsert()