Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/scripts/
H A Ddispatch_table_helper_generator.py171 self.AddCommandToDispatchList(name, info[0], self.featureExtraProtect, cmdinfo)
175 def AddCommandToDispatchList(self, name, handle_type, protect, cmdinfo): member in DispatchTableHelperOutputGenerator
H A Dlayer_dispatch_table_generator.py178 self.AddCommandToDispatchList(self.currentExtension, self.type, name, cmdinfo, info[0])
203 def AddCommandToDispatchList(self, extension_name, extension_type, name, cmdinfo, handle_type): member in LayerDispatchTableOutputGenerator