Searched refs:VkDrawIndirectCommand (Results 1 – 25 of 25) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | drawing.adoc | 756 the slink:VkDrawIndirectCommand are stored in pname:buffer, from lower 1204 slink:VkDrawIndirectCommand structures. 1216 code:sizeof(sname:VkDrawIndirectCommand) 1219 code:sizeof(slink:VkDrawIndirectCommand))# must: be less than or equal 1224 code:sizeof(slink:VkDrawIndirectCommand))# must: be less than or equal 1231 [open,refpage='VkDrawIndirectCommand',desc='Structure specifying a indirect drawing command',type='… 1233 The sname:VkDrawIndirectCommand structure is defined as: 1235 include::{generated}/api/structs/VkDrawIndirectCommand.adoc[] 1242 The members of sname:VkDrawIndirectCommand have the same meaning as the 1247 * [[VUID-VkDrawIndirectCommand-None-00500]] [all …]
|
D | features.adoc | 464 sname:VkDrawIndirectCommand and sname:VkDrawIndexedIndirectCommand
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_HUAWEI_cluster_culling_shader/ |
D | clusterculling.adoc | 33 slink:VkDrawIndirectCommand members.
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.h | 86 const VkDrawIndirectCommand* from, VkDrawIndirectCommand* to);
|
D | goldfish_vk_transform_guest.h | 113 VkDrawIndirectCommand* toTransform); 116 VkDrawIndirectCommand* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 114 const VkDrawIndirectCommand* forMarshaling); 117 VkDrawIndirectCommand* forUnmarshaling);
|
D | goldfish_vk_counting_guest.h | 75 const VkDrawIndirectCommand* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 89 const VkDrawIndirectCommand* forMarshaling,
|
D | goldfish_vk_transform_guest.cpp | 183 VkDrawIndirectCommand* toTransform) { in transform_tohost_VkDrawIndirectCommand() 189 VkDrawIndirectCommand* toTransform) { in transform_fromhost_VkDrawIndirectCommand()
|
D | goldfish_vk_deepcopy_guest.cpp | 165 const VkDrawIndirectCommand* from, VkDrawIndirectCommand* to) { in deepcopy_VkDrawIndirectCommand()
|
D | goldfish_vk_counting_guest.cpp | 172 const VkDrawIndirectCommand* toCount, size_t* count) { in count_VkDrawIndirectCommand()
|
D | goldfish_vk_marshaling_guest.cpp | 240 const VkDrawIndirectCommand* forMarshaling) { in marshal_VkDrawIndirectCommand() 249 VkDrawIndirectCommand* forUnmarshaling) { in unmarshal_VkDrawIndirectCommand()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 189 const VkDrawIndirectCommand* forMarshaling, in reservedmarshal_VkDrawIndirectCommand()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 79 const VkDrawIndirectCommand* from, VkDrawIndirectCommand* to);
|
D | goldfish_vk_transform.h | 113 VkDrawIndirectCommand* toTransform); 116 VkDrawIndirectCommand* toTransform);
|
D | goldfish_vk_marshaling.h | 106 const VkDrawIndirectCommand* forMarshaling); 109 VkDrawIndirectCommand* forUnmarshaling);
|
D | goldfish_vk_reserved_marshaling.h | 79 VkDrawIndirectCommand* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_transform.cpp | 180 VkDrawIndirectCommand* toTransform) { in transform_tohost_VkDrawIndirectCommand() 186 VkDrawIndirectCommand* toTransform) { in transform_fromhost_VkDrawIndirectCommand()
|
D | goldfish_vk_deepcopy.cpp | 165 const VkDrawIndirectCommand* from, VkDrawIndirectCommand* to) { in deepcopy_VkDrawIndirectCommand()
|
D | goldfish_vk_marshaling.cpp | 276 const VkDrawIndirectCommand* forMarshaling) { in marshal_VkDrawIndirectCommand() 285 VkDrawIndirectCommand* forUnmarshaling) { in unmarshal_VkDrawIndirectCommand()
|
D | goldfish_vk_reserved_marshaling.cpp | 215 VkDrawIndirectCommand* forUnmarshaling, in reservedunmarshal_VkDrawIndirectCommand()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/ |
D | indirectcommands.adoc | 283 * slink:VkDrawIndirectCommand
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_static_assertions.hpp | 60 …T( sizeof( VULKAN_HPP_NAMESPACE::DrawIndirectCommand ) == sizeof( VkDrawIndirectCommand ), "struct…
|
D | vulkan_static_assertions.hpp | 60 …T( sizeof( VULKAN_HPP_NAMESPACE::DrawIndirectCommand ) == sizeof( VkDrawIndirectCommand ), "struct…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2888 typedef struct VkDrawIndirectCommand { struct 2893 } VkDrawIndirectCommand; argument
|