Home
last modified time | relevance | path

Searched refs:safe_VkAttachmentReference2 (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dconvert_to_renderpass2.cpp45 static safe_VkAttachmentReference2 ToV2KHR(const VkAttachmentReference& in_struct, const VkImageAsp… in ToV2KHR()
46 safe_VkAttachmentReference2 v2; in ToV2KHR()
74 v2.pInputAttachments = new safe_VkAttachmentReference2[v2.inputAttachmentCount]; in ToV2KHR()
80 v2.pColorAttachments = new safe_VkAttachmentReference2[v2.colorAttachmentCount]; in ToV2KHR()
86 v2.pResolveAttachments = new safe_VkAttachmentReference2[v2.colorAttachmentCount]; in ToV2KHR()
92 v2.pDepthStencilAttachment = new safe_VkAttachmentReference2(); in ToV2KHR()
H A Drender_pass_state.h34 … const safe_VkAttachmentReference2 *depth_stencil_ref) { in GetSubpassDepthStencilAttachmentIndex()
H A Dcore_validation.h691 const safe_VkAttachmentReference2& ref);
H A Dbuffer_validation.cpp666 const safe_VkAttachmentReference2 &ref) { in TransitionAttachmentRefLayout()
H A Dcore_validation.cpp1062 const safe_VkAttachmentReference2 *ds_attachment = in ValidatePipelineDrawtimeState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/
H A Dconvert_to_renderpass2.cpp45 static safe_VkAttachmentReference2 ToV2KHR(const VkAttachmentReference& in_struct, const VkImageAsp… in ToV2KHR()
46 safe_VkAttachmentReference2 v2; in ToV2KHR()
74 v2.pInputAttachments = new safe_VkAttachmentReference2[v2.inputAttachmentCount]; in ToV2KHR()
80 v2.pColorAttachments = new safe_VkAttachmentReference2[v2.colorAttachmentCount]; in ToV2KHR()
86 v2.pResolveAttachments = new safe_VkAttachmentReference2[v2.colorAttachmentCount]; in ToV2KHR()
92 v2.pDepthStencilAttachment = new safe_VkAttachmentReference2(); in ToV2KHR()
H A Dcore_validation.h594 const safe_VkAttachmentReference2& ref);
H A Dbuffer_validation.cpp842 const safe_VkAttachmentReference2 &ref) { in TransitionAttachmentRefLayout()
H A Dcore_validation.cpp942 const safe_VkAttachmentReference2 *ds_attachment = in ValidatePipelineDrawtimeState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/layers/generated/
H A Dvk_safe_struct.h2349 struct safe_VkAttachmentReference2 { struct
2356 safe_VkAttachmentReference2(const safe_VkAttachmentReference2& copy_src);
2357 safe_VkAttachmentReference2& operator=(const safe_VkAttachmentReference2& copy_src); argument
2358 safe_VkAttachmentReference2();
2359 ~safe_VkAttachmentReference2();
2373 safe_VkAttachmentReference2* pInputAttachments; argument
2375 safe_VkAttachmentReference2* pColorAttachments;
2376 safe_VkAttachmentReference2* pResolveAttachments;
2377 safe_VkAttachmentReference2* pDepthStencilAttachment;
2686 safe_VkAttachmentReference2* pDepthStencilResolveAttachment;
[all …]
H A Dvk_safe_struct.cpp11166 safe_VkAttachmentReference2::safe_VkAttachmentReference2(const VkAttachmentReference2* in_struct) : in safe_VkAttachmentReference2() function in safe_VkAttachmentReference2
11175 safe_VkAttachmentReference2::safe_VkAttachmentReference2() : in safe_VkAttachmentReference2() function in safe_VkAttachmentReference2
11180 safe_VkAttachmentReference2::safe_VkAttachmentReference2(const safe_VkAttachmentReference2& copy_sr… in safe_VkAttachmentReference2() function in safe_VkAttachmentReference2
11189 safe_VkAttachmentReference2& safe_VkAttachmentReference2::operator=(const safe_VkAttachmentReferenc… in operator =()
11205 safe_VkAttachmentReference2::~safe_VkAttachmentReference2() in ~safe_VkAttachmentReference2()
11220 void safe_VkAttachmentReference2::initialize(const safe_VkAttachmentReference2* copy_src) in initialize()
11245 pInputAttachments = new safe_VkAttachmentReference2[inputAttachmentCount]; in safe_VkSubpassDescription2()
11251 pColorAttachments = new safe_VkAttachmentReference2[colorAttachmentCount]; in safe_VkSubpassDescription2()
11296 pInputAttachments = new safe_VkAttachmentReference2[inputAttachmentCount]; in safe_VkSubpassDescription2()
11302 pColorAttachments = new safe_VkAttachmentReference2[colorAttachmentCount]; in safe_VkSubpassDescription2()
[all …]
/dports/graphics/vulkan-extension-layer/Vulkan-ExtensionLayer-1.2.203/utils/generated/
H A Dvk_safe_struct.h2349 struct safe_VkAttachmentReference2 { struct
2356 safe_VkAttachmentReference2(const safe_VkAttachmentReference2& copy_src);
2357 safe_VkAttachmentReference2& operator=(const safe_VkAttachmentReference2& copy_src); argument
2358 safe_VkAttachmentReference2();
2359 ~safe_VkAttachmentReference2();
2373 safe_VkAttachmentReference2* pInputAttachments; argument
2375 safe_VkAttachmentReference2* pColorAttachments;
2376 safe_VkAttachmentReference2* pResolveAttachments;
2377 safe_VkAttachmentReference2* pDepthStencilAttachment;
2686 safe_VkAttachmentReference2* pDepthStencilResolveAttachment;
[all …]
H A Dvk_safe_struct.cpp11196 safe_VkAttachmentReference2::safe_VkAttachmentReference2(const VkAttachmentReference2* in_struct) : in safe_VkAttachmentReference2() function in safe_VkAttachmentReference2
11205 safe_VkAttachmentReference2::safe_VkAttachmentReference2() : in safe_VkAttachmentReference2() function in safe_VkAttachmentReference2
11210 safe_VkAttachmentReference2::safe_VkAttachmentReference2(const safe_VkAttachmentReference2& copy_sr… in safe_VkAttachmentReference2() function in safe_VkAttachmentReference2
11219 safe_VkAttachmentReference2& safe_VkAttachmentReference2::operator=(const safe_VkAttachmentReferenc… in operator =()
11235 safe_VkAttachmentReference2::~safe_VkAttachmentReference2() in ~safe_VkAttachmentReference2()
11250 void safe_VkAttachmentReference2::initialize(const safe_VkAttachmentReference2* copy_src) in initialize()
11275 pInputAttachments = new safe_VkAttachmentReference2[inputAttachmentCount]; in safe_VkSubpassDescription2()
11281 pColorAttachments = new safe_VkAttachmentReference2[colorAttachmentCount]; in safe_VkSubpassDescription2()
11326 pInputAttachments = new safe_VkAttachmentReference2[inputAttachmentCount]; in safe_VkSubpassDescription2()
11332 pColorAttachments = new safe_VkAttachmentReference2[colorAttachmentCount]; in safe_VkSubpassDescription2()
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/generated/
H A Dvk_safe_struct.h2349 struct safe_VkAttachmentReference2 { struct
2356 safe_VkAttachmentReference2(const safe_VkAttachmentReference2& copy_src);
2357 safe_VkAttachmentReference2& operator=(const safe_VkAttachmentReference2& copy_src); argument
2358 safe_VkAttachmentReference2();
2359 ~safe_VkAttachmentReference2();
2373 safe_VkAttachmentReference2* pInputAttachments; argument
2375 safe_VkAttachmentReference2* pColorAttachments;
2376 safe_VkAttachmentReference2* pResolveAttachments;
2377 safe_VkAttachmentReference2* pDepthStencilAttachment;
2686 safe_VkAttachmentReference2* pDepthStencilResolveAttachment;
[all …]
H A Dvk_safe_struct.cpp11218 safe_VkAttachmentReference2::safe_VkAttachmentReference2(const VkAttachmentReference2* in_struct) : in safe_VkAttachmentReference2() function in safe_VkAttachmentReference2
11227 safe_VkAttachmentReference2::safe_VkAttachmentReference2() : in safe_VkAttachmentReference2() function in safe_VkAttachmentReference2
11232 safe_VkAttachmentReference2::safe_VkAttachmentReference2(const safe_VkAttachmentReference2& copy_sr… in safe_VkAttachmentReference2() function in safe_VkAttachmentReference2
11241 safe_VkAttachmentReference2& safe_VkAttachmentReference2::operator=(const safe_VkAttachmentReferenc… in operator =()
11257 safe_VkAttachmentReference2::~safe_VkAttachmentReference2() in ~safe_VkAttachmentReference2()
11272 void safe_VkAttachmentReference2::initialize(const safe_VkAttachmentReference2* copy_src) in initialize()
11297 pInputAttachments = new safe_VkAttachmentReference2[inputAttachmentCount]; in safe_VkSubpassDescription2()
11303 pColorAttachments = new safe_VkAttachmentReference2[colorAttachmentCount]; in safe_VkSubpassDescription2()
11348 pInputAttachments = new safe_VkAttachmentReference2[inputAttachmentCount]; in safe_VkSubpassDescription2()
11354 pColorAttachments = new safe_VkAttachmentReference2[colorAttachmentCount]; in safe_VkSubpassDescription2()
[all …]