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

/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp832 const auto &primaryPassCI = rp1_state->createInfo; local
834 if (primaryPassCI.attachmentCount <= primary_attach) {
853 if (primaryPassCI.pAttachments[primary_attach].format != secondaryPassCI.pAttachments[secondary_attach].format) {
857 if (primaryPassCI.pAttachments[primary_attach].samples != secondaryPassCI.pAttachments[secondary_attach].samples) {
861 if (primaryPassCI.pAttachments[primary_attach].flags != secondaryPassCI.pAttachments[secondary_attach].flags) {

Completed in 79 milliseconds