Lines Matching defs:attachment
877 i, // deUint32 attachment
1194 // To set destination color, we do clear attachment restricting the area to the respective pixel of each color attachment.
1202 VkClearAttachment attachment =
1208 attachments.emplace_back(attachment);
1314 // Create color attachment view
1409 log << tcu::TestLog::Message << "Color attachment " << i << " uses depth op: "<< de::toLower(getBlendOpStr(m_param.blendOps[i]).toString().substr(3)) << tcu::TestLog::EndMessage;
1448 // Check if any color attachment will generate an ill-formed color. If that's the case, skip that color in the verification.
1480 // Skip ill-formed colors that appears in any color attachment.
1484 // If we reach this point, the final color for all color attachment is not ill-formed.
1514 name << "Image comparison. Color attachment: " << colorAtt << ". Depth op: " << de::toLower(getBlendOpStr(m_param.blendOps[colorAtt]).toString().substr(3));
1718 // One VkPipelineColorBlendAttachmentState for each pipeline, we only have one color attachment.
1902 // To set destination color, we do clear attachment restricting the area to the respective pixel of each color attachment.
1909 const VkClearAttachment attachment =
1922 vk.cmdClearAttachments(*m_cmdBuffer, 1u, &attachment, 1u, &rect);
2036 // Create color attachment view
2283 // Independent Blend Tests: test more than one color attachment.
2314 // Coherent tests, do two consecutive advanced blending operations on the same color attachment.