Home
last modified time | relevance | path

Searched refs:should_insert_may_alias_macro (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/vulkan-headers/registry/
H A Dgenerator.py916 self.should_insert_may_alias_macro = \
917 self.genOpts.conventions.should_insert_may_alias_macro(self.genOpts)
1127 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
1177 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/registry/
H A Dgenerator.py916 self.should_insert_may_alias_macro = \
917 self.genOpts.conventions.should_insert_may_alias_macro(self.genOpts)
1127 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
1177 …if self.should_insert_may_alias_macro and self.genOpts.conventions.is_voidpointer_alias(elem.tag, …
/aosp_15_r20/external/vulkan-headers/registry/spec_tools/
H A Dconventions.py262 def should_insert_may_alias_macro(self, genOpts): member in ConventionsBase
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/registry/spec_tools/
H A Dconventions.py262 def should_insert_may_alias_macro(self, genOpts): member in ConventionsBase