Searched refs:cpp_operands_out (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/common/spirv/ |
D | gen_spirv_builder_and_parser.py | 447 def process_operand(self, operand, cpp_operands_in, cpp_operands_out, cpp_in_parse_lines, argument 454 cpp_operands_out.append(', ' + type_out + ' ' + operand_name) 482 cpp_operands_out = [] 487 self.process_operand(operand, cpp_operands_in, cpp_operands_out, cpp_in_parse_lines, 504 self.process_operand(decoration_operands, cpp_operands_in, cpp_operands_out, 517 self.process_operand(execution_mode_operands, cpp_operands_in, cpp_operands_out, 527 self.process_operand(image_operands, cpp_operands_in, cpp_operands_out, 542 op=name, param_list=''.join(cpp_operands_out))
|