Home
last modified time | relevance | path

Searched refs:ROOT (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/
DMakefile2 ROOT=../.. macro
4 include $(ROOT)/make/commondefs
7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DMakefile2 ROOT=../.. macro
4 include $(ROOT)/make/commondefs
7 CXXINCS += -I$(ROOT)/libs/GLESv1 -I$(ROOT)/include
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/antora/
DMakefile14 JSPAGEMAP = antora/modules/ROOT/partials/gen/pageMap.cjs
40 -component $(shell realpath antora/modules/ROOT) \
63 antora/modules/ROOT/images \
64 antora/modules/ROOT/pages/appendices \
65 antora/modules/ROOT/pages/chapters \
66 antora/modules/ROOT/pages/gen \
67 antora/modules/ROOT/partials \
Dsetup_vulkan36 component=$vkspec/antora/${dir}/ROOT
42 -pagemappath antora/modules/ROOT/partials/gen/pageMap.cjs \
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dcheck_spec_links.py53 ROOT = Path(__file__).resolve().parent.parent variable
75 registryFile = str(ROOT / 'xml/vk.xml')
168 return MacroChecker(enabled_messages, entity_db, VulkanMacroCheckerFile, ROOT)
176 for fn in sorted((ROOT / 'chapters/').glob('**/[A-Za-z]*.adoc'))]
178 for fn in sorted((ROOT / 'appendices/').glob('**/[A-Za-z]*.adoc'))])
179 all_docs.append(str(ROOT / 'vkspec.adoc'))
/hardware/qcom/audio/hal/
Dplatform_info.c39 ROOT, enumerator
84 [ROOT] = process_root,
1049 section = ROOT; in end_tag()
1051 section = ROOT; in end_tag()
1057 section = ROOT; in end_tag()
1059 section = ROOT; in end_tag()
1061 section = ROOT; in end_tag()
1063 section = ROOT; in end_tag()
1065 section = ROOT; in end_tag()
1067 section = ROOT; in end_tag()
[all …]
/hardware/google/gfxstream/guest/mesa/src/util/blake3/
Dblake3_impl.h17 ROOT = 1 << 3, enumerator
Dblake3.c96 output_block_counter, self->flags | ROOT, wide_buf); in output_root_bytes()