Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h965 struct safe_VkCommandBufferInheritanceInfo { struct
974 safe_VkCommandBufferInheritanceInfo(const VkCommandBufferInheritanceInfo* in_struct); argument
975 safe_VkCommandBufferInheritanceInfo(const safe_VkCommandBufferInheritanceInfo& src);
976 safe_VkCommandBufferInheritanceInfo& operator=(const safe_VkCommandBufferInheritanceInfo& src); argument
977 safe_VkCommandBufferInheritanceInfo();
978 ~safe_VkCommandBufferInheritanceInfo();
980 void initialize(const safe_VkCommandBufferInheritanceInfo* src);
989 safe_VkCommandBufferInheritanceInfo* pInheritanceInfo; argument
Dvk_safe_struct.cpp5421 safe_VkCommandBufferInheritanceInfo::safe_VkCommandBufferInheritanceInfo(const VkCommandBufferInher… in safe_VkCommandBufferInheritanceInfo() function in safe_VkCommandBufferInheritanceInfo
5433 safe_VkCommandBufferInheritanceInfo::safe_VkCommandBufferInheritanceInfo() : in safe_VkCommandBufferInheritanceInfo() function in safe_VkCommandBufferInheritanceInfo
5437 safe_VkCommandBufferInheritanceInfo::safe_VkCommandBufferInheritanceInfo(const safe_VkCommandBuffer… in safe_VkCommandBufferInheritanceInfo() function in safe_VkCommandBufferInheritanceInfo
5449 safe_VkCommandBufferInheritanceInfo& safe_VkCommandBufferInheritanceInfo::operator=(const safe_VkCo… in operator =()
5468 safe_VkCommandBufferInheritanceInfo::~safe_VkCommandBufferInheritanceInfo() in ~safe_VkCommandBufferInheritanceInfo()
5474 void safe_VkCommandBufferInheritanceInfo::initialize(const VkCommandBufferInheritanceInfo* in_struc… in initialize()
5486 void safe_VkCommandBufferInheritanceInfo::initialize(const safe_VkCommandBufferInheritanceInfo* src) in initialize()
5505 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(in_struct->pInheritanceInfo); in safe_VkCommandBufferBeginInfo()
5520 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(*src.pInheritanceInfo); in safe_VkCommandBufferBeginInfo()
5537 pInheritanceInfo = new safe_VkCommandBufferInheritanceInfo(*src.pInheritanceInfo); in operator =()
[all …]