Searched refs:safe_VkProtectedSubmitInfo (Results 1 – 2 of 2) sorted by relevance
1727 struct safe_VkProtectedSubmitInfo { struct1731 safe_VkProtectedSubmitInfo(const VkProtectedSubmitInfo* in_struct); argument1732 safe_VkProtectedSubmitInfo(const safe_VkProtectedSubmitInfo& src);1733 safe_VkProtectedSubmitInfo& operator=(const safe_VkProtectedSubmitInfo& src); argument1734 safe_VkProtectedSubmitInfo();1735 ~safe_VkProtectedSubmitInfo();1737 void initialize(const safe_VkProtectedSubmitInfo* src);
8523 safe_VkProtectedSubmitInfo::safe_VkProtectedSubmitInfo(const VkProtectedSubmitInfo* in_struct) : in safe_VkProtectedSubmitInfo() function in safe_VkProtectedSubmitInfo8530 safe_VkProtectedSubmitInfo::safe_VkProtectedSubmitInfo() : in safe_VkProtectedSubmitInfo() function in safe_VkProtectedSubmitInfo8534 safe_VkProtectedSubmitInfo::safe_VkProtectedSubmitInfo(const safe_VkProtectedSubmitInfo& src) in safe_VkProtectedSubmitInfo() function in safe_VkProtectedSubmitInfo8541 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()