Lines Matching defs:msg
251 std::ostringstream msg;
252 msg << "Format " << format << " not supported for usage flags 0x" << std::hex << usage;
253 TCU_THROW(NotSupportedError, msg.str());
1122 std::ostringstream msg;
1124 msg << "Attachment " << i << " with mismatched pixel (" << x << ", " << y << "): expecting pixel value [";
1126 msg << ((j == 0) ? "" : ", ") << refColor[j];
1127 msg << "] and found [";
1129 msg << ((j == 0) ? "" : ", ") << color[j];
1130 msg << "]";
1132 return tcu::TestStatus::fail(msg.str());
1159 std::ostringstream msg;
1161 msg << "Depth/stencil attachment with mismatched depth value at pixel ("
1163 return tcu::TestStatus::fail(msg.str());
1188 std::ostringstream msg;
1190 msg << "Depth/stencil attachment with mismatched stencil value at pixel ("
1192 return tcu::TestStatus::fail(msg.str());