Lines Matching refs:hasDepthStencil
194 bool hasDepthStencil; member
230 …bool usesDepthStencilInPass (const size_t passNdx) const { return perPass[passNdx].hasDepthStencil… in usesDepthStencilInPass()
1486 if (perPass.hasDepthStencil) in addSubpassDescription()
1540 …(needsMsrtss && params.numDepthStencilSamples == VK_SAMPLE_COUNT_1_BIT && perPass.hasDepthStencil); in addSubpassDescription()
1579 perPass.hasDepthStencil in addSubpassDescription()
1824 …if (perPass.hasDepthStencil && (imageProperties.sampleCounts & perPass.numSamples) != perPass.numS… in checkRequirements()
1842 const bool checkDepth = perPass.hasDepthStencil && isDepthFormat(params.depthStencilFormat); in checkRequirements()
1843 const bool checkStencil = perPass.hasDepthStencil && isStencilFormat(params.depthStencilFormat); in checkRequirements()
2002 if (perPass.hasDepthStencil) in startRendering()
2384 if (perPass.hasDepthStencil) in verify()
3161 perPass.hasDepthStencil = true; in generateBasicTest()
3556 if (perPass.hasDepthStencil) in drawOnePass()
4012 perPass.hasDepthStencil = (passAttachments[passNdx] & 8) != 0; in generateMultiPassTest()
4021 …oatColor1Location, perPass.floatColor2Location, perPass.intColorLocation, perPass.hasDepthStencil); in generateMultiPassTest()
4135 const bool evenSamplesPassDepthTest = perPass.hasDepthStencil && in generateMultiPassTest()
4137 const bool oddSamplesPassDepthTest = perPass.hasDepthStencil && in generateMultiPassTest()
4172 if (perPass.hasDepthStencil) in generateMultiPassTest()
4283 if (perPass.hasDepthStencil) in initMultipassPrograms()
4296 if (perPass.hasDepthStencil) in initMultipassPrograms()
4698 params.perPass[0].hasDepthStencil = true; in generateInputAttachmentsTest()
4709 params.perPass[1].hasDepthStencil = false; in generateInputAttachmentsTest()