Home | History | Annotate | Download | only in functional

Lines Matching refs:reasonStr

849 	std::string	reasonStr;
854 reasonStr = "Atomic counter uniforms have effective location of -1";
859 reasonStr = "Uniform block variables have effective location of -1";
864 reasonStr = "Inputs (except for vertex shader inputs) not declared with a location layout qualifier have effective location of -1";
869 reasonStr = "Outputs (except for fragment shader outputs) not declared with a location layout qualifier have effective location of -1";
878 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying uniform location, expecting -1. (" << reasonStr << ")" << tcu::TestLog::EndMessage;