Searched refs:reasonStr (Results 1 – 3 of 3) sorted by relevance
924 std::string reasonStr; in validateSingleVariable() local931 reasonStr = "Atomic counter uniforms have effective location of -1"; in validateSingleVariable()936 reasonStr = "Uniform block variables have effective location of -1"; in validateSingleVariable()941 …reasonStr = "Inputs (except for vertex shader inputs) not declared with a location layout qualifie… in validateSingleVariable()946 …reasonStr = "Outputs (except for fragment shader outputs) not declared with a location layout qual… in validateSingleVariable()955 …u::TestLog::Message << "Verifying uniform location, expecting -1. (" << reasonStr << ")" << tcu::T… in validateSingleVariable()
914 std::string reasonStr = reasonStream.str(); in checkIsNotOpaqueType() local915 error(line, reasonStr.c_str(), getBasicString(pType.type)); in checkIsNotOpaqueType()
976 std::string reasonStr = reasonStream.str(); in checkIsNotOpaqueType() local977 error(line, reasonStr.c_str(), getBasicString(pType.type)); in checkIsNotOpaqueType()