Lines Matching defs:errorMsg
711 std::ostringstream errorMsg;
712 errorMsg << ": Creation feedback is not valid but there are other flags written";
713 return tcu::TestStatus::fail(errorMsg.str());
783 std::ostringstream errorMsg;
784 errorMsg << caseString << ": feedback indicates pipeline " << (shader + 1) << " shader stage feedback was generated despite setting feedback count to zero";
785 return tcu::TestStatus::fail(errorMsg.str());
795 std::ostringstream errorMsg;
796 errorMsg << caseString << ": Creation feedback is not valid for " << (shader + 1) << " shader stage but there are other flags written";
797 return tcu::TestStatus::fail(errorMsg.str());
804 std::ostringstream errorMsg;
805 errorMsg << caseString << ": feedback indicates pipeline " << (shader + 1) << " shader stage hit cache when it shouldn't";
806 return tcu::TestStatus::fail(errorMsg.str());
1096 std::ostringstream errorMsg;
1097 errorMsg << ": Creation feedback is not valid but there are other flags written";
1098 return tcu::TestStatus::fail(errorMsg.str());
1153 std::ostringstream errorMsg;
1154 errorMsg << getCaseStr(ndx) << ": Creation feedback is not valid for compute stage but there are other flags written";
1155 return tcu::TestStatus::fail(errorMsg.str());
1163 std::ostringstream errorMsg;
1164 errorMsg << getCaseStr(ndx) << ": feedback indicates pipeline compute stage hit cache when it shouldn't";
1165 return tcu::TestStatus::fail(errorMsg.str());