/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageQualifiersTests.cpp | 134 std::string comparisonDesc = "Image Comparison, "; in comparePixelBuffers() local 138 comparisonDesc = comparisonDesc + "slice " + de::toString(layerNdx); in comparePixelBuffers() 143 comparisonDesc = comparisonDesc + "face " + de::toString(layerNdx % 6) + ", cube " + de::toString(layerNdx / 6); in comparePixelBuffers() 147 comparisonDesc = comparisonDesc + "layer " + de::toString(layerNdx); in comparePixelBuffers() 156 ok = tcu::intThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT); in comparePixelBuffers() 158 ok = tcu::floatThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::Vec4(0.01f), tcu::COMPARE_LOG_RESULT); in comparePixelBuffers()
|
H A D | vktImageLoadStoreTests.cpp | 156 const std::string comparisonDesc = "Image Comparison, " + in comparePixelBuffers() local 170 ok = tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT); in comparePixelBuffers() 182 ok = tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, threshold, tcu::COMPARE_LOG_RESULT); in comparePixelBuffers() 195 ok = tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, threshold, tcu::COMPARE_LOG_RESULT); in comparePixelBuffers() 204 ok = tcu::floatUlpThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, threshold, tcu::COMPARE_LOG_RESULT); in comparePixelBuffers()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageQualifiersTests.cpp | 134 std::string comparisonDesc = "Image Comparison, "; in comparePixelBuffers() local 138 comparisonDesc = comparisonDesc + "slice " + de::toString(layerNdx); in comparePixelBuffers() 143 comparisonDesc = comparisonDesc + "face " + de::toString(layerNdx % 6) + ", cube " + de::toString(layerNdx / 6); in comparePixelBuffers() 147 comparisonDesc = comparisonDesc + "layer " + de::toString(layerNdx); in comparePixelBuffers() 156 ok = tcu::intThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT); in comparePixelBuffers() 158 ok = tcu::floatThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::Vec4(0.01f), tcu::COMPARE_LOG_RESULT); in comparePixelBuffers()
|
H A D | vktImageLoadStoreTests.cpp | 156 const std::string comparisonDesc = "Image Comparison, " + in comparePixelBuffers() local 170 ok = tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT); in comparePixelBuffers() 182 ok = tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, threshold, tcu::COMPARE_LOG_RESULT); in comparePixelBuffers() 195 ok = tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, threshold, tcu::COMPARE_LOG_RESULT); in comparePixelBuffers() 204 ok = tcu::floatUlpThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, threshold, tcu::COMPARE_LOG_RESULT); in comparePixelBuffers()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderImageLoadStoreTests.cpp | 1124 const string comparisonDesc = "Image Comparison, " in operator ()() local 1129 return tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), referenceSlice, resultSlice, UVec4(0), tcu::COMPARE_LOG_RESULT); in operator ()() 1131 return tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), referenceSlice, resultSlice, Vec4(0.01f), tcu::COMPARE_LOG_RESULT); in operator ()()
|