Searched refs:resultDesc (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawInstancedTests.cpp | 797 std::ostringstream resultDesc; in iterate() local 798 resultDesc << "Image layer " << i << " comparison result. Instance count: " << instanceCount << " first instance index: " << firstInstance; in iterate() 803 log, "Result", resultDesc.str().c_str(), refImage.getAccess(), renderedFrame, in iterate() 814 if (!tcu::fuzzyCompare(log, "Result", resultDesc.str().c_str(), refImage.getAccess(), renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT)) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawInstancedTests.cpp | 779 std::ostringstream resultDesc; in iterate() local 780 resultDesc << "Image layer " << i << " comparison result. Instance count: " << instanceCount << " first instance index: " << firstInstance; in iterate() 785 log, "Result", resultDesc.str().c_str(), refImage.getAccess(), renderedFrame, in iterate() 796 if (!tcu::fuzzyCompare(log, "Result", resultDesc.str().c_str(), refImage.getAccess(), renderedFrame, 0.05f, tcu::COMPARE_LOG_RESULT)) in iterate()
|
Completed in 4 milliseconds