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

/external/mesa3d/include/vulkan/
H A Dvulkan.h1735 typedef struct VkVertexInputAttributeDescription { struct
1740 } VkVertexInputAttributeDescription; typedef in typeref:struct:VkVertexInputAttributeDescription
1749 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h1832 typedef struct VkVertexInputAttributeDescription { struct
1837 } VkVertexInputAttributeDescription; typedef in typeref:struct:VkVertexInputAttributeDescription
1846 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h1832 typedef struct VkVertexInputAttributeDescription { struct
1837 } VkVertexInputAttributeDescription; typedef in typeref:struct:VkVertexInputAttributeDescription
1846 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2029 typedef struct VkVertexInputAttributeDescription { struct
2034 } VkVertexInputAttributeDescription; typedef in typeref:struct:VkVertexInputAttributeDescription
2043 const VkVertexInputAttributeDescription* pVertexAttributeDescriptions;
H A Dvulkan.hpp6684 VertexInputAttributeDescription( VkVertexInputAttributeDescription const & rhs )
6689 VertexInputAttributeDescription& operator=( VkVertexInputAttributeDescription const & rhs )
6718 operator const VkVertexInputAttributeDescription&() const
6720 return *reinterpret_cast<const VkVertexInputAttributeDescription*>(this);
6741 static_assert( sizeof( VertexInputAttributeDescription ) == sizeof( VkVertexInputAttributeDescription ), "struct and wrapper have different size!" );
[all...]

Completed in 789 milliseconds