/external/deqp/framework/common/ |
D | tcuRGBA.cpp | 54 IVec4 RGBA::toIVec (void) const in toIVec() function in tcu::RGBA
|
D | tcuRGBA.hpp | 90 IVec4 toIVec (void) const;
|
D | tcuImageCompare.cpp | 984 …Name, imageSetDesc, reference.getAccess(), result.getAccess(), threshold.toIVec().cast<deUint32>()… in pixelThresholdCompare()
|
/external/deqp/modules/egl/ |
D | teglColorClearCase.cpp | 106 tcu::clear(access, pixelFormat.convertColor(clearIter->color).toIVec()); in renderReference() 426 tcu::clear(access, pixelFmt.convertColor(packet.clears[clearNdx].color).toIVec()); in executeForContexts()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRandomFragmentOpTests.cpp | 416 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(2); // Default threshold. in getCompareThreshold() 418 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 | 267 …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/gles3/functional/ |
D | es3fRandomFragmentOpTests.cpp | 416 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(2); // Default threshold. in getCompareThreshold() 418 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 | 321 …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()
|
D | es3fASTCDecompressionCases.cpp | 1537 const IVec4 threshold = thresholdRGBA.toIVec(); in compareBlockImages() 1554 const IVec4 refPix = reference.getPixel(x, y).toIVec(); in compareBlockImages() 1563 const IVec4 resPix = result.getPixel(x, y).toIVec(); in compareBlockImages()
|
/external/deqp/modules/gles31/functional/ |
D | es31fPrimitiveBoundingBoxTests.cpp | 2813 if (color.toIVec()[componentNdx] > 0) in verifyNarrowPointPattern() 2886 if (viewport.getPixel(pointPos.x(), pointPos.y()).toIVec()[componentNdx]) in verifyWidePoint() 2903 if (viewport.getPixel(testPos.x(), testPos.y()).toIVec()[componentNdx]) in verifyWidePoint() 2953 else if (viewport.getPixel(pointPos.x(), y).toIVec()[componentNdx] == 0) in verifyWidePointAt() 2990 else if (viewport.getPixel(pointPos.x(), y).toIVec()[componentNdx] == 0) in verifyWidePointAt() 3059 if (viewport.getPixel(x, pointPos.y()).toIVec()[componentNdx] == 0) in scanPointWidthAt() 3070 if (viewport.getPixel(x, pointPos.y()).toIVec()[componentNdx] == 0) in scanPointWidthAt() 4258 tcu::clear(errorMask.getAccess(), tcu::RGBA::green.toIVec()); in verifyImagesEqual() 4291 tcu::clear(errorMask.getAccess(), tcu::RGBA::green.toIVec()); in verifyImageResultValid() 4628 tcu::clear(errorMask.getAccess(), tcu::RGBA::green.toIVec()); in verifyImage()
|
D | es31fAdvancedBlendTests.cpp | 545 …t(8, 8, 8, 8) : m_context.getRenderTarget().getPixelFormat()).getColorThreshold().toIVec().asUint() in iterate()
|
D | es31fSampleVariableTests.cpp | 73 …eturn !tcu::boolAny(tcu::greaterThan(tcu::abs(m_color.toIVec().swizzle(0, 1, 2) - testColor.toIVec… in verify()
|
D | es31fGeometryShaderTests.cpp | 1954 const tcu::IVec4 colDiff = tcu::abs(testColor.toIVec() - refcolor.toIVec()); in compare() 3399 tcu::clear(errorMask.getAccess(), tcu::RGBA::green.toIVec()); in verifyImageSingleColoredRow() 3408 … isColor = tcu::allEqual(tcu::lessThan(tcu::abs(color.toIVec().swizzle(0, 1, 2) - refColor.toIVec… in verifyImageSingleColoredRow()
|
/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 | 3815 …tThreshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold().toIVec().xyz(); in compare()
|