Searched refs:vuid (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/vu-to-json/ |
D | extension.rb | 61 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/ |
D | reflow.py | 146 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))
|
D | test_reflow.py | 101 for vuid, locations in args.vuidDict.items(): 102 for location, expectedLocation in zip(locations, expected[vuid]):
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | styleguide.adoc | 53 include::{style}/vuid.adoc[]
|
D | Makefile | 215 -r $(CONFIGS)/vuid-expander.rb \ 239 -r $(CONFIGS)/vuid-expander.rb
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/ |
D | vuid.adoc | 6 [[vuid]] anchor 17 [[vuid-format]] 67 [[vuid-creating]]
|
D | revisions.adoc | 134 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
|
D | writing.adoc | 1112 This process is described in the <<vuid, Valid Usage ID Tags>> appendix, but
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | README.adoc | 54 * `vuid-expander.rb` - add anchors to valid usage ID tags
|
D | khronos.css | 732 .vuid { color: #4d4d4d; font-family: monospace; }
|