Home
last modified time | relevance | path

Searched refs:targetPairList (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/compiler/translator/
DBuildSPIRV.h364 const spirv::PairLiteralIntegerIdRefList &targetPairList,
DBuildSPIRV.cpp1710 const spirv::PairLiteralIntegerIdRefList &targetPairList, in writeSwitch() argument
1721 targetPairList); in writeSwitch()
/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h923 PairLiteralIntegerIdRefList *targetPairList);
Dspirv_instruction_builder_autogen.h790 const PairLiteralIntegerIdRefList &targetPairList);
Dspirv_instruction_parser_autogen.cpp3291 PairLiteralIntegerIdRefList *targetPairList) in ParseSwitch() argument
3300 if (targetPairList) in ParseSwitch()
3304 targetPairList->emplace_back(PairLiteralIntegerIdRef{LiteralInteger(_instruction[_o]), in ParseSwitch()
Dspirv_instruction_builder_autogen.cpp2743 const PairLiteralIntegerIdRefList &targetPairList) in WriteSwitch() argument
2749 for (const auto &operand : targetPairList) in WriteSwitch()