Home
last modified time | relevance | path

Searched refs:colorAttachmentCounts (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendOperationAdvancedTests.cpp2407 deUint32 colorAttachmentCounts[] = { 1u, 2u, 4u, 8u, 16u }; in createBlendOperationAdvancedTests() local
2428 …orAttachmentCount = 0u; colorAttachmentCount < DE_LENGTH_OF_ARRAY(colorAttachmentCounts); colorAtt… in createBlendOperationAdvancedTests()
2447 testParams.colorAttachmentsCount = colorAttachmentCounts[colorAttachmentCount]; in createBlendOperationAdvancedTests()
2453 …for (deUint32 numColorAtt = 0; numColorAtt < colorAttachmentCounts[colorAttachmentCount]; numColor… in createBlendOperationAdvancedTests()
2466 …orAttachmentCount = 1u; colorAttachmentCount < DE_LENGTH_OF_ARRAY(colorAttachmentCounts); colorAtt… in createBlendOperationAdvancedTests()
2472 testParams.colorAttachmentsCount = colorAttachmentCounts[colorAttachmentCount]; in createBlendOperationAdvancedTests()
2478 …for (deUint32 numColorAtt = 0; numColorAtt < colorAttachmentCounts[colorAttachmentCount]; numColor… in createBlendOperationAdvancedTests()