Lines Matching defs:value
1124 msg << "Attachment " << i << " with mismatched pixel (" << x << ", " << y << "): expecting pixel value [";
1156 const float value = depthAccess.getPixDepth(x, y);
1157 if (de::abs(value - refDepth) > 0.001f)
1161 msg << "Depth/stencil attachment with mismatched depth value at pixel ("
1162 << x << ", " << y << "): expected value " << refDepth << " and found " << value;
1185 const int value = stencilAccess.getPixStencil(x, y);
1186 if (value < 0 || static_cast<deUint32>(value) != refStencil)
1190 msg << "Depth/stencil attachment with mismatched stencil value at pixel ("
1191 << x << ", " << y << "): expected value " << refStencil << " and found " << value;
1223 std::string getUsed(deBool value)
1225 return (value ? "used" : "unused");
1266 // the value of the depthAttachmentFormat member of the VkCommandBufferInheritanceRenderingInfo structure included