Lines Matching refs:reasonStr
921 std::string reasonStr;
928 reasonStr = "Atomic counter uniforms have effective location of -1";
933 reasonStr = "Uniform block variables have effective location of -1";
938 reasonStr = "Inputs (except for vertex shader inputs) not declared with a location layout qualifier have effective location of -1";
943 reasonStr = "Outputs (except for fragment shader outputs) not declared with a location layout qualifier have effective location of -1";
952 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying uniform location, expecting -1. (" << reasonStr << ")" << tcu::TestLog::EndMessage;