Home
last modified time | relevance | path

Searched defs:safe_VkFormatProperties2 (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h1437 struct safe_VkFormatProperties2 { struct
1441 safe_VkFormatProperties2(const VkFormatProperties2* in_struct); argument
1443 safe_VkFormatProperties2& operator=(const safe_VkFormatProperties2& src); argument
1448 VkFormatProperties2 *ptr() { return reinterpret_cast<VkFormatProperties2 *>(this); } in ptr()
1449 …ormatProperties2 const *ptr() const { return reinterpret_cast<VkFormatProperties2 const *>(this); } in ptr()
Dvk_safe_struct.cpp7387 safe_VkFormatProperties2::safe_VkFormatProperties2(const VkFormatProperties2* in_struct) : in safe_VkFormatProperties2() function in safe_VkFormatProperties2
7394 safe_VkFormatProperties2::safe_VkFormatProperties2() : in safe_VkFormatProperties2() function in safe_VkFormatProperties2
7398 safe_VkFormatProperties2::safe_VkFormatProperties2(const safe_VkFormatProperties2& src) in safe_VkFormatProperties2() function in safe_VkFormatProperties2