Searched refs:doc (Results 1 - 25 of 676) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/docs/
H A Drelnotes.rst6 - :doc:`21.2.3 release notes <relnotes/21.2.3>`
7 - :doc:`21.2.2 release notes <relnotes/21.2.2>`
8 - :doc:`21.1.8 release notes <relnotes/21.1.8>`
9 - :doc:`21.1.7 release notes <relnotes/21.1.7>`
10 - :doc:`21.2.0 release notes <relnotes/21.2.0>`
11 - :doc:`21.1.6 release notes <relnotes/21.1.6>`
12 - :doc:`21.1.5 release notes <relnotes/21.1.5>`
13 - :doc:`21.1.4 release notes <relnotes/21.1.4>`
14 - :doc:`21.1.3 release notes <relnotes/21.1.3>`
15 - :doc
[all...]
H A Dsystems.rst20 - Qualcomm Adreno A2xx-A6xx. See :doc:`Freedreno
22 - Broadcom VideoCore 4 and 5. See :doc:`VC4 <drivers/vc4>` and
23 :doc:`V3D <drivers/v3d>`
24 - ARM Mali Utgard. See :doc:`Lima <drivers/lima>`
25 - ARM Mali Midgard, Bifrost. See :doc:`Panfrost <drivers/panfrost>`
32 - :doc:`D3D12 <drivers/d3d12>` - driver providing OpenGL on top of
34 - :doc:`SVGA3D <drivers/svga3d>` - driver for VMware virtual GPU
37 - :doc:`Zink <drivers/zink>` - driver providing OpenGL on top of
42 - :doc:`LLVMpipe <drivers/llvmpipe>` - uses LLVM for x86 JIT code generation
45 - :doc
[all...]
/xsrc/external/mit/fontconfig/dist/doc/
H A Dcheck-missing-doc3 doc=fontconfig-doc
4 trap "rm $header $doc" 0 1 15
13 grep '@FUNC[+]*@' $top_srcdir/doc/*.fncs |
15 sort -u > $doc
17 if cmp $doc $header > /dev/null; then
23 diff -y $header $doc | grep '[<>]'
/xsrc/external/mit/xfs/dist/
H A DMakefile.am22 SUBDIRS=config doc man
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/doc/sgml/
H A DMakefile.am26 include $(top_srcdir)/doc/xml/xmlrules-noinst.in
/xsrc/external/mit/xorgproto/dist/specs/bigreqsproto/
H A DMakefile.am8 shelfdir = $(datarootdir)/doc/bigreqsproto
/xsrc/external/mit/xorgproto/dist/specs/fontsproto/
H A DMakefile.am8 shelfdir = $(datarootdir)/doc/fontsproto
/xsrc/external/mit/xorgproto/dist/specs/recordproto/
H A DMakefile.am8 shelfdir = $(datarootdir)/doc/recordproto
/xsrc/external/mit/xorgproto/dist/specs/scrnsaverproto/
H A DMakefile.am8 shelfdir = $(datarootdir)/doc/scrnsaverproto
/xsrc/external/mit/fontconfig/dist/test/
H A Dtest-bz1744377.c29 const FcChar8 *doc = (const FcChar8 *) "" local in function:main
41 if (!FcConfigParseAndLoadFromMemory (cfg, doc, FcTrue))
H A Dtest-issue180.c31 const FcChar8 *doc = (const FcChar8 *) "" local in function:main
45 if (!FcConfigParseAndLoadFromMemory (cfg, doc, FcTrue))
/xsrc/external/mit/xorg-server.old/dist/doc/xml/dtrace/
H A DMakefile.am30 include $(top_srcdir)/doc/xml/xmlrules-inst.in
32 include $(top_srcdir)/doc/xml/xmlrules-noinst.in
/xsrc/external/mit/xcb-proto/dist/
H A DMakefile.am6 EXTRA_DIST=doc xcb-proto.pc.in autogen.sh README.md
/xsrc/external/mit/xorgproto/dist/specs/xcmiscproto/
H A DMakefile.am8 shelfdir = $(datarootdir)/doc/xcmiscproto
/xsrc/external/mit/xorg-server.old/dist/doc/xml/
H A DMakefile.am29 include $(top_srcdir)/doc/xml/xmlrules-noinst.in
/xsrc/external/mit/xorgproto/dist/specs/
H A DMakefile.am15 printproto/xp_protoIX.doc \
16 printproto/xp_protoTOC.doc \
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_physical_device_features.py146 def get_pdev_features(doc):
147 for _type in doc.findall('./types/type'):
161 def get_features(doc):
167 for _extension in doc.findall('./extensions/extension'):
174 for _type in doc.findall('./types/type'):
210 doc = et.parse(filename)
211 features += get_features(doc)
213 pdev_features = get_pdev_features(doc)
/xsrc/external/mit/libXrender/dist/
H A DMakefile.am27 dist_doc_DATA = doc/libXrender.txt
/xsrc/external/mit/libSM/dist/
H A DMakefile.am1 SUBDIRS=src doc
/xsrc/external/mit/libvdpau/dist/
H A DMakefile.am1 SUBDIRS = doc src test trace
/xsrc/external/mit/xorgproto/dist/specs/xproto/
H A DMakefile.am14 shelfdir = $(datarootdir)/doc/xproto
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/
H A Dconfig.cc86 IXMLDOMDocument2 *doc = NULL; local in function:CreateDocument
91 IID_IXMLDOMDocument2, (void**)&doc), "CoCreateInstance");
94 HRCALL(doc->put_async(VARIANT_FALSE), "put_async");
95 HRCALL(doc->put_validateOnParse(VARIANT_FALSE), "put_validateOnParse");
96 HRCALL(doc->put_resolveExternals(VARIANT_FALSE), "put_resolveExternals");
102 HRCALL(doc->createProcessingInstruction(xml,ver, &pi),
104 HRCALL(doc->appendChild(pi, NULL),
111 HRCALL(doc->createElement(elemname, &root), "createElement");
112 HRCALL(doc->appendChild(root, NULL), "appendChild");
116 doc
141 IXMLDOMDocument2 *doc = CreateDocument(); local in function:CConfig::Save
227 IXMLDOMDocument2 *doc = CreateDocument(); local in function:CConfig::Load
[all...]
/xsrc/external/mit/libXaw/dist/
H A DMakefile.am32 old-doc/Changelog \
33 old-doc/CHANGES
/xsrc/external/mit/libXmu/dist/
H A DMakefile.am1 SUBDIRS = include src doc test
/xsrc/external/mit/libXpm/dist/
H A DMakefile.am4 SUBDIRS = doc include man src sxpm cxpm test

Completed in 13 milliseconds

1234567891011>>