HomeSort by relevance Sort by last modified time
    Searched refs:compareThreshold (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/deqp/framework/common/
tcuBilinearImageCompare.cpp 127 if (compareThreshold(resPix, readRGBA8(reference, x1, y1), threshold) ||
128 compareThreshold(resPix, readRGBA8(reference, x0, y1), threshold) ||
129 compareThreshold(resPix, readRGBA8(reference, x2, y1), threshold) ||
130 compareThreshold(resPix, readRGBA8(reference, x0, y0), threshold) ||
131 compareThreshold(resPix, readRGBA8(reference, x1, y0), threshold) ||
132 compareThreshold(resPix, readRGBA8(reference, x2, y0), threshold) ||
133 compareThreshold(resPix, readRGBA8(reference, x0, y2), threshold) ||
134 compareThreshold(resPix, readRGBA8(reference, x1, y2), threshold) ||
135 compareThreshold(resPix, readRGBA8(reference, x2, y2), threshold))
183 if (compareThreshold(resPix, bilinearSampleRGBA8(reference, (deUint32)u, (deUint32)v), threshold)
    [all...]
tcuRGBA.hpp 137 inline bool compareThreshold (RGBA a, RGBA b, RGBA threshold)
  /external/deqp/modules/gles31/functional/
es31fShaderHelperInvocationTests.cpp 394 const bool isBg = tcu::compareThreshold(resPix, bgRef, threshold);
395 const bool isFg = tcu::compareThreshold(resPix, fgRef, threshold);
560 if (tcu::compareThreshold(color, neighborColor, threshold))
585 const bool isBg = tcu::compareThreshold(resPix, bgRef, isBgThreshold);
586 const bool isFg = tcu::compareThreshold(resPix, fgRef, isFgThreshold);
es31fAdvancedBlendTests.cpp 549 const UVec4 compareThreshold = (useFbo ? tcu::PixelFormat(8, 8, 8, 8) : m_context.getRenderTarget().getPixelFormat()).getColorThreshold().toIVec().asUint()
555 tcu::RGBA(compareThreshold[0], compareThreshold[1], compareThreshold[2], compareThreshold[3]),
es31fLayoutBindingTests.cpp 634 const tcu::RGBA compareThreshold = tcu::RGBA(de::clamp(2 * surfaceThreshold.getRed(), 0, 255),
654 return tcu::pixelThresholdCompare(m_testCtx.getLog(), "Render result", "Result verification", reference, result, compareThreshold, tcu::COMPARE_LOG_RESULT);
    [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]
glsVertexArrayTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 195 const bool signConfig = tcu::compareThreshold(baseColor, cellColorA, threshold);
220 const bool isValidColor = tcu::compareThreshold(color, cellColorA, threshold) || tcu::compareThreshold(color, cellColorB, threshold);
249 if (tcu::compareThreshold(color, cellColorA, threshold))
251 else if (tcu::compareThreshold(color, cellColorB, threshold))
260 if (tcu::compareThreshold(color, cellColorA, threshold))
262 else if (tcu::compareThreshold(color, cellColorB, threshold))
274 const bool resultSign = tcu::compareThreshold(cellColorA, color, threshold);
    [all...]
es3fPrerequisiteTests.cpp 245 bool isPixelOk = compareThreshold(refRGBA, resRGBA, colorThreshold);
es3fBlendTests.cpp 327 UVec4 compareThreshold = (m_useSrgbFbo ? tcu::PixelFormat(8, 8, 8, 8) : m_context.getRenderTarget().getPixelFormat()).getColorThreshold().toIVec().asUint()
332 compareThreshold, tcu::COMPARE_LOG_RESULT);
es3fShaderFragDataTests.cpp 76 const bool isOk = compareThreshold(resultColor, expectedColor, threshold);
es3fMultisampleTests.cpp 136 if (!tcu::compareThreshold(pixColor, insideColor, tcu::RGBA(3, 3, 3, 3))) // Pixel color differs from already-detected color inside same region - region not unicolored.
163 if (!tcu::compareThreshold(img.getPixel(x, y), refColor, tcu::RGBA(3, 3, 3, 3)))
608 if (tcu::compareThreshold(color, m_detectedColors[i], tcu::RGBA(3, 3, 3, 3)))
    [all...]
es3fPolygonOffsetTests.cpp 80 inline bool compareThreshold (const tcu::IVec4& a, const tcu::IVec4& b, const tcu::IVec4& threshold)
120 if (compareThreshold(cRef, cTest, threshold))
136 if (compareThreshold(cRef, cTest, threshold))
    [all...]
  /external/deqp/modules/gles2/functional/
es2fPrerequisiteTests.cpp 245 bool isPixelOk = compareThreshold(refRGBA, resRGBA, colorThreshold);
es2fShaderFragDataTests.cpp 76 const bool isOk = compareThreshold(resultColor, expectedColor, threshold);
es2fBlendTests.cpp 272 UVec4 compareThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold().toIVec().asUint()
275 bool comparePass = tcu::intThresholdCompare(m_testCtx.getLog(), "CompareResult", "Image Comparison Result", referenceImg.getAccess(), renderedImg.getAccess(), compareThreshold, tcu::COMPARE_LOG_RESULT);
es2fMultisampleTests.cpp 134 if (!tcu::compareThreshold(pixColor, insideColor, tcu::RGBA(3, 3, 3, 3))) // Pixel color differs from already-detected color inside same region - region not unicolored.
161 if (!tcu::compareThreshold(img.getPixel(x, y), refColor, tcu::RGBA(3, 3, 3, 3)))
450 if (tcu::compareThreshold(color, m_detectedColors[i], tcu::RGBA(3, 3, 3, 3)))
    [all...]
es2fPolygonOffsetTests.cpp 77 inline bool compareThreshold (const tcu::IVec4& a, const tcu::IVec4& b, const tcu::IVec4& threshold)
117 if (compareThreshold(cRef, cTest, threshold))
133 if (compareThreshold(cRef, cTest, threshold))
    [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 460 const tcu::RGBA compareThreshold (32, 32, 32, 32); // layer colors are far apart, large thresholds are ok
573 return tcu::pixelThresholdCompare(log, "Depth buffer rendering result", "Result from rendering with depth buffer", referenceScreen, screen, compareThreshold, tcu::COMPARE_LOG_RESULT);
587 const tcu::RGBA compareThreshold (32, 32, 32, 32); // layer colors are far apart, large thresholds are ok
691 return tcu::pixelThresholdCompare(log, "StencilResult", "Result from rendering with stencil buffer", referenceScreen, screen, compareThreshold, tcu::COMPARE_LOG_RESULT);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmGraphicsShaderTestUtil.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1.jar 

Completed in 335 milliseconds

1 2 3 4