Home
last modified time | relevance | path

Searched refs:vuid (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/vu-to-json/
Dextension.rb61 vuid = match[1]
74 entry = {'vuid' => vuid, 'text' => text, 'page' => 'vkspec' }
92 …: ERROR - Valid Usage statement '#{entry}' is duplicated in the specification with VUID '#{vuid}'."
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dreflow.py146 def visitVUID(self, vuid, line): argument
147 if vuid not in self.vuidDict:
148 self.vuidDict[vuid] = []
149 self.vuidDict[vuid].append([self.filename, line])
158 vuid = matches.group('vuid')
159 self.visitVUID(vuid, line)
629 for vuid in sorted(args.vuidDict):
630 found = args.vuidDict[vuid]
632 logWarn('Duplicate VUID number {} found in files:'.format(vuid))
Dtest_reflow.py101 for vuid, locations in args.vuidDict.items():
102 for location, expectedLocation in zip(locations, expected[vuid]):
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dstyleguide.adoc53 include::{style}/vuid.adoc[]
DMakefile215 -r $(CONFIGS)/vuid-expander.rb \
239 -r $(CONFIGS)/vuid-expander.rb
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dvuid.adoc6 [[vuid]] anchor
17 [[vuid-format]]
67 [[vuid-creating]]
Drevisions.adoc134 Update the description of <<appendix-vuid-creating, Creating VUID tags>>
163 * 2019-08-13 - Add a NOTE to the <<appendix-vuid-format, Format of VUID
214 * 2017-05-08 - Add appendix describing <<appendix-vuid, Valid Usage ID
Dwriting.adoc1112 This process is described in the <<vuid, Valid Usage ID Tags>> appendix, but
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
DREADME.adoc54 * `vuid-expander.rb` - add anchors to valid usage ID tags
Dkhronos.css732 .vuid { color: #4d4d4d; font-family: monospace; }