Searched defs:VkDrawIndexedIndirectCommand (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/include/vulkan/
H A Dvulkan.h2246 typedef struct VkDrawIndexedIndirectCommand { struct
2252 } VkDrawIndexedIndirectCommand; typedef in typeref:struct:VkDrawIndexedIndirectCommand
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h2343 typedef struct VkDrawIndexedIndirectCommand { struct
2349 } VkDrawIndexedIndirectCommand; typedef in typeref:struct:VkDrawIndexedIndirectCommand
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h2343 typedef struct VkDrawIndexedIndirectCommand { struct
2349 } VkDrawIndexedIndirectCommand; typedef in typeref:struct:VkDrawIndexedIndirectCommand
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2540 typedef struct VkDrawIndexedIndirectCommand { struct
2546 } VkDrawIndexedIndirectCommand; typedef in typeref:struct:VkDrawIndexedIndirectCommand
H A Dvulkan.hpp4925 DrawIndexedIndirectCommand( VkDrawIndexedIndirectCommand const & rhs )
4930 DrawIndexedIndirectCommand& operator=( VkDrawIndexedIndirectCommand const & rhs )
4965 operator const VkDrawIndexedIndirectCommand&() const
4967 return *reinterpret_cast<const VkDrawIndexedIndirectCommand*>(this);
4990 static_assert( sizeof( DrawIndexedIndirectCommand ) == sizeof( VkDrawIndexedIndirectCommand ), "struct and wrapper have different size!" );
[all...]

Completed in 1274 milliseconds