| /device/generic/vulkan-cereal/protocols/vulkan/xml/ |
| D | genRef.py | 167 """Generate body of a reference page. 169 - pageName - string name of the page 170 - pageDesc - string short description of the page 175 - man_section - Unix man page section""" 218 """Generate header of a reference page. 220 - pageName - string name of the page 221 - pageDesc - string short description of the page 252 """Generate end boilerplate of a reference page. 254 - pageName - name of the page 277 'This page is a generated document.', [all …]
|
| D | reflib.py | 7 # Utility functions for automatic ref page generation and other script stuff 110 """Information about a ref page relative to the file it's extracted from.""" 113 """True if page should be extracted""" 116 """string warning if page is suboptimal or can't be generated""" 119 """False or the name of the ref page this include is embedded within""" 128 """short description of ref page""" 131 """index of first line of the page (heuristic or // refBegin)""" 134 """index of include:: line defining the page""" 146 """index of last line of the page (heuristic validity include, or // refEnd)""" 273 # identify actual page start/end/description boundaries, if [all …]
|
| /device/generic/vulkan-cereal/protocols/vulkan/ |
| D | genRef.py | 122 # Generate header of a reference page 123 # pageName - string name of the page 124 # pageDesc - string short description of the page 191 'This page is a generated document.', 197 'This page is extracted from the Vulkan Specification. ', 216 # Extract a single reference page into baseDir 217 # baseDir - base directory to emit page into 218 # specDir - directory extracted page source came from 219 # pi - pageInfo for this page relative to file 224 # Add a dictionary entry for this page [all …]
|
| D | refPageNotes.md | 1 # Notes on automatic reference page generation 3 Main takeaway point: ref page generation from the spec sources is ready to 12 validity:: include is pulled out and then split up into ref page sections. 30 <br>// refBegin vkSomething short description of command for ref page title 45 * Something is messed up with the individual page generation targets in 48 https://www.cmcrossroads.com/article/rules-multiple-outputs-gnu-make?page=0%2C2 49 * Cross-page macro links are broken in the individual ref pages, due to 50 using the wrong macros, but are OK in the single-page apispec.html. 52 * manpdf (single-page PDF ref document) target is currently broken. 64 the scripting work required to generate the ref page sources, vkapi.py, [all …]
|
| D | reflib.py | 17 # Utility functions for automatic ref page generation 114 # pageInfo - information about a ref page relative to the file it's 117 # extractPage - True if page should be extracted 118 # Warning - string warning if page is suboptimal or can't be generated 119 # embed - False or the name of the ref page this include is imbedded within 123 # desc - short description of ref page 124 # begin - index of first line of the page (heuristic or // refBegin) 125 # include - index of include:: line defining the page 129 # end - index of last line of the page (heuristic validity include, or // refEnd) 255 # identify actual page start/end/description boundaries, if [all …]
|
| D | Makefile | 50 # html - HTML single-page API specification 51 # pdf - PDF single-page API specification 52 # styleguide - HTML5 single-page "Documentation and Extensions" guide 53 # registry - HTML5 single-page XML Registry Schema documentation 54 # manhtml - HTML5 single-page reference guide 287 # Ref page targets for individual pages 293 # Ref page sources, split up by core API (CORE), KHR extensions (KHR), and 294 # other extensions (VEN). This is a hacky approach to ref page generation 307 # causing the man page sources to be generated by running genRef (once), 324 # actual list of man page sources isn't known until after [all …]
|
| /device/generic/vulkan-cereal/protocols/vulkan/config/themes/ |
| D | pdf-theme.yml | 1 # Modified asciidoctor-pdf default-theme.yml adding chapter names to the page footer 26 page: 243 # NOTE if background_color is set, background and border will span width of page 252 # * {page-count} 253 # * {page-number} 262 #content: '{page-number}' 263 content: '{chapter-title} | {page-number}' 264 #content: '{section-or-chapter-title} | {page-number}' 265 #content: '{document-title} | {page-number}' 267 # content: '{page-number}' [all …]
|
| /device/generic/vulkan-cereal/third-party/angle/extensions/ |
| D | EGL_ANGLE_flexible_surface_compatibility.txt | 67 2.2, page 4 75 2.2, page 4 84 Modify the fourth paragraph of Section 3.5.1, page 32 93 Add the following between paragraphs 6 and 7 of Section 3.5.1, page 32 101 Modify the fourth paragraph of Section 3.5.2, page 35 112 Modify paragraph twelve of Section 3.5.2, page 36 119 Modify the fifth paragraph of Section 3.5.3, page 37 131 Add the following entry to Table 3.5, page 44 (Queryable surface
|
| D | ANGLE_depth_texture.txt | 96 Add the following rows to Table 3.2 (page 62): 105 Add the following rows to Table 3.3 (page 62): 114 Add a row to Table 3.5 "Packed pixel formats" (page 64): 121 Add a new table after Table 3.6 (page 64): 132 Add a row to Table 3.7 "Packed pixel field assignments" (page 65): 140 floating-point" (page 65): 145 In section 3.7.1 "Texture Image Specification", update page 67 to 187 Add a row to table 3.8 (page 68), and update the title of the 197 Update the caption for table 3.8 (page 68) 243 subsection of section 3.8.2 on page 87, which says:
|
| D | EGL_ANGLE_direct_composition.txt | 56 Modify the fourth paragraph of Section 3.5.1, page 32 65 Add the following between paragraphs 6 and 7 of Section 3.5.1, page 32 76 Add the following entry to Table 3.5, page 44 (Queryable surface
|
| /device/generic/vulkan-cereal/include/glm/detail/ |
| D | func_trigonometric.hpp | 29 …/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/radians.xml">GLSL radians man page<… 38 …/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/degrees.xml">GLSL degrees man page<… 48 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/sin.xml">GLSL sin man page</a> 58 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/cos.xml">GLSL cos man page</a> 67 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/tan.xml">GLSL tan man page</a> 78 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/asin.xml">GLSL asin man page</a> 89 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/acos.xml">GLSL acos man page</a> 102 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/atan.xml">GLSL atan man page</a> 112 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/atan.xml">GLSL atan man page</a> 121 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/sinh.xml">GLSL sinh man page</a> [all …]
|
| D | func_common.hpp | 27 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/abs.xml">GLSL abs man page</a> 39 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/sign.xml">GLSL sign man page</a> 48 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/floor.xml">GLSL floor man page</a> 58 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/trunc.xml">GLSL trunc man page</a> 71 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/round.xml">GLSL round man page</a> 82 …ee <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/roundEven.xml">GLSL roundEven man page</a> 93 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/ceil.xml">GLSL ceil man page</a> 102 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/fract.xml">GLSL fract man page</a> 115 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/mod.xml">GLSL mod man page</a> 133 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/modf.xml">GLSL modf man page</a> [all …]
|
| D | func_vector_relational.hpp | 30 …@see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/lessThan.xml">GLSL lessThan man page</a> 39 …ef="http://www.opengl.org/sdk/docs/manglsl/xhtml/lessThanEqual.xml">GLSL lessThanEqual man page</a> 48 …a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/greaterThan.xml">GLSL greaterThan man page</a> 57 …tp://www.opengl.org/sdk/docs/manglsl/xhtml/greaterThanEqual.xml">GLSL greaterThanEqual man page</a> 66 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/equal.xml">GLSL equal man page</a> 75 …@see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/notEqual.xml">GLSL notEqual man page</a> 84 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/any.xml">GLSL any man page</a> 93 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/all.xml">GLSL all man page</a> 103 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/not.xml">GLSL not man page</a>
|
| D | func_geometric.hpp | 24 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/length.xml">GLSL length man page</a> 34 …@see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/distance.xml">GLSL distance man page</a> 45 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/dot.xml">GLSL dot man page</a> 56 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/cross.xml">GLSL cross man page</a> 66 …ee <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/normalize.xml">GLSL normalize man page</a> 76 …a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/faceforward.xml">GLSL faceforward man page</a> 89 …/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/reflect.xml">GLSL reflect man page<… 102 …/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/refract.xml">GLSL refract man page<…
|
| D | func_integer.hpp | 31 …ee <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/uaddCarry.xml">GLSL uaddCarry man page</a> 45 … <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/usubBorrow.xml">GLSL usubBorrow man page</a> 59 …href="http://www.opengl.org/sdk/docs/manglsl/xhtml/umulExtended.xml">GLSL umulExtended man page</a> 74 …href="http://www.opengl.org/sdk/docs/manglsl/xhtml/imulExtended.xml">GLSL imulExtended man page</a> 96 …http://www.opengl.org/sdk/docs/manglsl/xhtml/bitfieldExtract.xml">GLSL bitfieldExtract man page</a> 116 …="http://www.opengl.org/sdk/docs/manglsl/xhtml/bitfieldInsert.xml">GLSL bitfieldInsert man page</a> 131 …http://www.opengl.org/sdk/docs/manglsl/xhtml/bitfieldReverse.xml">GLSL bitfieldReverse man page</a> 140 …@see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/bitCount.xml">GLSL bitCount man page</a> 149 …@see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/bitCount.xml">GLSL bitCount man page</a> 160 …/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/findLSB.xml">GLSL findLSB man page<… [all …]
|
| D | func_packing.hpp | 31 …ef="http://www.opengl.org/sdk/docs/manglsl/xhtml/packUnorm2x16.xml">GLSL packUnorm2x16 man page</a> 44 …ef="http://www.opengl.org/sdk/docs/manglsl/xhtml/packSnorm2x16.xml">GLSL packSnorm2x16 man page</a> 57 …href="http://www.opengl.org/sdk/docs/manglsl/xhtml/packUnorm4x8.xml">GLSL packUnorm4x8 man page</a> 70 …href="http://www.opengl.org/sdk/docs/manglsl/xhtml/packSnorm4x8.xml">GLSL packSnorm4x8 man page</a> 83 …http://www.opengl.org/sdk/docs/manglsl/xhtml/unpackUnorm2x16.xml">GLSL unpackUnorm2x16 man page</a> 96 …http://www.opengl.org/sdk/docs/manglsl/xhtml/unpackSnorm2x16.xml">GLSL unpackSnorm2x16 man page</a> 109 …="http://www.opengl.org/sdk/docs/manglsl/xhtml/unpackUnorm4x8.xml">GLSL unpackUnorm4x8 man page</a> 122 …="http://www.opengl.org/sdk/docs/manglsl/xhtml/unpackSnorm4x8.xml">GLSL unpackSnorm4x8 man page</a> 132 …="http://www.opengl.org/sdk/docs/manglsl/xhtml/packDouble2x32.xml">GLSL packDouble2x32 man page</a> 141 …tp://www.opengl.org/sdk/docs/manglsl/xhtml/unpackDouble2x32.xml">GLSL unpackDouble2x32 man page</a> [all …]
|
| D | func_exponential.hpp | 30 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/pow.xml">GLSL pow man page</a> 40 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/exp.xml">GLSL exp man page</a> 52 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/log.xml">GLSL log man page</a> 62 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/exp2.xml">GLSL exp2 man page</a> 73 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/log2.xml">GLSL log2 man page</a> 83 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/sqrt.xml">GLSL sqrt man page</a> 95 …a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/inversesqrt.xml">GLSL inversesqrt man page</a>
|
| /device/generic/vulkan-cereal/third-party/angle/src/common/ |
| D | PoolAlloc.cpp | 79 // Don't allow page sizes we know are smaller than all common in initialize() 80 // OS page sizes. in initialize() 85 // A large mCurrentPageOffset indicates a new page needs to in initialize() 156 // Indicate there is no current page to allocate from. in push() 177 Header *page = mStack.back().page; in pop() local 180 while (mInUseList != page) in pop() 256 // Do a multi-page allocation. Don't mix these with the others. in allocate() 272 mCurrentPageOffset = mPageSize; // make next allocation come from a new page in allocate() 274 // No guard blocks for multi-page allocations (yet) in allocate() 296 // Need a simple page to allocate from. in allocateNewPage()
|
| D | PoolAlloc.h | 114 // Page stacks are linked together with a simple header at the beginning 115 // of each allocation obtained from the underlying OS. Multi-page allocations 116 // are returned to the OS. Individual page allocations are kept for future 119 // The "page size" used is not, nor must it match, the underlying OS 120 // page size. But, having it be about that size or equal to a set of 139 // Initialize page size and alignment after construction 175 // No multi-page allocations in fastAllocate() 241 Header *page; member 245 // Slow path of allocation when we have to get a new page.
|
| D | utilities_unittest.cpp | 126 // GetProgramResourceLocation spec in GLES 3.1 November 2016 page 87 mentions "decimal" integer. 135 // GetProgramResourceLocation spec in GLES 3.1 November 2016 page 87 mentions that the array 144 // GetProgramResourceLocation spec in GLES 3.1 November 2016 page 87 says that index should not 153 // GetProgramResourceLocation spec in GLES 3.1 November 2016 page 87 says that index should not 162 // GetProgramResourceLocation spec in GLES 3.1 November 2016 page 87 says that index should only
|
| /device/generic/vulkan-cereal/protocols/vulkan/xml/spec_tools/ |
| D | macro_checker_file.py | 23 # Mostly for ref page blocks, but also used elsewhere? 80 # Matches a key='value' pair from a ref page tag. 86 """Attributes of a ref page.""" 109 """Parse a ref page tag into a dictionary of attribute_name: AttribData.""" 130 REF_PAGE_LIKE = 'ref-page-like' # with or without a ref page tag before 263 "Reference page tag seen, but block not opened before end of file.", 274 ["Reached end of page, with these unclosed blocks remaining:"] + 572 when "faking" a ref page block open. 615 # page context 643 # leaving a ref page so reset associated state. [all …]
|
| /device/generic/vulkan-cereal/protocols/vulkan/katex/ |
| D | README.md | 7 …* **Fast:** KaTeX renders its math synchronously and doesn't need to reflow the page. See how it c… 16 …ur server or include the `katex.min.js` and `katex.min.css` files on your page directly from a CDN: 48 …\int` and `\sum` are large, for example), and will center the math on the page on its own line. If… 58 #### Automatic rendering of math on a page 60 Math on the page can be automatically rendered using the auto-render extension. See [the Auto-rende…
|
| /device/generic/vulkan-cereal/protocols/vulkan/out/katex/ |
| D | README.md | 7 …* **Fast:** KaTeX renders its math synchronously and doesn't need to reflow the page. See how it c… 16 …ur server or include the `katex.min.js` and `katex.min.css` files on your page directly from a CDN: 48 …\int` and `\sum` are large, for example), and will center the math on the page on its own line. If… 58 #### Automatic rendering of math on a page 60 Math on the page can be automatically rendered using the auto-render extension. See [the Auto-rende…
|
| /device/generic/vulkan-cereal/include/glm/gtc/ |
| D | integer.hpp | 44 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/mod.xml">GLSL mod man page</a> 56 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/mod.xml">GLSL mod man page</a> 68 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/mod.xml">GLSL mod man page</a> 81 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/round.xml">GLSL round man page</a> 94 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/round.xml">GLSL round man page</a>
|
| /device/generic/vulkan-cereal/protocols/vulkan/style/ |
| D | writing.txt | 529 a reference page. 531 <<writing-refpages, automatic extraction into a reference page>>. 615 reference page. 620 Open blocks delimiting reference page content should not themselves contain 645 as a reference page, in the same fashion as described above for commands. 647 <<writing-refpages, automatic extraction into a reference page>>. 858 == Markup For Automatic Reference Page Extraction 865 The extraction scripts for a given page rely on the existence of an asciidoc 866 `open` block surrounding markup describing that page, with attributes used 867 to specify properties of the reference page. [all …]
|