Searched refs:customAbsDir (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | codegen.py | 30 def __init__(self, suffix, directory, basename, customAbsDir=None, suppress=False): argument 33 self.customAbsDir = customAbsDir 47 if self.customAbsDir: 48 absDir = self.customAbsDir 82 self, directory, basename, customAbsDir=None, suppress=False, implOnly=False, argument 85 ".h", directory, basename, customAbsDir, suppress or implOnly) 87 ".cpp", directory, basename, customAbsDir, suppress or headerOnly) 94 self._customAbsDir = customAbsDir 184 def __init__(self, directory, basename, customAbsDir=None, suppress=False): argument 185 super().__init__(".py", directory, basename, customAbsDir, suppress) [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | cerealgenerator.py | 646 self.addModule(cereal.PyScript(self.host_tag, "vulkan_printer", customAbsDir=Path( 679 extraImpl=extraImpl, customAbsDir=self.guest_abs_encoder_destination, 696 customAbsDir=self.host_abs_decoder_destination, useNamespace=useNamespace, 708 self, directory, basename, extraHeader="", extraImpl="", customAbsDir=None, argument 712 directory, basename, customAbsDir=customAbsDir, suppress=suppress, implOnly=implOnly,
|