Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineStencilTests.cpp932 const bool colorAttachmentEnabled[] = { true, false }; in createStencilTests() local
934 …ntEnabledIdx = 0; colorAttachmentEnabledIdx < DE_LENGTH_OF_ARRAY(colorAttachmentEnabled); colorAtt… in createStencilTests()
936 const bool colorEnabled = colorAttachmentEnabled[colorAttachmentEnabledIdx]; in createStencilTests()
DvktPipelineDepthTests.cpp971 const bool colorAttachmentEnabled[] = { true, false }; in createDepthTests() local
1006 …ntEnabledIdx = 0; colorAttachmentEnabledIdx < DE_LENGTH_OF_ARRAY(colorAttachmentEnabled); colorAtt… in createDepthTests()
1008 const bool colorEnabled = colorAttachmentEnabled[colorAttachmentEnabledIdx]; in createDepthTests()