Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/scripts/
Ddispatch_table_helper_generator.py165 self.AddCommandToDispatchList(name, info[0], self.featureExtraProtect, cmdinfo)
169 def AddCommandToDispatchList(self, name, handle_type, protect, cmdinfo): member in DispatchTableHelperOutputGenerator
Dlayer_dispatch_table_generator.py174 self.AddCommandToDispatchList(self.currentExtension, self.type, name, cmdinfo, info[0])
199 def AddCommandToDispatchList(self, extension_name, extension_type, name, cmdinfo, handle_type): member in LayerDispatchTableOutputGenerator