Home | History | Annotate | Download | only in layers

Lines Matching refs:colorAttachmentCount

2128         uint32_t primaryColorCount = primaryRPCI->pSubpasses[spIndex].colorAttachmentCount;
2129 uint32_t secondaryColorCount = secondaryRPCI->pSubpasses[spIndex].colorAttachmentCount;
2701 (color_blend_state->attachmentCount != subpass_desc->colorAttachmentCount)) {
2708 pCB->activeSubpass, color_blend_state->attachmentCount, subpass_desc->colorAttachmentCount,
2712 for (i = 0; i < subpass_desc->colorAttachmentCount; i++) {
2736 if (((subpass_desc->colorAttachmentCount > 0) || (subpass_desc->pDepthStencilAttachment != NULL)) &&
7291 for (uint32_t i = 0; i < pSD->colorAttachmentCount; i++) {
8266 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
8383 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
8416 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
8481 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
8622 subpass->colorAttachmentCount * (1 + (subpass->pResolveAttachments ? 1 : 0)) +
8630 memcpy(attachments, subpass->pColorAttachments, sizeof(attachments[0]) * subpass->colorAttachmentCount);
8632 attachments += subpass->colorAttachmentCount;
8635 memcpy(attachments, subpass->pResolveAttachments, sizeof(attachments[0]) * subpass->colorAttachmentCount);
8637 attachments += subpass->colorAttachmentCount;
8690 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
8841 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
9093 uint32_t maxColorAttachmentCount = std::max(primary_desc.colorAttachmentCount, secondary_desc.colorAttachmentCount);
9096 if (i < primary_desc.colorAttachmentCount) {
9099 if (i < secondary_desc.colorAttachmentCount) {
9105 if (i < primary_desc.colorAttachmentCount && primary_desc.pResolveAttachments) {
9108 if (i < secondary_desc.colorAttachmentCount && secondary_desc.pResolveAttachments) {