Home
last modified time | relevance | path

Searched refs:safe_VkProtectedSubmitInfo (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h1727 struct safe_VkProtectedSubmitInfo { struct
1731 safe_VkProtectedSubmitInfo(const VkProtectedSubmitInfo* in_struct); argument
1732 safe_VkProtectedSubmitInfo(const safe_VkProtectedSubmitInfo& src);
1733 safe_VkProtectedSubmitInfo& operator=(const safe_VkProtectedSubmitInfo& src); argument
1734 safe_VkProtectedSubmitInfo();
1735 ~safe_VkProtectedSubmitInfo();
1737 void initialize(const safe_VkProtectedSubmitInfo* src);
Dvk_safe_struct.cpp8523 safe_VkProtectedSubmitInfo::safe_VkProtectedSubmitInfo(const VkProtectedSubmitInfo* in_struct) : in safe_VkProtectedSubmitInfo() function in safe_VkProtectedSubmitInfo
8530 safe_VkProtectedSubmitInfo::safe_VkProtectedSubmitInfo() : in safe_VkProtectedSubmitInfo() function in safe_VkProtectedSubmitInfo
8534 safe_VkProtectedSubmitInfo::safe_VkProtectedSubmitInfo(const safe_VkProtectedSubmitInfo& src) in safe_VkProtectedSubmitInfo() function in safe_VkProtectedSubmitInfo
8541 safe_VkProtectedSubmitInfo& safe_VkProtectedSubmitInfo::operator=(const safe_VkProtectedSubmitInfo&… in operator =()
8555 safe_VkProtectedSubmitInfo::~safe_VkProtectedSubmitInfo() in ~safe_VkProtectedSubmitInfo()
8561 void safe_VkProtectedSubmitInfo::initialize(const VkProtectedSubmitInfo* in_struct) in initialize()
8568 void safe_VkProtectedSubmitInfo::initialize(const safe_VkProtectedSubmitInfo* src) in initialize()
28513 …safe_pNext = new safe_VkProtectedSubmitInfo(reinterpret_cast<const VkProtectedSubmitInfo *>(pNext)… in SafePnextCopy()
29143 delete reinterpret_cast<const safe_VkProtectedSubmitInfo *>(header); in FreePnextChain()