Searched refs:VkDrawIndexedIndirectCommand (Results 1 – 25 of 26) sorted by relevance
12
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | drawing.adoc | 1360 slink:VkDrawIndexedIndirectCommand structures. 1373 code:sizeof(sname:VkDrawIndexedIndirectCommand) 1376 code:sizeof(sname:VkDrawIndexedIndirectCommand))# must: be less than or 1381 code:sizeof(sname:VkDrawIndexedIndirectCommand))# must: be less than or 1388 [open,refpage='VkDrawIndexedIndirectCommand',desc='Structure specifying a indexed indirect drawing … 1390 :refpage: VkDrawIndexedIndirectCommand 1392 The sname:VkDrawIndexedIndirectCommand structure is defined as: 1394 include::{generated}/api/structs/VkDrawIndexedIndirectCommand.adoc[] 1403 The members of sname:VkDrawIndexedIndirectCommand have the same meaning as 1409 * [[VUID-VkDrawIndexedIndirectCommand-None-00552]] [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 | 32 which have a similar definition to slink:VkDrawIndexedIndirectCommand and
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_deepcopy_guest.h | 82 const VkDrawIndexedIndirectCommand* from, 83 VkDrawIndexedIndirectCommand* to);
|
D | goldfish_vk_transform_guest.h | 107 VkDrawIndexedIndirectCommand* toTransform); 110 VkDrawIndexedIndirectCommand* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 108 const VkDrawIndexedIndirectCommand* forMarshaling); 111 VkDrawIndexedIndirectCommand* forUnmarshaling);
|
D | goldfish_vk_counting_guest.h | 72 const VkDrawIndexedIndirectCommand* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 85 const VkDrawIndexedIndirectCommand* forMarshaling,
|
D | goldfish_vk_transform_guest.cpp | 171 VkDrawIndexedIndirectCommand* toTransform) { in transform_tohost_VkDrawIndexedIndirectCommand() 177 VkDrawIndexedIndirectCommand* toTransform) { in transform_fromhost_VkDrawIndexedIndirectCommand()
|
D | goldfish_vk_deepcopy_guest.cpp | 157 const VkDrawIndexedIndirectCommand* from, in deepcopy_VkDrawIndexedIndirectCommand() 158 VkDrawIndexedIndirectCommand* to) { in deepcopy_VkDrawIndexedIndirectCommand()
|
D | goldfish_vk_counting_guest.cpp | 158 const VkDrawIndexedIndirectCommand* toCount, in count_VkDrawIndexedIndirectCommand()
|
D | goldfish_vk_marshaling_guest.cpp | 220 const VkDrawIndexedIndirectCommand* forMarshaling) { in marshal_VkDrawIndexedIndirectCommand() 230 VkDrawIndexedIndirectCommand* forUnmarshaling) { in unmarshal_VkDrawIndexedIndirectCommand()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 172 const VkDrawIndexedIndirectCommand* forMarshaling, in reservedmarshal_VkDrawIndexedIndirectCommand()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 75 const VkDrawIndexedIndirectCommand* from, 76 VkDrawIndexedIndirectCommand* to);
|
D | goldfish_vk_transform.h | 107 VkDrawIndexedIndirectCommand* toTransform); 110 VkDrawIndexedIndirectCommand* toTransform);
|
D | goldfish_vk_marshaling.h | 100 const VkDrawIndexedIndirectCommand* forMarshaling); 103 VkDrawIndexedIndirectCommand* forUnmarshaling);
|
D | goldfish_vk_reserved_marshaling.h | 75 VkDrawIndexedIndirectCommand* forUnmarshaling,
|
D | goldfish_vk_transform.cpp | 168 VkDrawIndexedIndirectCommand* toTransform) { in transform_tohost_VkDrawIndexedIndirectCommand() 174 VkDrawIndexedIndirectCommand* toTransform) { in transform_fromhost_VkDrawIndexedIndirectCommand()
|
D | goldfish_vk_deepcopy.cpp | 157 const VkDrawIndexedIndirectCommand* from, in deepcopy_VkDrawIndexedIndirectCommand() 158 VkDrawIndexedIndirectCommand* to) { in deepcopy_VkDrawIndexedIndirectCommand()
|
D | goldfish_vk_marshaling.cpp | 256 const VkDrawIndexedIndirectCommand* forMarshaling) { in marshal_VkDrawIndexedIndirectCommand() 266 VkDrawIndexedIndirectCommand* forUnmarshaling) { in unmarshal_VkDrawIndexedIndirectCommand()
|
D | goldfish_vk_reserved_marshaling.cpp | 200 VkDrawIndexedIndirectCommand* forUnmarshaling, in reservedunmarshal_VkDrawIndexedIndirectCommand()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_device_generated_commands/ |
D | indirectcommands.adoc | 284 * slink:VkDrawIndexedIndirectCommand
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_static_assertions.hpp | 56 …VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand ) == sizeof( VkDrawIndexedIndirectCommand ), "str…
|
D | vulkan_static_assertions.hpp | 56 …VULKAN_HPP_NAMESPACE::DrawIndexedIndirectCommand ) == sizeof( VkDrawIndexedIndirectCommand ), "str…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2880 typedef struct VkDrawIndexedIndirectCommand { struct 2886 } VkDrawIndexedIndirectCommand; argument
|
12