Home
last modified time | relevance | path

Searched refs: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
1442 safe_VkFormatProperties2(const safe_VkFormatProperties2& src);
1443 safe_VkFormatProperties2& operator=(const safe_VkFormatProperties2& src); argument
1444 safe_VkFormatProperties2();
1445 ~safe_VkFormatProperties2();
1447 void initialize(const safe_VkFormatProperties2* src);
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
7405 safe_VkFormatProperties2& safe_VkFormatProperties2::operator=(const safe_VkFormatProperties2& src) in operator =()
7419 safe_VkFormatProperties2::~safe_VkFormatProperties2() in ~safe_VkFormatProperties2()
7425 void safe_VkFormatProperties2::initialize(const VkFormatProperties2* in_struct) in initialize()
7432 void safe_VkFormatProperties2::initialize(const safe_VkFormatProperties2* src) in initialize()