Searched refs:dispatched (Results 1 – 20 of 20) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | dispatch_graph_common.adoc | 32 Execution of this command must: not cause a node to be dispatched with a 34 code:MaxNumWorkgroupsAMDX decoration in the dispatched node or
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_AMDX_shader_enqueue.adoc | 17 … have little flexibility when it comes to determining what is actually dispatched; they must be en… 210 …`MaxNumWorkgroupsAMDX` declaration, it is assumed that the node may be dispatched with a grid size… 212 …ngAMDX` declaration, all data in the payload is broadcast to all workgroups dispatched in this way. 267 The dispatched node is at depth 1 and the node enqueued by it is at depth 2, and so on. 269 …rOutputNodes` specifies the maximum number of unique nodes that can be dispatched from a single sh… 339 Statically declare the number of workgroups dispatched for this shader, instead of obeying an API- … 350 Declare the maximum number of workgroups dispatched for this shader. Dispatches must not exceed thi… 374 …can be useful for optimizing some algorithms. When a compute shader is dispatched using existing `… 410 …* storage class to indicate that it shares output resources with _Payload Array_ when dispatched. + 544 or if the shader was dispatched with a `vkCmdDispatchGraph*` command, rather than enqueued from ano…
|
D | VK_EXT_mesh_shader.adoc | 55 For the most part, these map well to compute shaders - they are dispatched in workgroups and have a… 70 Mesh shaders can be dispatched from the API like a compute shader would be, or launched via <<Task … 75 …nal shader stage that executes ahead of mesh shaders. A task shader is dispatched like a compute s… 89 As task and mesh shaders change how primitives are dispatched, a subsequent modification of rasteri… 188 Multiple draws are dispatched according to the `drawCount` parameter, with data in buffer being con… 322 …up in a task shader, and is broadcast to all invocations in workgroups dispatched by the same task…
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | IFencedExecutionCallback.hal | 35 * @return status Error status returned from the asynchronously dispatched execution
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_mesh_shader.adoc | 34 When task and mesh shaders are dispatched, they replace the core
|
D | VK_HUAWEI_subpass_shading.adoc | 29 dispatched inside a stand-alone subpass.
|
D | glossary.adoc | 450 Any command that is dispatched from a logical device, or from a child 749 A collection of local workgroups dispatched by a single dispatching 967 Any command that is dispatched from an instance, or from a child object 1270 Any command that is dispatched from a physical device.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | executiongraphs.adoc | 12 operations that can be dispatched within the execution graph. 14 graph, which can: be dispatched dynamically from another shader within the 380 any way against each other once they are dispatched. 448 any way against each other once they are dispatched. 542 any way against each other once they are dispatched. 671 dispatched. 709 A node identified in this way is dispatched as described in the following
|
D | extensions.adoc | 726 For commands that are dispatched from a slink:VkDevice, or from a child
|
D | interfaces.adoc | 2818 {times} pname:depth items dispatched by a flink:vkCmdTraceRaysKHR command. 4355 If full subgroups are not enabled, some subgroups may be dispatched with 4414 each subgroup that gets dispatched.
|
D | limits.adoc | 478 the maximum number of local workgroups that can: be dispatched by a 4294 The dispatched node is at depth 1 and the node enqueued by it is at 4300 unique nodes that can be dispatched from a single shader, and must be at
|
D | fundamentals.adoc | 1256 is dispatched from a slink:VkDevice, or from a child object of a
|
D | shaders.adoc | 1592 primitives they originated from were drawn or dispatched by the application.
|
D | pipelines.adoc | 64 Each of these spawned tasks, or each of the original dispatched tasks if no 8767 executable is dispatched.
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDeviceCallback.hal | 126 * Buffers delivered to the framework must not be dispatched to the
|
D | types.hal | 929 * Buffers delivered to the framework are not dispatched to the
|
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 2165 bool dispatched = false; in internal_valid_message_handler() local 2183 dispatched = true; in internal_valid_message_handler() 2190 if (!dispatched) { in internal_valid_message_handler()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | wifi_hal.cpp | 2262 bool dispatched = false; in internal_valid_message_handler() local 2280 dispatched = true; in internal_valid_message_handler() 2287 if (!dispatched) { in internal_valid_message_handler()
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 510 * The pointer may or may not be down when this event is dispatched. 582 /** Event should be dispatched to applications */
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 5408 in valid usage statements for dispatched draw commands
|