Home
last modified time | relevance | path

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

/external/angle/src/common/spirv/
Dspirv_instruction_parser_autogen.h60 LiteralIntegerList *operandsList);
Dspirv_instruction_builder_autogen.h56 const LiteralIntegerList &operandsList);
Dspirv_instruction_parser_autogen.cpp224 LiteralIntegerList *operandsList) in ParseExecutionMode() argument
233 if (operandsList) in ParseExecutionMode()
237 operandsList->emplace_back(_instruction[_o++]); in ParseExecutionMode()
Dspirv_instruction_builder_autogen.cpp246 const LiteralIntegerList &operandsList) in WriteExecutionMode() argument
252 for (const auto &operand : operandsList) in WriteExecutionMode()