Searched refs:LogVecComps (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderDerivateTests.cpp | 372 struct LogVecComps struct 377 LogVecComps (const tcu::Vec4& v_, int numComps_) in LogVecComps() function 384 std::ostream& operator<< (std::ostream& str, const LogVecComps& v) in operator <<() 416 log << TestLog::Message << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) << TestLog::EndMessage; in verifyConstantDerivate() 428 log << TestLog::Message << "FAIL: got " << LogVecComps(resDerivate, numComps) in verifyConstantDerivate() 429 << ", diff = " << LogVecComps(tcu::abs(reference - resDerivate), numComps) in verifyConstantDerivate() 1128 << "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) in verify() 1460 << "\tValid derivative is " << LogVecComps(referenc in verify() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 328 struct LogVecComps struct 333 LogVecComps (const tcu::Vec4& v_, int numComps_) in LogVecComps() function 340 std::ostream& operator<< (std::ostream& str, const LogVecComps& v) in operator <<() 370 log << TestLog::Message << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) << TestLog::EndMessage; in verifyConstantDerivate() 385 log << TestLog::Message << "FAIL: got " << LogVecComps(resDerivate, numComps) in verifyConstantDerivate() 386 << ", diff = " << LogVecComps(tcu::abs(reference - resDerivate), numComps) in verifyConstantDerivate() 1044 << "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) in verify() 1349 << "\tValid derivative is " << LogVecComps(referenc in verify() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderDerivateTests.cpp | 310 struct LogVecComps struct 315 LogVecComps (const tcu::Vec4& v_, int numComps_) in LogVecComps() function 322 std::ostream& operator<< (std::ostream& str, const LogVecComps& v) in operator <<() 352 log << TestLog::Message << "Expecting " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) << TestLog::EndMessage; in verifyConstantDerivate() 364 log << TestLog::Message << "FAIL: got " << LogVecComps(resDerivate, numComps) in verifyConstantDerivate() 365 << ", diff = " << LogVecComps(tcu::abs(reference - resDerivate), numComps) in verifyConstantDerivate() 1017 << "\tValid derivative is " << LogVecComps(reference, numComps) << " with threshold " << LogVecComps(threshold, numComps) in verify() 1323 << "\tValid derivative is " << LogVecComps(referenc in verify() [all...] |
Completed in 8 milliseconds