Searched refs:suppressFeatureGuards (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | cerealgenerator.py | 595 "vulkan_gfxstream_structure_type", headerOnly=True, suppressFeatureGuards=True, 649 "vulkan_gfxstream_structure_type", headerOnly=True, suppressFeatureGuards=True, 654 … "vk_android_native_buffer_structure_type", headerOnly=True, suppressFeatureGuards=True, 674 … suppressFeatureGuards=False, moduleName=None, suppressVulkanHeaders=False, implOnly=False): argument 681 suppressFeatureGuards=suppressFeatureGuards, moduleName=moduleName, 686 suppress=False, headerOnly=False, suppressFeatureGuards=False, moduleName=None, argument 698 suppressFeatureGuards=suppressFeatureGuards, moduleName=moduleName, 710 suppressFeatureGuards=False, moduleName=None, suppressVulkanHeaders=False): argument 713 headerOnly=headerOnly, suppressFeatureGuards=suppressFeatureGuards) 799 if isinstance(m, cereal.Module) and not m.suppressFeatureGuards else None) [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | codegen.py | 83 headerOnly=False, suppressFeatureGuards=False): argument 96 self.suppressFeatureGuards = suppressFeatureGuards
|