Home
last modified time | relevance | path

Searched refs:specURL (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
DgenRef.py327 specURL = conventions.specURL(specType)
336 specURL, specAnchor, specName),
397 def xrefRewrite(text, specURL): argument
412 specLinkSubstitute = r'link:{}#\1[\2^]'.format(specURL)
481 specURL = conventions.specURL(pi.spec)
483 specText = xrefRewrite(specText, specURL)
484 fieldText = xrefRewrite(fieldText, specURL)
485 descText = xrefRewrite(descText, specURL)
874 specURL = conventions.specURL()
875 appbody = xrefRewrite(appbody, specURL)
Dvkconventions.py177 def specURL(self, spectype='api'): member in VulkanConventions
285 def specURL(self, spectype='api'): member in VulkanSCConventions
Dextensionmetadocgenerator.py142 specURL = self.conventions.specURL('api')
143 return 'link:{}#{}[{}^]'.format(specURL, xrefName, xrefText)