Lines Matching refs:propValue
173 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
229 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
230 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
231 …virtual void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std…
245 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… in validate() argument
259 validateSingleVariable(path, resource, propValue, implementationName); in validate()
267 validateBuiltinVariable(resource, propValue, implementationName); in validate()
276 …dator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri… in validateBuiltinVariable() argument
279 DE_UNREF(propValue); in validateBuiltinVariable()
289 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
290 …td::vector<int>& instanceIndex, const std::string& resource, glw::GLint propValue, const std::stri…
304 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… in validate() argument
344 validateSingleBlock(block, instanceIndex, resource, propValue, implementationName); in validate()
361 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
362 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::str…
375 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
384 if (variable->getBasicType() != glu::getDataTypeFromGLType(propValue)) in validateSingleVariable()
386 …e << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLo… in validateSingleVariable()
391 void TypeValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, con… in validateBuiltinVariable() argument
418 if (glu::getDataTypeFromGLType(propValue) != builtins[ndx].type) in validateBuiltinVariable()
420 …e << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLo… in validateBuiltinVariable()
435 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
436 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::str…
448 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
463 if (arraySize != propValue) in validateSingleVariable()
465 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
470 void ArraySizeValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue… in validateBuiltinVariable() argument
497 if (propValue != builtins[ndx].arraySize) in validateBuiltinVariable()
499 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateBuiltinVariable()
514 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
522 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
542 if (propValue < elementSize) in validateSingleVariable()
544 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
555 if (arrayStride != propValue) in validateSingleVariable()
557 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
568 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
576 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
587 if (propValue != -1) in validateSingleVariable()
589 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
597 if (propValue == -1) in validateSingleVariable()
599 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
611 …gl.getProgramResourceName(m_programID, interface, propValue, (int)nameBuffer.size() - 1, &written,… in validateSingleVariable()
624 …m_testCtx.getLog() << tcu::TestLog::Message << "Block name with index " << propValue << " is \"" <… in validateSingleVariable()
641 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
654 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
668 if (propValue != expected) in validateSingleVariable()
670 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
680 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
688 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
708 if (propValue < majorSize) in validateSingleVariable()
710 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
720 if (matrixStride != propValue) in validateSingleVariable()
722 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
733 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
741 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
750 if (propValue != -1) in validateSingleVariable()
752 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
760 if (propValue == -1) in validateSingleVariable()
762 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
773 if (propValue >= numActiveResources) in validateSingleVariable()
775 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << ", GL_ACTIVE_RESOUR… in validateSingleVariable()
787 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
788 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::strin…
912 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
957 if (propValue != -1) in validateSingleVariable()
959 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
970 locationOk = (propValue != -1); in validateSingleVariable()
975 locationOk = (propValue == explicitLayoutLocation); in validateSingleVariable()
980 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
1004 if (location != propValue+arrayElementNdx) in validateSingleVariable()
1009 << ", expected " << (propValue+arrayElementNdx) in validateSingleVariable()
1021 if (location != propValue) in validateSingleVariable()
1023 …ramResourceLocation returned location " << location << ", expected " << propValue << tcu::TestLog:… in validateSingleVariable()
1032 void LocationValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue,… in validateBuiltinVariable() argument
1041 if (propValue != -1) in validateBuiltinVariable()
1043 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateBuiltinVariable()
1053 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1054 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri…
1055 void validateNameLength (const std::string& implementationName, glw::GLint propValue) const;
1063 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1067 validateNameLength(implementationName, propValue); in validateSingleVariable()
1070 …dator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri… in validateBuiltinVariable() argument
1073 validateNameLength(implementationName, propValue); in validateBuiltinVariable()
1076 …thValidator::validateNameLength (const std::string& implementationName, glw::GLint propValue) const in validateNameLength()
1081 if (propValue != expected) in validateNameLength()
1083 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, invalid name length, got " << propValue <… in validateNameLength()
1093 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1101 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1114 if (propValue != -1) in validateSingleVariable()
1116 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, invalid offset, got " << propValue << tcu… in validateSingleVariable()
1125 if (propValue < 0) in validateSingleVariable()
1127 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, invalid offset, got " << propValue << tcu… in validateSingleVariable()
1139 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
1159 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… in validate() argument
1172 if (propValue != ((referencedByShader) ? (1) : (0))) in validate()
1174 … referenced_by_" << glu::getShaderTypeName(m_shaderType) << ", got " << propValue << tcu::TestLog:… in validate()
1184 …td::vector<int>& instanceIndex, const std::string& resource, glw::GLint propValue, const std::stri…
1192 …td::vector<int>& instanceIndex, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleBlock() argument
1201 if (propValue != expected) in validateSingleBlock()
1203 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, invalid name length, got " << propValue <… in validateSingleBlock()
1213 …td::vector<int>& instanceIndex, const std::string& resource, glw::GLint propValue, const std::stri…
1221 …td::vector<int>& instanceIndex, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleBlock() argument
1240 if (propValue != expected) in validateSingleBlock()
1242 … << tcu::TestLog::Message << "\tError, invalid buffer binding, got " << propValue << tcu::TestLog:… in validateSingleBlock()
1250 if (propValue < 0) in validateSingleBlock()
1252 … << tcu::TestLog::Message << "\tError, invalid buffer binding, got " << propValue << tcu::TestLog:… in validateSingleBlock()
1264 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
1284 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… in validate() argument
1312 if (propValue != ((referencedByShader) ? (1) : (0))) in validate()
1314 … referenced_by_" << glu::getShaderTypeName(m_shaderType) << ", got " << propValue << tcu::TestLog:… in validate()
1324 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1332 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1364 if (propValue != expected) in validateSingleVariable()
1366 …u::TestLog::Message << "\tError, invalid top level array size, got " << propValue << tcu::TestLog:… in validateSingleVariable()
1376 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1384 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1394 if (propValue != 0) in validateSingleVariable()
1396 … << tcu::TestLog::Message << "\tError, top level array stride, got " << propValue << tcu::TestLog:… in validateSingleVariable()
1404 if (propValue != 0) in validateSingleVariable()
1406 … << tcu::TestLog::Message << "\tError, top level array stride, got " << propValue << tcu::TestLog:… in validateSingleVariable()
1416 if (propValue < minimumStride) in validateSingleVariable()
1418 …:TestLog::Message << "\tError, invalid top level array stride, got " << propValue << tcu::TestLog:… in validateSingleVariable()
1429 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri…
1432 …virtual void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const …
1433 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1442 …ceDefinition::Program* program, const std::string& resource, glw::GLint propValue, const std::stri… in validate() argument
1446 validateBuiltinVariable(resource, propValue, implementationName); in validate()
1489 validateSingleVariable(path, resource, propValue, implementationName); in validate()
1499 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::st…
1500 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1508 …dator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri… in validateBuiltinVariable() argument
1520 if (arraySize != propValue) in validateBuiltinVariable()
1522 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateBuiltinVariable()
1527 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1535 if (arraySize != propValue) in validateSingleVariable()
1537 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
1548 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::s…
1549 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1550 void validateVariable (const std::string& implementationName, glw::GLint propValue) const;
1558 …dator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri… in validateBuiltinVariable() argument
1561 validateVariable(implementationName, propValue); in validateBuiltinVariable()
1564 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1568 validateVariable(implementationName, propValue); in validateSingleVariable()
1571 …ngthValidator::validateVariable (const std::string& implementationName, glw::GLint propValue) const in validateVariable()
1576 if (propValue != expected) in validateVariable()
1578 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, invalid name length, got " << propValue <… in validateVariable()
1588 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::st…
1589 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1597 …dator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::stri… in validateBuiltinVariable() argument
1609 if (glu::getDataTypeFromGLType(propValue) != varType) in validateBuiltinVariable()
1611 …e << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLo… in validateBuiltinVariable()
1617 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1630 if (elementType.getBasicType() != glu::getDataTypeFromGLType(propValue)) in validateSingleVariable()
1632 …e << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)) << tcu::TestLo… in validateSingleVariable()
1643 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri…
1644 …void validateBuiltinVariable (const std::string& resource, glw::GLint propValue, const std::str…
1657 …r<VariablePathComponent>& path, const std::string& resource, glw::GLint propValue, const std::stri… in validateSingleVariable() argument
1667 if (propValue != expected) in validateSingleVariable()
1669 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateSingleVariable()
1674 void PerPatchValidator::validateBuiltinVariable (const std::string& resource, glw::GLint propValue,… in validateBuiltinVariable() argument
1697 if (propValue != builtins[ndx].isPerPatch) in validateBuiltinVariable()
1699 …m_testCtx.getLog() << tcu::TestLog::Message << "\tError, got " << propValue << tcu::TestLog::EndMe… in validateBuiltinVariable()