Searched defs:safe_VkFormatProperties2 (Results 1 – 2 of 2) sorted by relevance
1437 struct safe_VkFormatProperties2 { struct1441 safe_VkFormatProperties2(const VkFormatProperties2* in_struct); argument1443 safe_VkFormatProperties2& operator=(const safe_VkFormatProperties2& src); argument1448 VkFormatProperties2 *ptr() { return reinterpret_cast<VkFormatProperties2 *>(this); } in ptr()1449 …ormatProperties2 const *ptr() const { return reinterpret_cast<VkFormatProperties2 const *>(this); } in ptr()
7387 safe_VkFormatProperties2::safe_VkFormatProperties2(const VkFormatProperties2* in_struct) : in safe_VkFormatProperties2() function in safe_VkFormatProperties27394 safe_VkFormatProperties2::safe_VkFormatProperties2() : in safe_VkFormatProperties2() function in safe_VkFormatProperties27398 safe_VkFormatProperties2::safe_VkFormatProperties2(const safe_VkFormatProperties2& src) in safe_VkFormatProperties2() function in safe_VkFormatProperties2