Lines Matching refs:verification

1117  * @return true if verification is positive, false otherwise
1213 * @return true if verification is positive, false otherwise
1297 * @return true if verification is positive, false otherwise
1373 * @return true if verification is positive, false otherwise
1450 * @return true if verification is positive, false otherwise
1472 * @return true if verification is positive, false otherwise
1494 * @return true if verification is positive, false otherwise
6232 << tcu::TestLog::Message << "Error in shader compilation was expected, logged for verification: "
6256 << "Error in program linking was expected, logged for verification: " << tcu::TestLog::EndMessage;
6322 << tcu::TestLog::Message << "Error in shader compilation was expected, logged for verification: "
6346 << "Error in program linking was expected, logged for verification: " << tcu::TestLog::EndMessage;
6543 std::string verification = "if (LIST)\n"
6560 /* For each in variable insert verification code */
6568 Utils::insertElementOfList(var_verification.c_str(), separator, position, verification);
6571 /* For each unifrom variable insert verification code */
6578 Utils::insertElementOfList(var_verification.c_str(), separator, position, verification);
6581 /* For each ssb variable insert verification code */
6588 Utils::insertElementOfList(var_verification.c_str(), separator, position, verification);
6591 Utils::endList("", position, verification);
6598 Utils::replaceToken("0u", position, buffer, verification);
6605 Utils::replaceToken("0u", position, "in_vs_first.x", verification);
6609 Utils::replaceToken("0u", position, "31u", verification);
6615 return verification;
6672 /* Prepare verification */
6728 /** Get verification of single variable
6755 /* Prepare verification */
6759 std::string verification;
6762 verification = "(EXPECTED != NAME)";
6764 Utils::replaceToken("EXPECTED", verification_position, expected.c_str(), verification);
6765 Utils::replaceToken("NAME", verification_position, name.c_str(), verification);
6767 Utils::insertElementOfList(verification.c_str(), logic_op, position, result);
6785 /* Get verification of member */
6786 const std::string& verification =
6789 Utils::insertElementOfList(verification.c_str(), logic_op, position, result);
7315 const std::string& verification = getVerificationSnippet(test_case_index, program_interface, stage);
7340 Utils::replaceToken("VERIFICATION", position, verification.c_str(), source);
7342 if (false == verification.empty())
8467 std::string verification;
8471 verification = "if (1 != GL_ARB_enhanced_layouts)\n"
8490 Utils::replaceToken("MAX_TRANSFORM_FEEDBACK_BUFFERS", position, buffer, verification);
8493 Utils::replaceToken("MAX_TRANSFORM_FEEDBACK_INTERLEAVED_COMPONENTS", position, buffer, verification);
8497 verification = "";
8500 return verification;
8574 std::string verification = "{\n"
8606 Utils::replaceToken("EXPECTED_GOHAN_SUM", position, buffer, verification);
8609 Utils::replaceToken("EXPECTED_GOTEN_SUM", position, buffer, verification);
8611 return verification;
8818 std::string verification = "if ( (PREFIXblock.at_first_offset != PREFIXblock.at_eigth_offset ) ||\n"
8828 Utils::replaceAllTokens("PREFIX", prefix, verification);
8830 return verification;
10791 std::string verification = "if ( (PREFIXblock.at_first_offset != PREFIXblock.at_eigth_offset ) ||\n"
10801 Utils::replaceAllTokens("PREFIX", prefix, verification);
10803 return verification;
12772 std::string verification;
12779 verification = "if (gl_InstanceID != instance_index)\n"
12790 verification = "if ((gl_VertexID != vertex_index) ||\n"
12800 verification = "";
12803 return verification;