Searched refs:VkDispatchIndirectCommand (Results 1 – 25 of 26) sorted by relevance
12
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | dispatch.adoc | 72 slink:VkDispatchIndirectCommand structure taken from pname:buffer starting 80 The sum of pname:offset and the size of sname:VkDispatchIndirectCommand 87 [open,refpage='VkDispatchIndirectCommand',desc='Structure specifying a indirect dispatching command… 89 The sname:VkDispatchIndirectCommand structure is defined as: 91 include::{generated}/api/structs/VkDispatchIndirectCommand.adoc[] 100 The members of sname:VkDispatchIndirectCommand have the same meaning as the 105 * [[VUID-VkDispatchIndirectCommand-x-00417]] 108 * [[VUID-VkDispatchIndirectCommand-y-00418]] 111 * [[VUID-VkDispatchIndirectCommand-z-00419]] 116 include::{generated}/validity/structs/VkDispatchIndirectCommand.adoc[]
|
D | executiongraphs.adoc | 722 bytes of the payload, interpreted as a slink:VkDispatchIndirectCommand.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_HUAWEI_cluster_culling_shader/ |
D | drawing.adoc | 84 slink:VkDispatchIndirectCommand structure taken from buffer starting at
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_AMDX_shader_enqueue.adoc | 207 …ration, the first part of each element of `payloads` must be a `VkDispatchIndirectCommand` structu… 208 …its structure type *must* include link:{refpage}VkDispatchIndirectCommand.html[VkDispatchIndirectC…
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.h | 78 const VkDispatchIndirectCommand* from, 79 VkDispatchIndirectCommand* to);
|
D | goldfish_vk_transform_guest.h | 101 VkDispatchIndirectCommand* toTransform); 104 VkDispatchIndirectCommand* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 102 const VkDispatchIndirectCommand* forMarshaling); 105 VkDispatchIndirectCommand* forUnmarshaling);
|
D | goldfish_vk_counting_guest.h | 69 const VkDispatchIndirectCommand* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 80 const VkDispatchIndirectCommand* forMarshaling,
|
D | goldfish_vk_transform_guest.cpp | 159 VkDispatchIndirectCommand* toTransform) { in transform_tohost_VkDispatchIndirectCommand() 165 VkDispatchIndirectCommand* toTransform) { in transform_fromhost_VkDispatchIndirectCommand()
|
D | goldfish_vk_deepcopy_guest.cpp | 149 const VkDispatchIndirectCommand* from, in deepcopy_VkDispatchIndirectCommand() 150 VkDispatchIndirectCommand* to) { in deepcopy_VkDispatchIndirectCommand()
|
D | goldfish_vk_counting_guest.cpp | 147 const VkDispatchIndirectCommand* toCount, size_t* count) { in count_VkDispatchIndirectCommand()
|
D | goldfish_vk_marshaling_guest.cpp | 204 const VkDispatchIndirectCommand* forMarshaling) { in marshal_VkDispatchIndirectCommand() 212 VkDispatchIndirectCommand* forUnmarshaling) { in unmarshal_VkDispatchIndirectCommand()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 158 const VkDispatchIndirectCommand* forMarshaling, in reservedmarshal_VkDispatchIndirectCommand()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 71 const VkDispatchIndirectCommand* from, 72 VkDispatchIndirectCommand* to);
|
D | goldfish_vk_transform.h | 101 VkDispatchIndirectCommand* toTransform); 104 VkDispatchIndirectCommand* toTransform);
|
D | goldfish_vk_marshaling.h | 94 const VkDispatchIndirectCommand* forMarshaling); 97 VkDispatchIndirectCommand* forUnmarshaling);
|
D | goldfish_vk_reserved_marshaling.h | 70 VkDispatchIndirectCommand* forUnmarshaling,
|
D | goldfish_vk_transform.cpp | 156 VkDispatchIndirectCommand* toTransform) { in transform_tohost_VkDispatchIndirectCommand() 162 VkDispatchIndirectCommand* toTransform) { in transform_fromhost_VkDispatchIndirectCommand()
|
D | goldfish_vk_deepcopy.cpp | 149 const VkDispatchIndirectCommand* from, in deepcopy_VkDispatchIndirectCommand() 150 VkDispatchIndirectCommand* to) { in deepcopy_VkDispatchIndirectCommand()
|
D | goldfish_vk_marshaling.cpp | 240 const VkDispatchIndirectCommand* forMarshaling) { in marshal_VkDispatchIndirectCommand() 248 VkDispatchIndirectCommand* forUnmarshaling) { in unmarshal_VkDispatchIndirectCommand()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/ |
D | indirectcommands.adoc | 292 * slink:VkDispatchIndirectCommand
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_static_assertions.hpp | 52 …eof( VULKAN_HPP_NAMESPACE::DispatchIndirectCommand ) == sizeof( VkDispatchIndirectCommand ), "stru…
|
D | vulkan_static_assertions.hpp | 52 …eof( VULKAN_HPP_NAMESPACE::DispatchIndirectCommand ) == sizeof( VkDispatchIndirectCommand ), "stru…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2874 typedef struct VkDispatchIndirectCommand { struct 2878 } VkDispatchIndirectCommand; argument
|
12