Home
last modified time | relevance | path

Searched refs:safe_VkAttachmentReference2KHR (Results 1 – 5 of 5) sorted by relevance

/external/vulkan-validation-layers/layers/
Dconvert_to_renderpass2.cpp28 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()
183safe_VkAttachmentReference2KHR& attachment_ref = out_struct->pSubpasses[i].pInputAttachments[j]; in ConvertVkRenderPassCreateInfoToV2KHR()
Dcore_validation.h1404 const safe_VkAttachmentReference2KHR& ref);
Dbuffer_validation.cpp604 const safe_VkAttachmentReference2KHR &ref) { in TransitionAttachmentRefLayout()
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.h2850 struct safe_VkAttachmentReference2KHR { struct
2856 safe_VkAttachmentReference2KHR(const VkAttachmentReference2KHR* in_struct); argument
2857 safe_VkAttachmentReference2KHR(const safe_VkAttachmentReference2KHR& src);
2858 safe_VkAttachmentReference2KHR& operator=(const safe_VkAttachmentReference2KHR& src); argument
2859 safe_VkAttachmentReference2KHR();
2860 ~safe_VkAttachmentReference2KHR();
2862 void initialize(const safe_VkAttachmentReference2KHR* src);
2874 safe_VkAttachmentReference2KHR* pInputAttachments; argument
2876 safe_VkAttachmentReference2KHR* pColorAttachments;
2877 safe_VkAttachmentReference2KHR* pResolveAttachments;
[all …]
Dvk_safe_struct.cpp12852 safe_VkAttachmentReference2KHR::safe_VkAttachmentReference2KHR(const VkAttachmentReference2KHR* in_… in safe_VkAttachmentReference2KHR() function in safe_VkAttachmentReference2KHR
12861 safe_VkAttachmentReference2KHR::safe_VkAttachmentReference2KHR() : in safe_VkAttachmentReference2KHR() function in safe_VkAttachmentReference2KHR
12865 safe_VkAttachmentReference2KHR::safe_VkAttachmentReference2KHR(const safe_VkAttachmentReference2KHR in safe_VkAttachmentReference2KHR() function in safe_VkAttachmentReference2KHR
12874 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 …]