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

/external/mesa3d/include/vulkan/
H A Dvulkan.h2107 typedef struct VkCommandBufferInheritanceInfo { struct
2116 } VkCommandBufferInheritanceInfo; typedef in typeref:struct:VkCommandBufferInheritanceInfo
2122 const VkCommandBufferInheritanceInfo* pInheritanceInfo;
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h2204 typedef struct VkCommandBufferInheritanceInfo { struct
2213 } VkCommandBufferInheritanceInfo; typedef in typeref:struct:VkCommandBufferInheritanceInfo
2219 const VkCommandBufferInheritanceInfo* pInheritanceInfo;
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h2204 typedef struct VkCommandBufferInheritanceInfo { struct
2213 } VkCommandBufferInheritanceInfo; typedef in typeref:struct:VkCommandBufferInheritanceInfo
2219 const VkCommandBufferInheritanceInfo* pInheritanceInfo;
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2401 typedef struct VkCommandBufferInheritanceInfo { struct
2410 } VkCommandBufferInheritanceInfo; typedef in typeref:struct:VkCommandBufferInheritanceInfo
2416 const VkCommandBufferInheritanceInfo* pInheritanceInfo;
H A Dvulkan.hpp16193 CommandBufferInheritanceInfo( VkCommandBufferInheritanceInfo const & rhs )
16198 CommandBufferInheritanceInfo& operator=( VkCommandBufferInheritanceInfo const & rhs )
16245 operator const VkCommandBufferInheritanceInfo&() const
16247 return *reinterpret_cast<const VkCommandBufferInheritanceInfo*>(this);
16279 static_assert( sizeof( CommandBufferInheritanceInfo ) == sizeof( VkCommandBufferInheritanceInfo ), "struct and wrapper have different size!" );
[all...]

Completed in 457 milliseconds