Lines Matching refs:value

1613  * For the "return value" case type, the case does much the same operations
1649 static int getOperationInitialValue (AtomicOperation op); //!< Appropriate value with which to initialize the texture.
1666 // \note 18 is just an arbitrary small nonzero value.
1774 // Just accumulate the atomic args (and the initial value) according to the operation, and compare.
1788 << TestLog::Message << "// Note: reference value is " << reference << TestLog::EndMessage;
1804 log << TestLog::Message << "// Failure: invalid value at pixel " << IVec2(x, y) << ": got " << (isIntegerFormat ? toString(result.i) : toString(result.f)) << TestLog::EndMessage
1937 //! Depth-first search for verifying the return value sequence.
2034 log << TestLog::Message << "// Filling end-result texture with initial pattern (initial value " << getOperationInitialValue(m_operation) << ")" << TestLog::EndMessage;
2050 log << TestLog::Message << "// Setting storage of return-value texture" << TestLog::EndMessage;
2245 // Compute the value-to-assign arguments that were given to the atomic function in the invocations that contribute to this pixel.
2267 log << TestLog::Message << "// Failure: invalid value at pixel " << IVec2(x, y) << ": got " << result << TestLog::EndMessage
2328 // A<B<C etc -- the first value in the return value sequence must be A, and each following
2329 // value must be the smallest value (among A, B, C, ...) bigger than the one just before it.
2357 << TestLog::Message << "// Note: expected the return value sequence to fulfill the following conditions:\n"
2358 << "// - first value is " << compareArgs[0] << "\n"
2359 << "// - each value other than the first is either the same as the one just before it, or the smallest value (in the sequence "
2362 log << TestLog::Message << "// Note: the first return value (" << returnValues[0] << ") isn't " << compareArgs[0] << TestLog::EndMessage;
2364 log << TestLog::Message << "// Note: the return value at index " << failingNdx << " (value " << returnValues[failingNdx] << ") "
2366 << "nor " << compareArgs[arrayIndexOf(compareArgs, returnValues[failingNdx-1])+1] << " (the smallest value bigger than the one just before it)"
2463 log << TestLog::Message << "// Setting storage of return-value texture" << TestLog::EndMessage;
2791 R32UIImageSingleValueVerifier (const deUint32 value) : m_min(value), m_max(value) {}
2799 log << TestLog::Message << "// Note: expecting to get value " << (m_min == m_max ? toString(m_min) : "in range [" + toString(m_min) + ", " + toString(m_max) + "]") << TestLog::EndMessage;
2804 log << TestLog::Message << "// Failure: got value " << resultValue << TestLog::EndMessage;
2809 log << TestLog::Message << "// Success: got value " << resultValue << TestLog::EndMessage;
2953 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got wrong value");
3206 // Read counter value and check.
3218 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Got wrong value");