HomeSort by relevance Sort by last modified time
    Searched refs:comparisonDesc (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageQualifiersTests.cpp 132 std::string comparisonDesc = "Image Comparison, ";
136 comparisonDesc = comparisonDesc + "slice " + de::toString(layerNdx);
141 comparisonDesc = comparisonDesc + "face " + de::toString(layerNdx % 6) + ", cube " + de::toString(layerNdx / 6);
145 comparisonDesc = comparisonDesc + "layer " + de::toString(layerNdx);
154 ok = tcu::intThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT);
156 ok = tcu::floatThresholdCompare(testCtx.getLog(), comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::Vec4(0.01f), tcu::COMPARE_LOG_RESULT);
vktImageLoadStoreTests.cpp 114 const std::string comparisonDesc = "Image Comparison, " +
123 ok = tcu::intThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::UVec4(0), tcu::COMPARE_LOG_RESULT);
125 ok = tcu::floatThresholdCompare(log, comparisonName.c_str(), comparisonDesc.c_str(), refLayer, resultLayer, tcu::Vec4(0.01f), tcu::COMPARE_LOG_RESULT);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderImageLoadStoreTests.cpp     [all...]

Completed in 49 milliseconds