Home
last modified time | relevance | path

Searched refs:link (Results 1 – 25 of 222) sorted by relevance

123456789

/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal47 * Must have the lifetime {@link OperandLifeTime::SUBGRAPH}.
95 * Takes two input tensors of identical {@link OperandType} and compatible
117 * Supported tensor {@link OperandType}:
118 * * {@link OperandType::TENSOR_FLOAT16} (since HAL version 1.2)
119 * * {@link OperandType::TENSOR_FLOAT32}
120 * * {@link OperandType::TENSOR_QUANT8_ASYMM}
121 * * {@link OperandType::TENSOR_QUANT8_ASYMM_SIGNED} (since HAL version 1.3)
122 * * {@link OperandType::TENSOR_INT32} (since HAL version 1.3)
128 * * 1: A tensor of the same {@link OperandType}, and compatible dimensions
130 * For a {@link OperandType::TENSOR_QUANT8_ASYMM} and
[all …]
DIPreparedModel.hal57 * {@link @1.0::DataLocation} of a {@link @1.0::RequestArgument}) until the
73 * may be aborted, and either {@link
74 * ErrorStatus::MISSED_DEADLINE_TRANSIENT} or {@link
100 * executing a {@link OperationType::WHILE}
105 * time is {@link LoopTimeoutDurationNs::DEFAULT}.
107 * {@link LoopTimeoutDurationNs::MAXIMUM}.
143 * 'request' (described by the {@link @1.0::DataLocation} of a
144 * {@link @1.0::RequestArgument}) until executeSynchronously_1_3
157 * execution may be aborted, and either {@link
158 * ErrorStatus::MISSED_DEADLINE_TRANSIENT} or {@link
[all …]
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal83 * {@link SymmPerChannelQuantParams} must hold the parameters for an Operand of this type.
159 * Takes two input tensors of identical {@link OperandType} and compatible
181 * Supported tensor {@link OperandType}:
182 * * {@link OperandType::TENSOR_FLOAT16} (since HAL version 1.2)
183 * * {@link OperandType::TENSOR_FLOAT32}
184 * * {@link OperandType::TENSOR_QUANT8_ASYMM}
190 * * 1: A tensor of the same {@link OperandType}, and compatible dimensions
192 * For a {@link OperandType::TENSOR_QUANT8_ASYMM} tensor,
194 * * 2: An {@link OperandType::INT32} scalar, and has to be one of the
195 * {@link FusedActivationFunc} values. Specifies the activation to
[all …]
/hardware/interfaces/neuralnetworks/1.1/
Dtypes.hal39 * Supported tensor {@link OperandType}:
40 * * {@link OperandType::TENSOR_FLOAT32}
41 * * {@link OperandType::TENSOR_QUANT8_ASYMM}
48 * * 1: A 1-D Tensor of {@link OperandType::TENSOR_INT32}, the block
53 * * 0: A tensor of the same {@link OperandType} as input0.
54 * For a {@link OperandType::TENSOR_QUANT8_ASYMM} tensor,
62 * Takes two input tensors of identical {@link OperandType} and compatible
79 * Supported tensor {@link OperandType}:
80 * * {@link OperandType::TENSOR_FLOAT32}
86 * * 1: A tensor of the same {@link OperandType}, and compatible dimensions
[all …]
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal29 * types. Most used are {@link OperandType::TENSOR_FLOAT32},
30 * {@link OperandType::TENSOR_QUANT8_ASYMM},
31 * and {@link OperandType::INT32}.
83 * Takes two input tensors of identical {@link OperandType} and compatible
101 * Supported tensor {@link OperandType}:
102 * * {@link OperandType::TENSOR_FLOAT32}
103 * * {@link OperandType::TENSOR_QUANT8_ASYMM}
109 * * 1: A tensor of the same {@link OperandType}, and compatible dimensions
111 * For a {@link OperandType::TENSOR_QUANT8_ASYMM} tensor,
113 * * 2: An {@link OperandType::INT32} scalar, and has to be one of the
[all …]
/hardware/interfaces/wifi/aidl/default/tests/
Daidl_struct_util_unit_tests.cpp139 for (legacy_hal::LinkStats& link : legacy_ml_stats.links) { in TEST_F()
140 link.peers.push_back(legacy_hal::WifiPeerInfo{}); in TEST_F()
141 link.peers.push_back(legacy_hal::WifiPeerInfo{}); in TEST_F()
142 link.stat.beacon_rx = rand(); in TEST_F()
144 link.stat.link_id = rand() % 16; in TEST_F()
145 link.stat.state = states[rand() % sizeof(states)]; in TEST_F()
147 link.stat.radio = rand() % 4; in TEST_F()
148 link.stat.frequency = rand(); in TEST_F()
150 link.stat.rssi_mgmt = (rand() % 128) * -1; in TEST_F()
151 link.stat.ac[legacy_hal::WIFI_AC_BE].rx_mpdu = rand(); in TEST_F()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dcustom.patch5 @@ -757,6 +757,9 @@ li > p > a[id^="VUID-"].link:hover { color: black; }
6 …<link rel="preload" href="../katex/fonts/KaTeX_Size3-Regular.woff2" as="font" type="font/woff2" cr…
7 …<link rel="preload" href="../katex/fonts/KaTeX_Size4-Regular.woff2" as="font" type="font/woff2" cr…
8 …<link rel="preload" href="../katex/fonts/KaTeX_Typewriter-Regular.woff2" as="font" type="font/woff…
9 +<link href="chunked.css?4" rel="stylesheet">
15 @@ -1318,6 +1322,7 @@ li > p > a[id^="VUID-"].link:hover { color: black; }
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dspirvcapgenerator.py13 def makeLink(link, altlink = None): argument
18 return '<<{},{}>>'.format(link, altlink)
20 return '<<{}>>'.format(link)
129 link = 'versions-' + version[-3:].replace('_', '.')
132 linktext = makeLink(link, altlink)
137 link = extension
160 link = 'features-' + link_name
163 linktext = makeLink(link, altlink)
172 link = 'limits-' + member
183 linktext = makeLink(link, altlink)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DREADMESC.adoc10 The link:https://github.com/KhronosGroup/VulkanSC-Docs[VulkanSC-Docs]
20 link:https://github.com/KhronosGroup/Vulkan-Headers[Vulkan-Headers] under the `sc_main` branch)
22 link:https://github.com/KhronosGroup/Vulkan-Headers[Vulkan-Headers] under the `sc_main` branch)
26 link:https://github.com/KhronosGroup/VulkanSC-Docs[VulkanSC-Docs].
32 link:https://github.com/KhronosGroup/VulkanSC-Docs/issues/[Issues]
34 link:https://github.com/KhronosGroup/VulkanSC-Docs/discussions[Discussions]
36 link:https://github.com/KhronosGroup/VulkanSC-Docs/[VulkanSC-Docs]
40 link:https://github.com/KhronosGroup/Vulkan-Web-Registry/blob/main/Vulkan-Projects.adoc[Vulkan-Proj…
DCONTRIBUTING.adoc23 (for example, link:vkspec.adoc[`vkspec.adoc`])
25 link:scripts/reg.py[`reg.py`])
27 projects (for example, link:xml/vk.xml[`vk.xml`])
31 file, and link to the full license text from
32 link:LICENSE.adoc[`LICENSE.adoc`].
36 When you propose a pull request on Vulkan-Docs you must execute the link:https://www.khronos.org/le…
DREADMEVK.adoc10 The link:https://github.com/KhronosGroup/Vulkan-Docs[Vulkan-Docs]
20 link:https://github.com/KhronosGroup/Vulkan-Headers[Vulkan-Headers])
22 link:https://github.com/KhronosGroup/Vulkan-Headers[Vulkan-Headers])
26 link:https://github.com/KhronosGroup/Vulkan-Docs/[Vulkan-Docs].
32 link:https://github.com/KhronosGroup/Vulkan-Web-Registry/blob/main/Vulkan-Projects.adoc[Vulkan-Proj…
38 Vulkan SC can be found as detailed in link:READMESC.adoc[READMESC.adoc]
DREADME.adoc10 For Vulkan^(R)^ API specific documentation see link:READMEVK.adoc[READMEVK.adoc]
12 For Vulkan^(R)^ SC API specific documentation see link:READMESC.adoc[READMESC.adoc]
48 See link:BUILD.adoc[BUILD.adoc] for more information on installing the
54 See link:xml/README.adoc[xml/README.adoc].
58 in the XML API Registry (link:xml/vk.xml[`xml/vk.xml`]).
DCOPYING.adoc18 have requested it, link:xml/vk.xml[`vk.xml`] and
19 link:xml/video.xml[`video.xml`] are licensed under a dual (SPDX license
22 link:config/fonts/[`config/fonts/`] are licensed under the M+ Font License
28 link:scripts/asciidoctor-chunker[`scripts/asciidoctor-chunker`], is
30 link:https://github.com/wshito/asciidoctor-chunker[chunker project] is
35 link:scripts/htmldiff/htmldiff[`scripts/htmldiff/htmldiff`], had no
74 link:https://github.com/KhronosGroup/Vulkan-Docs/[Vulkan-Docs] GitHub
/hardware/google/gfxstream/guest/mesa/src/util/
Dvma.c32 struct list_head link; member
38 list_for_each_entry(struct util_vma_hole, _hole, &(_heap)->holes, link)
41 list_for_each_entry_safe(struct util_vma_hole, _hole, &(_heap)->holes, link)
44 list_for_each_entry_safe_rev(struct util_vma_hole, _hole, &(_heap)->holes, link)
81 if (&hole->link == heap->holes.next) { in util_vma_heap_validate()
115 list_del(&hole->link); in util_vma_hole_alloc()
150 list_addtail(&high_hole->link, &hole->link); in util_vma_hole_alloc()
328 list_del(&high_hole->link); in util_vma_heap_free()
346 list_add(&hole->link, &high_hole->link); in util_vma_heap_free()
348 list_add(&hole->link, &heap->holes); in util_vma_heap_free()
Ddag.c32 list_delinit(&child->link); in append_edge()
97 list_addtail(&child->link, &dag->heads); in dag_remove_edge()
112 list_delinit(&node->link); in dag_prune_head()
127 list_addtail(&node->link, &dag->heads); in dag_init_node()
203 list_for_each_entry(struct dag_node, node, &dag->heads, link) { in dag_traverse_bottom_up()
282 list_for_each_entry(struct dag_node, node, &dag->heads, link) { in dag_validate()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_external_memory_acquire_unmodified.adoc13 link:{refpage}VK_QUEUE_FAMILY_FOREIGN_EXT.html[VK_QUEUE_FAMILY_FOREIGN_EXT]).
24 of link:{refpage}VkDeviceMemory.html[VkDeviceMemory] bound to the resource,
25 where the link:{refpage}VkDeviceMemory.html[VkDeviceMemory] has been imported or
27 link:{refpage}VK_KHR_external_memory.html[VK_KHR_external_memory].
34 For example, if the external resource is a link:{refpage}VkImage.html[VkImage],
41 For example, each link:{refpage}VkDevice.html[VkDevice]
78 link:{refpage}VK_QUEUE_FAMILY_FOREIGN_EXT.html[VK_QUEUE_FAMILY_FOREIGN_EXT],
80 link:{refpage}VkImageMemoryBarrier.html[VkImageMemoryBarrier].
85 during the execution of the link:{refpage}VkImageMemoryBarrier.html[VkImageMemoryBarrier].
88 link:{refpage}VkSwapchainKHR.html[VkSwapchainKHR]
[all …]
DVK_EXT_graphics_pipeline_library.adoc82 this extension by keeping the create information until the final link
91 to separately compile state chunks and later link them together.
99 For link:{refpage}VK_KHR_ray_tracing_pipeline.html[VK_KHR_ray_tracing_pipeline], pipelines
102 link:{refpage}VK_KHR_pipeline_library.html[VK_KHR_pipeline_library] allowed
148 applications can link pipelines on demand while recording commands.
194 link:{refpage}VkPipelineCache.html[VkPipelineCache], `basePipelineHandle`,
196 link:{refpage}VkPipelineCreationFeedbackCreateInfo.html[VkPipelineCreationFeedbackCreateInfo],
198 link:{refpage}VkPipelineCompilerControlCreateInfoAMD.html[VkPipelineCompilerControlCreateInfoAMD]
201 link:{refpage}VkPipelineCreateFlags.html[VkPipelineCreateFlags] are also
210 link:{refpage}VkGraphicsPipelineCreateInfo.html[VkGraphicsPipelineCreateInfo]
[all …]
DVK_GOOGLE_surfaceless_query.adoc23 link:{refpage}vkGetPhysicalDeviceSurfaceFormatsKHR.html[`vkGetPhysicalDeviceSurfaceFormatsKHR`]
47 without a link:{refpage}VkSurfaceKHR.html[`VkSurfaceKHR`].
67 - link:{refpage}vkGetPhysicalDeviceSurfaceFormatsKHR.html[`vkGetPhysicalDeviceSurfaceFormatsKHR`]
68 - link:{refpage}vkGetPhysicalDeviceSurfacePresentModesKHR.html[`vkGetPhysicalDeviceSurfacePresentMo…
70link:{refpage}vkGetPhysicalDeviceSurfaceCapabilities2KHR.html[`vkGetPhysicalDeviceSurfaceCapabilit…
72 link:{refpage}VkSurfaceProtectedCapabilitiesKHR.html[`VkSurfaceProtectedCapabilitiesKHR`]
75 link:{refpage}VkSurfaceCapabilities2KHR.html[`VkSurfaceCapabilities2KHR`]`::surfaceCapabilities`
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_queue.h49 struct list_head link; member
213 list_for_each_entry(struct vk_queue, queue, &(device)->queues, link)
216 list_for_each_entry_safe(struct vk_queue, queue, &(device)->queues, link)
219 struct list_head link; member
Dvk_sync_timeline.c93 &timeline->free_points, link) { in vk_sync_timeline_finish()
94 list_del(&point->link); in vk_sync_timeline_finish()
99 &timeline->pending_points, link) { in vk_sync_timeline_finish()
100 list_del(&point->link); in vk_sync_timeline_finish()
114 struct vk_sync_timeline_point, link); in vk_sync_timeline_first_point()
163 struct vk_sync_timeline_point, link); in vk_sync_timeline_alloc_point_locked()
171 list_del(&point->link); in vk_sync_timeline_alloc_point_locked()
200 list_add(&point->link, &timeline->free_points); in vk_sync_timeline_point_free_locked()
241 list_del(&point->link); in vk_sync_timeline_point_complete()
253 &timeline->pending_points, link) { in vk_sync_timeline_gc_locked()
[all …]
Dvk_instance.c89 list_addtail(&messenger->link, in vk_instance_init()
217 &instance->physical_devices.list, link) { in destroy_physical_devices()
218 list_del(&pdevice->link); in destroy_physical_devices()
234 &instance->debug_utils.callbacks, link) { in vk_instance_finish()
235 list_del(&messenger->link); in vk_instance_finish()
243 link) { in vk_instance_finish()
244 list_del(&messenger->link); in vk_instance_finish()
410 list_addtail(&pdevice->link, &instance->physical_devices.list); in enumerate_drm_physical_devices_locked()
467 &instance->physical_devices.list, link) { in vk_common_EnumeratePhysicalDevices()
489 &instance->physical_devices.list, link) { in vk_common_EnumeratePhysicalDeviceGroups()
Dvk_debug_report.c35 struct list_head link; member
69 list_addtail(&cb->link, &instance->debug_report.callbacks); in VK_DEFINE_NONDISP_HANDLE_CASTS()
90 list_del(&callback->link); in vk_common_DestroyDebugReportCallbackEXT()
120 &instance->debug_report.callbacks, link) { in debug_report()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/antora/modules/ROOT/pages/
Dindex.adoc11 link:https://docs.vulkan.org/[This site] gathers together several key
38 link:https://docs.vulkan.org/[This site] is generated using the
39 link:https://docs.antora.org/[Antora] static site generator.
43 link:https://github.com/KhronosGroup/Vulkan-Site/[Vulkan-Site]
/hardware/interfaces/usb/gadget/1.1/default/lib/
DUsbGadgetUtils.cpp66 char link[kMaxFilePathLength]; in linkFunction() local
69 sprintf(link, "%s%d", FUNCTION_PATH, index); in linkFunction()
70 if (symlink(functionPath, link)) { in linkFunction()
71 ALOGE("Cannot create symlink %s -> %s errno:%d", link, functionPath, errno); in linkFunction()
/hardware/interfaces/usb/gadget/1.2/default/lib/
DUsbGadgetUtils.cpp66 char link[kMaxFilePathLength]; in linkFunction() local
69 sprintf(link, "%s%d", FUNCTION_PATH, index); in linkFunction()
70 if (symlink(functionPath, link)) { in linkFunction()
71 ALOGE("Cannot create symlink %s -> %s errno:%d", link, functionPath, errno); in linkFunction()

123456789