Searched refs:primary_desc (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp873 const auto &primary_desc = rp1_state->createInfo.pSubpasses[subpass]; local
875 uint32_t maxInputAttachmentCount = std::max(primary_desc.inputAttachmentCount, secondary_desc.inputAttachmentCount);
878 if (i < primary_desc.inputAttachmentCount) {
879 primary_input_attach = primary_desc.pInputAttachments[i].attachment;
887 uint32_t maxColorAttachmentCount = std::max(primary_desc.colorAttachmentCount, secondary_desc.colorAttachmentCount);
890 if (i < primary_desc.colorAttachmentCount) {
891 primary_color_attach = primary_desc.pColorAttachments[i].attachment;
899 if (i < primary_desc.colorAttachmentCount && primary_desc.pResolveAttachments) {
900 primary_resolve_attach = primary_desc
[all...]

Completed in 90 milliseconds