Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h138 struct safe_VkSubmitInfo { struct
148 safe_VkSubmitInfo(const VkSubmitInfo* in_struct); argument
150 safe_VkSubmitInfo& operator=(const safe_VkSubmitInfo& src); argument
155 VkSubmitInfo *ptr() { return reinterpret_cast<VkSubmitInfo *>(this); } in ptr()
156 VkSubmitInfo const *ptr() const { return reinterpret_cast<VkSubmitInfo const *>(this); } in ptr()
Dvk_safe_struct.cpp641 safe_VkSubmitInfo::safe_VkSubmitInfo(const VkSubmitInfo* in_struct) : in safe_VkSubmitInfo() function in safe_VkSubmitInfo
674 safe_VkSubmitInfo::safe_VkSubmitInfo() : in safe_VkSubmitInfo() function in safe_VkSubmitInfo
682 safe_VkSubmitInfo::safe_VkSubmitInfo(const safe_VkSubmitInfo& src) in safe_VkSubmitInfo() function in safe_VkSubmitInfo