Lines Matching refs:propValue
173 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
226 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
227 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
228 …virtual void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std…
242 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… in validate() argument
256 validateSingleVariable(path, resource, propValue, implementationName); in validate()
264 validateBuiltinVariable(resource, propValue, implementationName); in validate()
273 …dator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri… in validateBuiltinVariable() argument
276 DE_UNREF(propValue); in validateBuiltinVariable()
286 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
287 …td::vector<int>& instanceIndex, const std::string& resource, glw::GLint propValue, const std::stri…
301 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… in validate() argument
341 validateSingleBlock(block, instanceIndex, resource, propValue, implementationName); in validate()
358 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
359 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::str…
372 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
381 if (variable->getBasicType() != glu::getDataTypeFromGLType(propValue)) in validateSingleVariable()
383 …e << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLo… in validateSingleVariable()
388 void TypeValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, con… in validateBuiltinVariable() argument
415 if (glu::getDataTypeFromGLType(propValue) != builtins[ndx].type) in validateBuiltinVariable()
417 …e << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLo… in validateBuiltinVariable()
432 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
433 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::str…
445 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
460 if (arraySize != propValue) in validateSingleVariable()
462 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
467 void ArraySizeValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue… in validateBuiltinVariable() argument
494 if (propValue != builtins[ndx].arraySize) in validateBuiltinVariable()
496 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateBuiltinVariable()
511 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
519 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
539 if (propValue < elementSize) in validateSingleVariable()
541 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
552 if (arrayStride != propValue) in validateSingleVariable()
554 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
565 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
573 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
584 if (propValue != -1) in validateSingleVariable()
586 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
594 if (propValue == -1) in validateSingleVariable()
596 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
608 …gl.getProgramResourceName(m_programID, interface, propValue, (int)nameBuffer.size() - 1, &written,… in validateSingleVariable()
621 …m_testCtx.getLog() << tcu::TestLog::Message << "Block name with index " << propValue << " is \"" <… in validateSingleVariable()
638 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
651 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
665 if (propValue != expected) in validateSingleVariable()
667 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
677 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
685 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
705 if (propValue < majorSize) in validateSingleVariable()
707 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
717 if (matrixStride != propValue) in validateSingleVariable()
719 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
730 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
738 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
747 if (propValue != -1) in validateSingleVariable()
749 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
757 if (propValue == -1) in validateSingleVariable()
759 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
770 if (propValue >= numActiveResources) in validateSingleVariable()
772 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << ", GL_ACTIVE_RESOUR… in validateSingleVariable()
784 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
785 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::strin…
909 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
954 if (propValue != -1) in validateSingleVariable()
956 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
967 locationOk = (propValue != -1); in validateSingleVariable()
972 locationOk = (propValue == explicitLayoutLocation); in validateSingleVariable()
977 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
1001 if (location != propValue+arrayElementNdx) in validateSingleVariable()
1006 << ", expected " << (propValue+arrayElementNdx) in validateSingleVariable()
1018 if (location != propValue) in validateSingleVariable()
1020 …ramResourceLocation returned location " << location << ", expected " << propValue << tcu::TestLog:… in validateSingleVariable()
1029 void LocationValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue,… in validateBuiltinVariable() argument
1038 if (propValue != -1) in validateBuiltinVariable()
1040 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateBuiltinVariable()
1050 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1051 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri…
1052 void validateNameLength (const std::string& implementationName, glw::GLint propValue) const;
1060 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1064 validateNameLength(implementationName, propValue); in validateSingleVariable()
1067 …dator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri… in validateBuiltinVariable() argument
1070 validateNameLength(implementationName, propValue); in validateBuiltinVariable()
1073 …thValidator::validateNameLength (const std::string& implementationName, glw::GLint propValue) const in validateNameLength()
1078 if (propValue != expected) in validateNameLength()
1080 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, invalid name length, got " << propValue <… in validateNameLength()
1090 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1098 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1111 if (propValue != -1) in validateSingleVariable()
1113 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, invalid offset, got " << propValue << tcu… in validateSingleVariable()
1122 if (propValue < 0) in validateSingleVariable()
1124 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, invalid offset, got " << propValue << tcu… in validateSingleVariable()
1136 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
1156 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… in validate() argument
1169 if (propValue != ((referencedByShader) ? (1) : (0))) in validate()
1171 … referenced_by_" << glu::getShaderTypeName(m_shaderType) << ", got " << propValue << tcu::TestLog:… in validate()
1181 …td::vector<int>& instanceIndex, const std::string& resource, glw::GLint propValue, const std::stri…
1189 …td::vector<int>& instanceIndex, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleBlock() argument
1198 if (propValue != expected) in validateSingleBlock()
1200 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, invalid name length, got " << propValue <… in validateSingleBlock()
1210 …td::vector<int>& instanceIndex, const std::string& resource, glw::GLint propValue, const std::stri…
1218 …td::vector<int>& instanceIndex, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleBlock() argument
1237 if (propValue != expected) in validateSingleBlock()
1239 … << tcu::TestLog::Message << "\tError, invalid buffer binding, got " << propValue << tcu::TestLog:… in validateSingleBlock()
1247 if (propValue < 0) in validateSingleBlock()
1249 … << tcu::TestLog::Message << "\tError, invalid buffer binding, got " << propValue << tcu::TestLog:… in validateSingleBlock()
1261 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
1281 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… in validate() argument
1309 if (propValue != ((referencedByShader) ? (1) : (0))) in validate()
1311 … referenced_by_" << glu::getShaderTypeName(m_shaderType) << ", got " << propValue << tcu::TestLog:… in validate()
1321 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1329 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1361 if (propValue != expected) in validateSingleVariable()
1363 …u::TestLog::Message << "\tError, invalid top level array size, got " << propValue << tcu::TestLog:… in validateSingleVariable()
1373 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1381 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1391 if (propValue != 0) in validateSingleVariable()
1393 … << tcu::TestLog::Message << "\tError, top level array stride, got " << propValue << tcu::TestLog:… in validateSingleVariable()
1401 if (propValue != 0) in validateSingleVariable()
1403 … << tcu::TestLog::Message << "\tError, top level array stride, got " << propValue << tcu::TestLog:… in validateSingleVariable()
1413 if (propValue < minimumStride) in validateSingleVariable()
1415 …:TestLog::Message << "\tError, invalid top level array stride, got " << propValue << tcu::TestLog:… in validateSingleVariable()
1426 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
1429 …virtual void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const …
1430 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1439 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… in validate() argument
1443 validateBuiltinVariable(resource, propValue, implementationName); in validate()
1486 validateSingleVariable(path, resource, propValue, implementationName); in validate()
1496 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::st…
1497 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1505 …dator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri… in validateBuiltinVariable() argument
1517 if (arraySize != propValue) in validateBuiltinVariable()
1519 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateBuiltinVariable()
1524 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1532 if (arraySize != propValue) in validateSingleVariable()
1534 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
1545 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::s…
1546 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1547 void validateVariable (const std::string& implementationName, glw::GLint propValue) const;
1555 …dator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri… in validateBuiltinVariable() argument
1558 validateVariable(implementationName, propValue); in validateBuiltinVariable()
1561 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1565 validateVariable(implementationName, propValue); in validateSingleVariable()
1568 …ngthValidator::validateVariable (const std::string& implementationName, glw::GLint propValue) const in validateVariable()
1573 if (propValue != expected) in validateVariable()
1575 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, invalid name length, got " << propValue <… in validateVariable()
1585 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::st…
1586 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1594 …dator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri… in validateBuiltinVariable() argument
1606 if (glu::getDataTypeFromGLType(propValue) != varType) in validateBuiltinVariable()
1608 …e << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLo… in validateBuiltinVariable()
1614 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1627 if (elementType.getBasicType() != glu::getDataTypeFromGLType(propValue)) in validateSingleVariable()
1629 …e << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLo… in validateSingleVariable()
1640 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1641 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::str…
1654 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1664 if (propValue != expected) in validateSingleVariable()
1666 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
1671 void PerPatchValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue,… in validateBuiltinVariable() argument
1694 if (propValue != builtins[ndx].isPerPatch) in validateBuiltinVariable()
1696 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateBuiltinVariable()