Home
last modified time | relevance | path

Searched refs:AddCommandToDispatchList (Results 1 – 2 of 2) sorted by relevance

/third_party/vulkan-loader/scripts/
Ddispatch_table_helper_generator.py176 self.AddCommandToDispatchList(name, info[0], self.featureExtraProtect, cmdinfo)
180 def AddCommandToDispatchList(self, name, handle_type, protect, cmdinfo): member in DispatchTableHelperOutputGenerator
Dloader_extension_generator.py298 self.AddCommandToDispatchList(self.currentExtension, self.type, name, cmdinfo, info[0])
331 def AddCommandToDispatchList(self, extension_name, extension_type, name, cmdinfo, handle_type): member in LoaderExtensionOutputGenerator