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

/external/mesa3d/include/vulkan/
H A Dvulkan.h1916 typedef struct VkPushConstantRange { struct
1920 } VkPushConstantRange; typedef in typeref:struct:VkPushConstantRange
1929 const VkPushConstantRange* pPushConstantRanges;
/external/skia/third_party/vulkan/vulkan/
H A Dvulkan.h2013 typedef struct VkPushConstantRange { struct
2017 } VkPushConstantRange; typedef in typeref:struct:VkPushConstantRange
2026 const VkPushConstantRange* pPushConstantRanges;
/external/skqp/third_party/vulkan/vulkan/
H A Dvulkan.h2013 typedef struct VkPushConstantRange { struct
2017 } VkPushConstantRange; typedef in typeref:struct:VkPushConstantRange
2026 const VkPushConstantRange* pPushConstantRanges;
/external/vulkan-validation-layers/include/vulkan/
H A Dvulkan.h2210 typedef struct VkPushConstantRange { struct
2214 } VkPushConstantRange; typedef in typeref:struct:VkPushConstantRange
2223 const VkPushConstantRange* pPushConstantRanges;
H A Dvulkan.hpp15115 PushConstantRange( VkPushConstantRange const & rhs )
15120 PushConstantRange& operator=( VkPushConstantRange const & rhs )
15143 operator const VkPushConstantRange&() const
15145 return *reinterpret_cast<const VkPushConstantRange*>(this);
15164 static_assert( sizeof( PushConstantRange ) == sizeof( VkPushConstantRange ), "struct and wrapper have different size!" );
[all...]

Completed in 318 milliseconds