Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h2243 struct safe_VkDeviceGroupPresentInfoKHR { struct
2249 safe_VkDeviceGroupPresentInfoKHR(const VkDeviceGroupPresentInfoKHR* in_struct); argument
2250 safe_VkDeviceGroupPresentInfoKHR(const safe_VkDeviceGroupPresentInfoKHR& src);
2251 safe_VkDeviceGroupPresentInfoKHR& operator=(const safe_VkDeviceGroupPresentInfoKHR& src); argument
2252 safe_VkDeviceGroupPresentInfoKHR();
2253 ~safe_VkDeviceGroupPresentInfoKHR();
2255 void initialize(const safe_VkDeviceGroupPresentInfoKHR* src);
Dvk_safe_struct.cpp10600 safe_VkDeviceGroupPresentInfoKHR::safe_VkDeviceGroupPresentInfoKHR(const VkDeviceGroupPresentInfoKH… in safe_VkDeviceGroupPresentInfoKHR() function in safe_VkDeviceGroupPresentInfoKHR
10613 safe_VkDeviceGroupPresentInfoKHR::safe_VkDeviceGroupPresentInfoKHR() : in safe_VkDeviceGroupPresentInfoKHR() function in safe_VkDeviceGroupPresentInfoKHR
10618 safe_VkDeviceGroupPresentInfoKHR::safe_VkDeviceGroupPresentInfoKHR(const safe_VkDeviceGroupPresentI… in safe_VkDeviceGroupPresentInfoKHR() function in safe_VkDeviceGroupPresentInfoKHR
10631 safe_VkDeviceGroupPresentInfoKHR& safe_VkDeviceGroupPresentInfoKHR::operator=(const safe_VkDeviceGr… in operator =()
10653 safe_VkDeviceGroupPresentInfoKHR::~safe_VkDeviceGroupPresentInfoKHR() in ~safe_VkDeviceGroupPresentInfoKHR()
10661 void safe_VkDeviceGroupPresentInfoKHR::initialize(const VkDeviceGroupPresentInfoKHR* in_struct) in initialize()
10674 void safe_VkDeviceGroupPresentInfoKHR::initialize(const safe_VkDeviceGroupPresentInfoKHR* src) in initialize()
28567 …safe_pNext = new safe_VkDeviceGroupPresentInfoKHR(reinterpret_cast<const VkDeviceGroupPresentInfoK… in SafePnextCopy()
29197 delete reinterpret_cast<const safe_VkDeviceGroupPresentInfoKHR *>(header); in FreePnextChain()