Searched refs:safe_VkAttachmentReference2KHR (Results 1 – 5 of 5) sorted by relevance
28 safe_VkAttachmentReference2KHR* out_struct) { in ConvertVkAttachmentReferenceToV2KHR()65 …out_struct->pInputAttachments = new safe_VkAttachmentReference2KHR[out_struct->inputAttachmentCoun… in ConvertVkSubpassDescriptionToV2KHR()71 …out_struct->pColorAttachments = new safe_VkAttachmentReference2KHR[out_struct->colorAttachmentCoun… in ConvertVkSubpassDescriptionToV2KHR()77 …out_struct->pResolveAttachments = new safe_VkAttachmentReference2KHR[out_struct->colorAttachmentCo… in ConvertVkSubpassDescriptionToV2KHR()83 out_struct->pDepthStencilAttachment = new safe_VkAttachmentReference2KHR(); in ConvertVkSubpassDescriptionToV2KHR()183 … safe_VkAttachmentReference2KHR& attachment_ref = out_struct->pSubpasses[i].pInputAttachments[j]; in ConvertVkRenderPassCreateInfoToV2KHR()
1404 const safe_VkAttachmentReference2KHR& ref);
604 const safe_VkAttachmentReference2KHR &ref) { in TransitionAttachmentRefLayout()
2850 struct safe_VkAttachmentReference2KHR { struct2856 safe_VkAttachmentReference2KHR(const VkAttachmentReference2KHR* in_struct); argument2857 safe_VkAttachmentReference2KHR(const safe_VkAttachmentReference2KHR& src);2858 safe_VkAttachmentReference2KHR& operator=(const safe_VkAttachmentReference2KHR& src); argument2859 safe_VkAttachmentReference2KHR();2860 ~safe_VkAttachmentReference2KHR();2862 void initialize(const safe_VkAttachmentReference2KHR* src);2874 safe_VkAttachmentReference2KHR* pInputAttachments; argument2876 safe_VkAttachmentReference2KHR* pColorAttachments;2877 safe_VkAttachmentReference2KHR* pResolveAttachments;[all …]
12852 safe_VkAttachmentReference2KHR::safe_VkAttachmentReference2KHR(const VkAttachmentReference2KHR* in_… in safe_VkAttachmentReference2KHR() function in safe_VkAttachmentReference2KHR12861 safe_VkAttachmentReference2KHR::safe_VkAttachmentReference2KHR() : in safe_VkAttachmentReference2KHR() function in safe_VkAttachmentReference2KHR12865 safe_VkAttachmentReference2KHR::safe_VkAttachmentReference2KHR(const safe_VkAttachmentReference2KHR… in safe_VkAttachmentReference2KHR() function in safe_VkAttachmentReference2KHR12874 safe_VkAttachmentReference2KHR& safe_VkAttachmentReference2KHR::operator=(const safe_VkAttachmentRe… in operator =()12890 safe_VkAttachmentReference2KHR::~safe_VkAttachmentReference2KHR() in ~safe_VkAttachmentReference2KHR()12896 void safe_VkAttachmentReference2KHR::initialize(const VkAttachmentReference2KHR* in_struct) in initialize()12905 void safe_VkAttachmentReference2KHR::initialize(const safe_VkAttachmentReference2KHR* src) in initialize()12930 pInputAttachments = new safe_VkAttachmentReference2KHR[inputAttachmentCount]; in safe_VkSubpassDescription2KHR()12936 pColorAttachments = new safe_VkAttachmentReference2KHR[colorAttachmentCount]; in safe_VkSubpassDescription2KHR()12942 pResolveAttachments = new safe_VkAttachmentReference2KHR[colorAttachmentCount]; in safe_VkSubpassDescription2KHR()[all …]