Home
last modified time | relevance | path

Searched refs:pages (Results 1 – 25 of 32) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NVX_binary_import.adoc39 specification and reference pages.
48 specification and reference pages.
57 specification and reference pages.
68 specification and reference pages.
79 specification and reference pages.
90 specification and reference pages.
101 specification and reference pages.
112 specification and reference pages.
123 specification and reference pages.
134 specification and reference pages.
DVK_VALVE_descriptor_set_host_mapping.adoc50 specification and reference pages.
61 specification and reference pages.
72 specification and reference pages.
83 specification and reference pages.
94 specification and reference pages.
DVK_SEC_amigo_profiling.adoc55 specification and reference pages.
66 specification and reference pages.
DVK_EXT_external_memory_host.adoc58 allocation, although the same physical pages will be used.
72 Some platforms do not allow locking the same physical pages for device
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/antora/
DMakefile64 antora/modules/ROOT/pages/appendices \
65 antora/modules/ROOT/pages/chapters \
66 antora/modules/ROOT/pages/gen \
68 antora/modules/proposals/pages/proposals \
DpageHeaders-spec.adoc4 // Boilerplate to include in spec pages.
/hardware/google/gfxstream/guest/mesa/src/util/
Dslab.c129 pool->pages = NULL; in slab_create_child()
147 while (pool->pages) { in slab_destroy_child()
148 struct slab_page_header *page = pool->pages; in slab_destroy_child()
149 pool->pages = page->u.next; in slab_destroy_child()
195 page->u.next = pool->pages; in slab_add_new_page()
196 pool->pages = page; in slab_add_new_page()
Dslab.h64 struct slab_page_header *pages; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
DgenRef.py674 pages = {}
716 pages[pi.name] = pi
718 pages[alias] = pi
720 return pages
985 pages = {} variable
989 pages.update(d)
1065 for page in sorted(pages):
1066 p = pages[page]
1083 for page in sorted(pages, key=str.upper):
1084 p = pages[page]
DREADME.adoc44 pages from specification source into single-page source documents, and
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/antora/modules/proposals/pages/
Dindex.adoc11 This is modules/proposals/pages/index.adoc in the Vulkan 'spec' antora tree.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DBUILD.adoc17 pages, and/or other related targets.
112 <<refpages,Reference pages>>::
232 The reference pages (the `manhtmlpages` target) must be built using the
305 We use many custom Ruby macros in the reference pages and API spec
319 We (may) eventually tool up the spec and reference pages to the point that
333 The reference pages are extracted from the API Specification source, which
346 reminders that some pages are automatically generated.
351 the commands have the required tagging and that reference pages are
355 HTML versions of all reference pages extracted from the spec, symbolic links
DREADMESC.adoc18 * API reference ("`man`") pages
DREADME.adoc22 BUILD.adoc Documents how to build the specifications and reference pages
DREADMEVK.adoc18 * API reference ("`man`") pages
DCOPYING.adoc11 Specification, reference pages, and supporting documentation are licensed
DChangeLog.adoc821 * Add missing :refpage: markup to pages that use commonvalidity VUs, so
3397 stub reference pages for apiext:VK_NVX_binary_import; and
3423 * Filter out `VK_VERSION_1_x` pages when generating refpage sources for a
3524 Fix typos on xrefs and anchors, add stub pages for missing Flags and
3697 * Add extension and version crosslinks to generated reference pages,
4546 extension reference pages (internal issue 2611).
7412 errors for refpage markup of pages not existing in the API, such as
7889 Specification and the individual API reference pages are what we support
7898 * Add reference pages for constructs not part of the formal API, such as
8529 * Build HTML output for extension reference pages (internal issue 1461).
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/antora/modules/ROOT/pages/
Dindex.adoc25 The left sidebar links to pages in the current spec.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dmarkup.adoc207 … `--` | For <<markup-sample-section-bullet-lists,continuation blocks>> and reference pages
208 | Open (alt.) | `----` | For continuation blocks inside reference pages. Must be preceded …
618 corresponding specification or reference pages, since they are in an
627 reference pages which refers to other reference pages
Dwriting.adoc868 Reference pages should in general be relatively short, so this limitation is
1232 The Vulkan reference pages are (mostly) extracted from corresponding
1273 * *xrefs* - list of whitespace-separated names of other reference pages
1339 Content that should only appear in reference pages, such as
1340 developer-oriented guidelines for reference pages describing extensions, may
Drevisions.adoc128 Specification source so it only appears in generated reference pages;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/
DREADME.md30 …e the style element into a separate file so the browser can cache and share it among all the pages.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_calibrated_timestamps.adoc76 …IN_CLOCK_MONOTONIC_RAW_EXT` corresponds to https://www.man7.org/linux/man-pages/man3/clock_gettime…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsparsemem.adoc595 All pages must: be bound to physical memory before the device accesses the
599 sparse resources to be used even when not all pages are bound to memory.
600 Implementations that support access to unbound pages without causing a fault
603 Not faulting on access to unbound pages is not enough to support
614 Any implementation that cannot: access unbound pages without causing a fault
617 Any pages that the application does not bind to memory may: be bound to one
624 It is sufficient for each host process to allocate these placeholder pages
/hardware/interfaces/radio/1.0/
DIRadioIndication.hal241 * bytes which contain between 1 and 15 CBS Message pages sent as one

12