• Home
  • Raw
  • Download

Lines Matching refs:EndMessage

254 …ror, resource name \"" << resource << "\" refers to a non-basic type." << tcu::TestLog::EndMessage;  in validate()
381 …ng type, expecting " << glu::getDataTypeName(variable->getBasicType()) << tcu::TestLog::EndMessage; in validateSingleVariable()
385 …, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage; in validateSingleVariable()
415 …erifying type, expecting " << glu::getDataTypeName(builtins[ndx].type) << tcu::TestLog::EndMessage; in validateBuiltinVariable()
419 …, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage; in validateBuiltinVariable()
460 …u::TestLog::Message << "Verifying array size, expecting " << arraySize << tcu::TestLog::EndMessage; in validateSingleVariable()
464 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
494 …ssage << "Verifying array size, expecting " << builtins[ndx].arraySize << tcu::TestLog::EndMessage; in validateBuiltinVariable()
498 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateBuiltinVariable()
539 …Verifying array stride, expecting greater or equal to " << elementSize << tcu::TestLog::EndMessage; in validateSingleVariable()
543 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
552 …estLog::Message << "Verifying array stride, expecting " << arrayStride << tcu::TestLog::EndMessage; in validateSingleVariable()
556 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
584 …og() << tcu::TestLog::Message << "Verifying block index, expecting -1" << tcu::TestLog::EndMessage; in validateSingleVariable()
588 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
594 …Log::Message << "Verifying block index, expecting a valid block index" << tcu::TestLog::EndMessage; in validateSingleVariable()
598 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
623 …"Block name with index " << propValue << " is \"" << blockName << "\"" << tcu::TestLog::EndMessage; in validateSingleVariable()
626 …<< tcu::TestLog::Message << "\tError, expected " << expectedName.str() << tcu::TestLog::EndMessage; in validateSingleVariable()
665 …age << "Verifying matrix order, expecting IS_ROW_MAJOR = " << expected << tcu::TestLog::EndMessage; in validateSingleVariable()
669 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
705 …"Verifying matrix stride, expecting greater or equal to " << majorSize << tcu::TestLog::EndMessage; in validateSingleVariable()
709 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
717 …tLog::Message << "Verifying matrix stride, expecting " << matrixStride << tcu::TestLog::EndMessage; in validateSingleVariable()
721 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
747 …tLog::Message << "Verifying atomic counter buffer index, expecting -1" << tcu::TestLog::EndMessage; in validateSingleVariable()
751 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
757 …ge << "Verifying atomic counter buffer index, expecting a valid index" << tcu::TestLog::EndMessage; in validateSingleVariable()
761 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
774 …got " << propValue << ", GL_ACTIVE_RESOURCES = " << numActiveResources << tcu::TestLog::EndMessage; in validateSingleVariable()
954 …e << "Verifying uniform location, expecting -1. (" << reasonStr << ")" << tcu::TestLog::EndMessage; in validateSingleVariable()
958 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
968 …::TestLog::Message << "Verifying location, expecting a valid location" << tcu::TestLog::EndMessage; in validateSingleVariable()
973 …:Message << "Verifying location, expecting " << explicitLayoutLocation << tcu::TestLog::EndMessage; in validateSingleVariable()
979 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
991 …mparing location to the values returned by GetProgramResourceLocation" << tcu::TestLog::EndMessage; in validateSingleVariable()
1009 << tcu::TestLog::EndMessage; in validateSingleVariable()
1013 …ge << "\tLocation of \"" << elementResourceName << "\":\t" << location << tcu::TestLog::EndMessage; in validateSingleVariable()
1022 …Location returned location " << location << ", expected " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1038 …etLog() << tcu::TestLog::Message << "Verifying location, expecting -1" << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1042 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1078 …<< implementationName << "\" + 1 byte for terminating null character)" << tcu::TestLog::EndMessage; in validateNameLength()
1082 …:TestLog::Message << "\tError, invalid name length, got " << propValue << tcu::TestLog::EndMessage; in validateNameLength()
1111 ….getLog() << tcu::TestLog::Message << "Verifying offset, expecting -1" << tcu::TestLog::EndMessage; in validateSingleVariable()
1115 … tcu::TestLog::Message << "\tError, invalid offset, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1122 … tcu::TestLog::Message << "Verifying offset, expecting a valid offset" << tcu::TestLog::EndMessage; in validateSingleVariable()
1126 … tcu::TestLog::Message << "\tError, invalid offset, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1169 << tcu::TestLog::EndMessage; in validate()
1173 …_by_" << glu::getShaderTypeName(m_shaderType) << ", got " << propValue << tcu::TestLog::EndMessage; in validate()
1198 …<< implementationName << "\" + 1 byte for terminating null character)" << tcu::TestLog::EndMessage; in validateSingleBlock()
1202 …:TestLog::Message << "\tError, invalid name length, got " << propValue << tcu::TestLog::EndMessage; in validateSingleBlock()
1237 …:TestLog::Message << "Verifying block binding, expecting " << expected << tcu::TestLog::EndMessage; in validateSingleBlock()
1241 …stLog::Message << "\tError, invalid buffer binding, got " << propValue << tcu::TestLog::EndMessage; in validateSingleBlock()
1247 …tLog::Message << "Verifying buffer binding, expecting a valid binding" << tcu::TestLog::EndMessage; in validateSingleBlock()
1251 …stLog::Message << "\tError, invalid buffer binding, got " << propValue << tcu::TestLog::EndMessage; in validateSingleBlock()
1309 << tcu::TestLog::EndMessage; in validate()
1313 …_by_" << glu::getShaderTypeName(m_shaderType) << ", got " << propValue << tcu::TestLog::EndMessage; in validate()
1361 …p level array size, expecting " << expected << ". (" << reason << ")." << tcu::TestLog::EndMessage; in validateSingleVariable()
1365 …:Message << "\tError, invalid top level array size, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1391 … array stride, expecting 0. (Top-level block member is not an array)." << tcu::TestLog::EndMessage; in validateSingleVariable()
1395 …stLog::Message << "\tError, top level array stride, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1401 …ing 0. (Top-level block member is not an array of an aggregate type)." << tcu::TestLog::EndMessage; in validateSingleVariable()
1405 …stLog::Message << "\tError, top level array stride, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1413 … array stride, expecting greater or equal to " << minimumStride << "." << tcu::TestLog::EndMessage; in validateSingleVariable()
1417 …essage << "\tError, invalid top level array stride, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1518 …u::TestLog::Message << "Verifying array size, expecting " << arraySize << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1521 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1533 …u::TestLog::Message << "Verifying array size, expecting " << arraySize << tcu::TestLog::EndMessage; in validateSingleVariable()
1536 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1573 …<< implementationName << "\" + 1 byte for terminating null character)" << tcu::TestLog::EndMessage; in validateVariable()
1577 …:TestLog::Message << "\tError, invalid name length, got " << propValue << tcu::TestLog::EndMessage; in validateVariable()
1607 …ssage << "Verifying type, expecting " << glu::getDataTypeName(varType) << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1610 …, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1628 … type, expecting " << glu::getDataTypeName(elementType.getBasicType()) << tcu::TestLog::EndMessage; in validateSingleVariable()
1631 …, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLog::EndMessage; in validateSingleVariable()
1664 … << "Verifying if is per patch, expecting IS_PER_PATCH = " << expected << tcu::TestLog::EndMessage; in validateSingleVariable()
1668 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateSingleVariable()
1694 …f is per patch, expecting IS_PER_PATCH = " << builtins[ndx].isPerPatch << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1698 …tCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMessage; in validateBuiltinVariable()
1951 …eIndex returned GL_INVALID_INDEX for \"" << targetResourceName << "\"" << tcu::TestLog::EndMessage; in queryAndValidateProps()
2038 …sing index obtained for resource \"" << simplifiedResourceName << "\"" << tcu::TestLog::EndMessage; in queryAndValidateProps()
2052 …mber of values, expected " << (int)props.size() << ", got " << written << tcu::TestLog::EndMessage; in queryAndValidateProps()
2059 …iv post write buffer guard value was modified, too many return values" << tcu::TestLog::EndMessage; in queryAndValidateProps()
2075 message << tcu::TestLog::EndMessage; in queryAndValidateProps()
2160 builder << "}" << tcu::TestLog::EndMessage; in iterate()
2166 …gram build failed, checking if program exceeded implementation limits" << tcu::TestLog::EndMessage; in iterate()
2484 …ttableStateStr(pname) << " = " << limit << ", test requires " << usage << tcu::TestLog::EndMessage; in checkLimit()
2488 log << tcu::TestLog::Message << "\t\tLimit exceeded" << tcu::TestLog::EndMessage; in checkLimit()
2525 log << tcu::TestLog::Message << "Vertex shader:" << tcu::TestLog::EndMessage; in checkShaderResourceUsage()
2554 log << tcu::TestLog::Message << "Fragment shader:" << tcu::TestLog::EndMessage; in checkShaderResourceUsage()
2581 log << tcu::TestLog::Message << "Compute shader:" << tcu::TestLog::EndMessage; in checkShaderResourceUsage()
2612 log << tcu::TestLog::Message << "Geometry shader:" << tcu::TestLog::EndMessage; in checkShaderResourceUsage()
2644 log << tcu::TestLog::Message << "Tessellation control shader:" << tcu::TestLog::EndMessage; in checkShaderResourceUsage()
2674 log << tcu::TestLog::Message << "Tessellation evaluation shader:" << tcu::TestLog::EndMessage; in checkShaderResourceUsage()
2726 log << tcu::TestLog::Message << "Program combined:" << tcu::TestLog::EndMessage; in checkProgramCombinedResourceUsage()
2744 …log << tcu::TestLog::Message << "One or more resource limits exceeded" << tcu::TestLog::EndMessage; in checkProgramResourceUsage()