Home
last modified time | relevance | path

Searched refs:comparisonName (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp130 const std::string comparisonName = "Comparison" + de::toString(layerNdx); in comparePixelBuffers() local
154 …ok = tcu::intThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), re… in comparePixelBuffers()
156 …ok = tcu::floatThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), … in comparePixelBuffers()
DvktImageLoadStoreTests.cpp113 const std::string comparisonName = "Comparison" + de::toString(layerNdx); in comparePixelBuffers() local
123 …ok = tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resul… in comparePixelBuffers()
125 …ok = tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, res… in comparePixelBuffers()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineRenderToImageTests.cpp1619 const std::string comparisonName = "Mip level " + de::toString(mipLevel); in testRenderToMipMaps() local
1625 …esholdCompare(context.getTestContext().getLog(), "Image Comparison", comparisonName.c_str(), expec… in testRenderToMipMaps()
1627 …esholdCompare(context.getTestContext().getLog(), "Image Comparison", comparisonName.c_str(), expec… in testRenderToMipMaps()
/external/deqp/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp1089 const string comparisonName = "Comparison" + toString(sliceOrFaceNdx); in operator ()() local
1095 …return tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), referenceSlic… in operator ()()
1097 …return tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), referenceSl… in operator ()()