/external/deqp/framework/common/ |
D | tcuRGBA.cpp | 48 IVec4 RGBA::toIVec (void) const in toIVec() function in tcu::RGBA
|
D | tcuRGBA.hpp | 90 IVec4 toIVec (void) const;
|
D | tcuImageCompare.cpp | 986 …Name, imageSetDesc, reference.getAccess(), result.getAccess(), threshold.toIVec().cast<deUint32>()… in pixelThresholdCompare()
|
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.cpp | 149 const IVec4 threshold = thresholdRGBA.toIVec(); in compareBlockImages() 166 const IVec4 refPix = reference.getPixel(x, y).toIVec(); in compareBlockImages() 175 const IVec4 resPix = result.getPixel(x, y).toIVec(); in compareBlockImages()
|
D | es3fRandomFragmentOpTests.cpp | 420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(2); // Default threshold. in getCompareThreshold() 422 return format.getColorThreshold().toIVec().asUint() in getCompareThreshold()
|
D | es3fDitheringTests.cpp | 198 …const int renderedClrInFormat = (int)deFloatRound((float)(renderedClr.toIVec()[chanNdx] * channel… in checkColor()
|
D | es3fBlendTests.cpp | 327 …t(8, 8, 8, 8) : m_context.getRenderTarget().getPixelFormat()).getColorThreshold().toIVec().asUint() in iterate()
|
D | es3fDefaultVertexAttributeTests.cpp | 509 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyUnicoloredBuffer()
|
/external/deqp/modules/egl/ |
D | teglColorClearCase.cpp | 106 tcu::clear(access, pixelFormat.convertColor(clearIter->color).toIVec()); in renderReference() 427 tcu::clear(access, pixelFmt.convertColor(packet.clears[clearNdx].color).toIVec()); in executeForContexts()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRandomFragmentOpTests.cpp | 420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(6); // Default threshold. in getCompareThreshold() 422 return format.getColorThreshold().toIVec().asUint() in getCompareThreshold()
|
D | es2fDitheringTests.cpp | 198 …const int renderedClrInFormat = (int)deFloatRound((float)(renderedClr.toIVec()[chanNdx] * channel… in checkColor()
|
D | es2fBlendTests.cpp | 272 …UVec4 compareThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold().toIVec()… in iterate()
|
D | es2fDefaultVertexAttributeTests.cpp | 432 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyUnicoloredBuffer()
|
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 2985 if (color.toIVec()[componentNdx] > 0) in verifyNarrowPointPattern() 3058 if (viewport.getPixel(pointPos.x(), pointPos.y()).toIVec()[componentNdx]) in verifyWidePoint() 3075 if (viewport.getPixel(testPos.x(), testPos.y()).toIVec()[componentNdx]) in verifyWidePoint() 3125 else if (viewport.getPixel(pointPos.x(), y).toIVec()[componentNdx] == 0) in verifyWidePointAt() 3162 else if (viewport.getPixel(pointPos.x(), y).toIVec()[componentNdx] == 0) in verifyWidePointAt() 3231 if (viewport.getPixel(x, pointPos.y()).toIVec()[componentNdx] == 0) in scanPointWidthAt() 3242 if (viewport.getPixel(x, pointPos.y()).toIVec()[componentNdx] == 0) in scanPointWidthAt() 4430 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyImagesEqual() 4463 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyImageResultValid() 4803 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyImage()
|
D | es31fAdvancedBlendTests.cpp | 549 …t(8, 8, 8, 8) : m_context.getRenderTarget().getPixelFormat()).getColorThreshold().toIVec().asUint() in iterate()
|
D | es31fSampleVariableTests.cpp | 78 …eturn !tcu::boolAny(tcu::greaterThan(tcu::abs(m_color.toIVec().swizzle(0, 1, 2) - testColor.toIVec… in verify()
|
D | es31fGeometryShaderTests.cpp | 1984 const tcu::IVec4 colDiff = tcu::abs(testColor.toIVec() - refcolor.toIVec()); in compare() 3522 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyImageSingleColoredRow() 3531 … isColor = tcu::allEqual(tcu::lessThan(tcu::abs(color.toIVec().swizzle(0, 1, 2) - refColor.toIVec… in verifyImageSingleColoredRow()
|
D | es31fCopyImageTests.cpp | 1210 …description.c_str(), cell.reference.getAccess(), resultAccess, threshold.toIVec().cast<deUint32>()… in renderTexture()
|
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 321 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern()
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 329 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3731 …tThreshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold().toIVec().xyz(); in compare()
|