Lines Matching defs:depth
117 // Test partial binding of depth/stencil formats. 3 sets of tests:
163 VkFormat depth;
179 const VkFormat depth,
204 if (depth != VK_FORMAT_UNDEFINED)
395 VK_STENCIL_OP_INCREMENT_AND_CLAMP, // depth & stencil pass
396 VK_STENCIL_OP_INCREMENT_AND_CLAMP, // depth only fail
647 imagesFormat.depth, // VkFormat depthAttachmentFormat;
800 m_formatStencilDepthImage, // depth
811 imagesFormat.depth = VK_FORMAT_UNDEFINED;
827 imagesFormat.depth = VK_FORMAT_UNDEFINED;
836 imagesFormat.depth = VK_FORMAT_UNDEFINED;
842 imagesFormat.depth = VK_FORMAT_UNDEFINED;
863 imagesFormat.depth, imagesFormat.stencil);
938 //Image stencil and depth attachment.
1058 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
1127 if (imagesFormat.depth != VK_FORMAT_UNDEFINED)
1201 if (imagesFormat.depth != VK_FORMAT_UNDEFINED)
1220 const deUint32 stencilNdx = colorAtchCount + ((imagesFormat.depth != VK_FORMAT_UNDEFINED) ? 1 : 0);
1251 ((imagesFormat.depth != VK_FORMAT_UNDEFINED) ?
1280 if (imagesFormat.depth != VK_FORMAT_UNDEFINED)
1322 if (imagesFormat.depth != VK_FORMAT_UNDEFINED)
1354 TCU_FAIL("Rendered depth image is not correct");
1362 TCU_FAIL("Rendered depth image is not correct");
1464 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
1620 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
1785 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
1964 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
2118 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
2267 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
2435 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
2625 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
2800 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
2962 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
3130 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
3302 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
3454 const ClearAttachmentData clearData(colorAtchCount, imagesFormat.depth, imagesFormat.stencil);
3595 const bool usesDepth = (imagesFormat.depth != VK_FORMAT_UNDEFINED);
3603 clearValue.depthStencil.depth = m_parameters.depthClearValue;
3607 const float expectedDepth = usesDepth ? clearValue.depthStencil.depth : depthStencilClear.depth;
3690 // Verify depth
3741 // Only test when one of both depth or stencil is enabled
3742 // If no depth/stencil format is available, both will be undefined and therefore pass
3743 if ((imagesFormat.depth != VK_FORMAT_UNDEFINED) ^ (imagesFormat.stencil != VK_FORMAT_UNDEFINED))
3748 "Checking depth format " << getFormatName(imagesFormat.depth) << " and stencil format " << getFormatName(imagesFormat.stencil)