• Home
  • Raw
  • Download

Lines Matching refs:EndMessage

252 …ror, resource name \"" << resource << "\" refers to a non-basic type." << tcu::TestLog::EndMessage;  in validate()
379 …ng type, expecting " << glu::getDataTypeName(variable->getBasicType()) << tcu::TestLog::EndMessage; in validateSingleVariable()
383 …, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage; in validateSingleVariable()
413 …erifying type, expecting " << glu::getDataTypeName(builtins[ndx].type) << tcu::TestLog::EndMessage; in validateBuiltinVariable()
417 …, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage; in validateBuiltinVariable()
458 …u::TestLog::Message << "Verifying array size, expecting " << arraySize << tcu::TestLog::EndMessage; in validateSingleVariable()
462 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
492 …ssage << "Verifying array size, expecting " << builtins[ndx].arraySize << tcu::TestLog::EndMessage; in validateBuiltinVariable()
496 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateBuiltinVariable()
537 …Verifying array stride, expecting greater or equal to " << elementSize << tcu::TestLog::EndMessage; in validateSingleVariable()
541 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
550 …estLog::Message << "Verifying array stride, expecting " << arrayStride << tcu::TestLog::EndMessage; in validateSingleVariable()
554 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
582 …og() << tcu::TestLog::Message << "Verifying block index, expecting -1" << tcu::TestLog::EndMessage; in validateSingleVariable()
586 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
592 …Log::Message << "Verifying block index, expecting a valid block index" << tcu::TestLog::EndMessage; in validateSingleVariable()
596 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
621 …"Block name with index " << propValue << " is \"" << blockName << "\"" << tcu::TestLog::EndMessage; in validateSingleVariable()
624 …<< tcu::TestLog::Message << "\tError, expected " << expectedName.str() << tcu::TestLog::EndMessage; in validateSingleVariable()
663 …age << "Verifying matrix order, expecting IS_ROW_MAJOR = " << expected << tcu::TestLog::EndMessage; in validateSingleVariable()
667 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
703 …"Verifying matrix stride, expecting greater or equal to " << majorSize << tcu::TestLog::EndMessage; in validateSingleVariable()
707 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
715 …tLog::Message << "Verifying matrix stride, expecting " << matrixStride << tcu::TestLog::EndMessage; in validateSingleVariable()
719 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
745 …tLog::Message << "Verifying atomic counter buffer index, expecting -1" << tcu::TestLog::EndMessage; in validateSingleVariable()
749 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
755 …ge << "Verifying atomic counter buffer index, expecting a valid index" << tcu::TestLog::EndMessage; in validateSingleVariable()
759 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
772 …got " << propValue << ", GL_ACTIVE_RESOURCES = " << numActiveResources << tcu::TestLog::EndMessage; in validateSingleVariable()
952 …e << "Verifying uniform location, expecting -1. (" << reasonStr << ")" << tcu::TestLog::EndMessage; in validateSingleVariable()
956 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
966 …::TestLog::Message << "Verifying location, expecting a valid location" << tcu::TestLog::EndMessage; in validateSingleVariable()
971 …:Message << "Verifying location, expecting " << explicitLayoutLocation << tcu::TestLog::EndMessage; in validateSingleVariable()
977 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
989 …mparing location to the values returned by GetProgramResourceLocation" << tcu::TestLog::EndMessage; in validateSingleVariable()
1007 << tcu::TestLog::EndMessage; in validateSingleVariable()
1011 …ge << "\tLocation of \"" << elementResourceName << "\":\t" << location << tcu::TestLog::EndMessage; in validateSingleVariable()
1020 …Location returned location " << location << ", expected " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1036 …etLog() << tcu::TestLog::Message << "Verifying location, expecting -1" << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1040 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1076 …<< implementationName << "\" + 1 byte for terminating null character)" << tcu::TestLog::EndMessage; in validateNameLength()
1080 …:TestLog::Message << "\tError, invalid name length, got " << propValue << tcu::TestLog::EndMessage; in validateNameLength()
1109 ….getLog() << tcu::TestLog::Message << "Verifying offset, expecting -1" << tcu::TestLog::EndMessage; in validateSingleVariable()
1113 … tcu::TestLog::Message << "\tError, invalid offset, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1120 … tcu::TestLog::Message << "Verifying offset, expecting a valid offset" << tcu::TestLog::EndMessage; in validateSingleVariable()
1124 … tcu::TestLog::Message << "\tError, invalid offset, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1167 << tcu::TestLog::EndMessage; in validate()
1171 …_by_" << glu::getShaderTypeName(m_shaderType) << ", got " << propValue << tcu::TestLog::EndMessage; in validate()
1196 …<< implementationName << "\" + 1 byte for terminating null character)" << tcu::TestLog::EndMessage; in validateSingleBlock()
1200 …:TestLog::Message << "\tError, invalid name length, got " << propValue << tcu::TestLog::EndMessage; in validateSingleBlock()
1235 …:TestLog::Message << "Verifying block binding, expecting " << expected << tcu::TestLog::EndMessage; in validateSingleBlock()
1239 …stLog::Message << "\tError, invalid buffer binding, got " << propValue << tcu::TestLog::EndMessage; in validateSingleBlock()
1245 …tLog::Message << "Verifying buffer binding, expecting a valid binding" << tcu::TestLog::EndMessage; in validateSingleBlock()
1249 …stLog::Message << "\tError, invalid buffer binding, got " << propValue << tcu::TestLog::EndMessage; in validateSingleBlock()
1307 << tcu::TestLog::EndMessage; in validate()
1311 …_by_" << glu::getShaderTypeName(m_shaderType) << ", got " << propValue << tcu::TestLog::EndMessage; in validate()
1359 …p level array size, expecting " << expected << ". (" << reason << ")." << tcu::TestLog::EndMessage; in validateSingleVariable()
1363 …:Message << "\tError, invalid top level array size, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1389 … array stride, expecting 0. (Top-level block member is not an array)." << tcu::TestLog::EndMessage; in validateSingleVariable()
1393 …stLog::Message << "\tError, top level array stride, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1399 …ing 0. (Top-level block member is not an array of an aggregate type)." << tcu::TestLog::EndMessage; in validateSingleVariable()
1403 …stLog::Message << "\tError, top level array stride, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1411 … array stride, expecting greater or equal to " << minimumStride << "." << tcu::TestLog::EndMessage; in validateSingleVariable()
1415 …essage << "\tError, invalid top level array stride, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1516 …u::TestLog::Message << "Verifying array size, expecting " << arraySize << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1519 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1531 …u::TestLog::Message << "Verifying array size, expecting " << arraySize << tcu::TestLog::EndMessage; in validateSingleVariable()
1534 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1571 …<< implementationName << "\" + 1 byte for terminating null character)" << tcu::TestLog::EndMessage; in validateVariable()
1575 …:TestLog::Message << "\tError, invalid name length, got " << propValue << tcu::TestLog::EndMessage; in validateVariable()
1605 …ssage << "Verifying type, expecting " << glu::getDataTypeName(varType) << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1608 …, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1626 … type, expecting " << glu::getDataTypeName(elementType.getBasicType()) << tcu::TestLog::EndMessage; in validateSingleVariable()
1629 …, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage; in validateSingleVariable()
1662 … << "Verifying if is per patch, expecting IS_PER_PATCH = " << expected << tcu::TestLog::EndMessage; in validateSingleVariable()
1666 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1692 …f is per patch, expecting IS_PER_PATCH = " << builtins[ndx].isPerPatch << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1696 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1949 …eIndex returned GL_INVALID_INDEX for \"" << targetResourceName << "\"" << tcu::TestLog::EndMessage; in queryAndValidateProps()
2036 …sing index obtained for resource \"" << simplifiedResourceName << "\"" << tcu::TestLog::EndMessage; in queryAndValidateProps()
2050 …mber of values, expected " << (int)props.size() << ", got " << written << tcu::TestLog::EndMessage; in queryAndValidateProps()
2057 …iv post write buffer guard value was modified, too many return values" << tcu::TestLog::EndMessage; in queryAndValidateProps()
2073 message << tcu::TestLog::EndMessage; in queryAndValidateProps()
2156 builder << "}" << tcu::TestLog::EndMessage; in iterate()
2162 …gram build failed, checking if program exceeded implementation limits" << tcu::TestLog::EndMessage; in iterate()
2480 …ttableStateStr(pname) << " = " << limit << ", test requires " << usage << tcu::TestLog::EndMessage; in checkLimit()
2484 log << tcu::TestLog::Message << "\t\tLimit exceeded" << tcu::TestLog::EndMessage; in checkLimit()
2521 log << tcu::TestLog::Message << "Vertex shader:" << tcu::TestLog::EndMessage; in checkShaderResourceUsage()
2550 log << tcu::TestLog::Message << "Fragment shader:" << tcu::TestLog::EndMessage; in checkShaderResourceUsage()
2577 log << tcu::TestLog::Message << "Compute shader:" << tcu::TestLog::EndMessage; in checkShaderResourceUsage()
2608 log << tcu::TestLog::Message << "Geometry shader:" << tcu::TestLog::EndMessage; in checkShaderResourceUsage()
2640 log << tcu::TestLog::Message << "Tessellation control shader:" << tcu::TestLog::EndMessage; in checkShaderResourceUsage()
2670 log << tcu::TestLog::Message << "Tessellation evaluation shader:" << tcu::TestLog::EndMessage; in checkShaderResourceUsage()
2722 log << tcu::TestLog::Message << "Program combined:" << tcu::TestLog::EndMessage; in checkProgramCombinedResourceUsage()
2740 …log << tcu::TestLog::Message << "One or more resource limits exceeded" << tcu::TestLog::EndMessage; in checkProgramResourceUsage()