Home
last modified time | relevance | path

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

/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h218 LiteralIntegerList *componentsList);
Dspirv_instruction_builder_autogen.h186 const LiteralIntegerList &componentsList);
Dspirv_instruction_parser_autogen.cpp894 LiteralIntegerList *componentsList) in ParseVectorShuffle() argument
905 if (componentsList) in ParseVectorShuffle()
909 componentsList->emplace_back(_instruction[_o++]); in ParseVectorShuffle()
Dspirv_instruction_builder_autogen.cpp775 const LiteralIntegerList &componentsList) in WriteVectorShuffle() argument
783 for (const auto &operand : componentsList) in WriteVectorShuffle()