Searched refs:cmd_name (Results 1 – 6 of 6) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/scripts/ |
D | generate_entry_points.py | 682 def format_entry_point_decl(cmd_name, proto, params, is_explicit_context): argument 685 name=cmd_name[2:], 686 return_type=proto[:-len(cmd_name)], 768 def default_return_value(cmd_name, return_type): argument 771 return "GetDefaultReturnValue<EntryPoint::" + cmd_name[2:] + ", " + return_type + ">()" 774 def get_context_getter_function(cmd_name, is_explicit_context): argument 787 if cmd_name.startswith(context_lost_entry_pont): 812 def get_packed_enums(cmd_packed_gl_enums, cmd_name): argument 814 return cmd_packed_gl_enums.get(strip_suffix(cmd_name), {}) 817 def format_entry_point_def(command_node, cmd_name, proto, params, is_explicit_context, argument [all …]
|
/device/generic/vulkan-cereal/scripts/print_gfx_logs/ |
D | command_printer.py | 24 …print("\n{}.{} - {}: ({} bytes)".format(self.stream_idx, self.cmd_idx, self.cmd_name(), self.origi… 26 pretty_printer = getattr(vulkan_printer, self.cmd_name(), None) 39 print("Error while processing {}: {}".format(self.cmd_name(), repr(ex))) 44 def cmd_name(self) -> str: member in CommandPrinter
|
D | print_gfx_logs.py | 177 if cmd_printer.cmd_name() == "OP_vkQueueFlushCommandsGOOGLE":
|
/device/generic/vulkan-cereal/third-party/angle/ |
D | PRESUBMIT.py | 192 cmd_name = 'run_code_generation' 194 test_cmd = input_api.Command(name=cmd_name, cmd=cmd, kwargs={}, message=Msg) 196 print('Running ' + cmd_name)
|
/device/generic/vulkan-cereal/protocols/vulkan/xml/spec_tools/ |
D | consistency_tools.py | 156 def get_codes_for_command_and_type(self, cmd_name, type_name): argument
|
/device/generic/vulkan-cereal/protocols/vulkan/scripts/spec_tools/ |
D | consistency_tools.py | 156 def get_codes_for_command_and_type(self, cmd_name, type_name): argument
|