Home | History | Annotate | Download | only in layers

Lines Matching refs:colorAttachmentCount

1921 colorAttachmentCount; ++i) {
2361 uint32_t primaryColorCount = primaryRPCI->pSubpasses[spIndex].colorAttachmentCount;
2362 uint32_t secondaryColorCount = secondaryRPCI->pSubpasses[spIndex].colorAttachmentCount;
3066 (color_blend_state->attachmentCount != subpass_desc->colorAttachmentCount)) {
3073 pCB->activeSubpass, color_blend_state->attachmentCount, subpass_desc->colorAttachmentCount,
3079 for (i = 0; i < subpass_desc->colorAttachmentCount; i++) {
8509 if (attachment->colorAttachment >= pSD->colorAttachmentCount) {
9576 skip_call |= MatchUsage(dev_data, rpci->pSubpasses[subpass].colorAttachmentCount,
9712 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
9832 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
9868 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
9918 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
10127 subpass.pResolveAttachments, subpass.pResolveAttachments + subpass.colorAttachmentCount,
10132 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
10225 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
10321 for (uint32_t j = 0; j < subpass.colorAttachmentCount; ++j) {
10636 uint32_t maxColorAttachmentCount = std::max(primary_desc.colorAttachmentCount, secondary_desc.colorAttachmentCount);
10639 if (i < primary_desc.colorAttachmentCount) {
10642 if (i < secondary_desc.colorAttachmentCount) {
10648 if (i < primary_desc.colorAttachmentCount && primary_desc.pResolveAttachments) {
10651 if (i < secondary_desc.colorAttachmentCount && secondary_desc.pResolveAttachments) {