Lines Matching defs:depth

280 	// Possible precision loss in the unorm depth pipeline means that we need to check depths
281 // that go in and back out of the depth buffer with an epsilon rather than an exact match
1072 stream << "depth: " << value.depthStencil.depth;
1412 clearValue.depthStencil.depth = clearNan;
1421 clearValue.depthStencil.depth = float(depthValues[rng.getBool() ? 1 : 0]) / 255.0f;
1685 float depth,
1689 , m_depth (depth)
2815 const float clearDepth = hasDepthComponent(format.order) ? clearValues[attachmentNdx]->depthStencil.depth : clearNan;
3477 if (value.depthStencil.depth == float(depthValues[1]) / 255.0f)
3479 else if (value.depthStencil.depth == float(depthValues[0]) / 255.0f)
3482 DE_FATAL("Unknown depth value");
3614 // Apply load op to depth/stencil attachment if it was used for the first time
3678 value.depthStencil.depth = dsClear.getDepth();
4281 log << TestLog::ImageSet("OutputAttachments" + attachmentNdxStr, "Output depth and stencil attachments " + attachmentNdxStr);
4286 // Reference images. These will be logged as image sets due to having depth and stencil aspects.
4941 log << TestLog::Message << "Clearing depth stencil attachment"
5053 depthStencilClear = tcu::just(DepthStencilClear(offset, size, value.depthStencil.depth, value.depthStencil.stencil));
5095 log << TestLog::Message << "Format: " << attachment.getFormat() << " not supported as " << (isDepthOrStencilAttachment ? "depth stencil attachment" : "color attachment") << TestLog::EndMessage;
5427 const tcu::IVec3 imageDim (static_cast<int>(imageExtent.width), static_cast<int>(imageExtent.height), static_cast<int>(imageExtent.depth));
6632 // depth
6663 addFunctionCaseWithPrograms<TestConfig>(group, "depth", createTestShaders, renderPassTest, testConfig);
6872 // Color, depth and stencil attachment case.