Home
last modified time | relevance | path

Searched refs:toIVec (Results 1 – 23 of 23) sorted by relevance

/external/deqp/framework/common/
DtcuRGBA.cpp48 IVec4 RGBA::toIVec (void) const in toIVec() function in tcu::RGBA
DtcuRGBA.hpp90 IVec4 toIVec (void) const;
DtcuImageCompare.cpp986 …Name, imageSetDesc, reference.getAccess(), result.getAccess(), threshold.toIVec().cast<deUint32>()… in pixelThresholdCompare()
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp149 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()
Des3fRandomFragmentOpTests.cpp420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(2); // Default threshold. in getCompareThreshold()
422 return format.getColorThreshold().toIVec().asUint() in getCompareThreshold()
Des3fDitheringTests.cpp198 …const int renderedClrInFormat = (int)deFloatRound((float)(renderedClr.toIVec()[chanNdx] * channel… in checkColor()
Des3fBlendTests.cpp327 …t(8, 8, 8, 8) : m_context.getRenderTarget().getPixelFormat()).getColorThreshold().toIVec().asUint() in iterate()
Des3fDefaultVertexAttributeTests.cpp509 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyUnicoloredBuffer()
/external/deqp/modules/egl/
DteglColorClearCase.cpp106 tcu::clear(access, pixelFormat.convertColor(clearIter->color).toIVec()); in renderReference()
428 tcu::clear(access, pixelFmt.convertColor(packet.clears[clearNdx].color).toIVec()); in executeForContexts()
/external/deqp/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp420 return format.getColorThreshold().toIVec().asUint() + tcu::UVec4(6); // Default threshold. in getCompareThreshold()
422 return format.getColorThreshold().toIVec().asUint() in getCompareThreshold()
Des2fDitheringTests.cpp198 …const int renderedClrInFormat = (int)deFloatRound((float)(renderedClr.toIVec()[chanNdx] * channel… in checkColor()
Des2fBlendTests.cpp272 …UVec4 compareThreshold = m_context.getRenderTarget().getPixelFormat().getColorThreshold().toIVec()… in iterate()
Des2fDefaultVertexAttributeTests.cpp432 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyUnicoloredBuffer()
/external/deqp/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3021 if (color.toIVec()[componentNdx] > 0) in verifyNarrowPointPattern()
3094 if (viewport.getPixel(pointPos.x(), pointPos.y()).toIVec()[componentNdx]) in verifyWidePoint()
3111 if (viewport.getPixel(testPos.x(), testPos.y()).toIVec()[componentNdx]) in verifyWidePoint()
3161 else if (viewport.getPixel(pointPos.x(), y).toIVec()[componentNdx] == 0) in verifyWidePointAt()
3198 else if (viewport.getPixel(pointPos.x(), y).toIVec()[componentNdx] == 0) in verifyWidePointAt()
3267 if (viewport.getPixel(x, pointPos.y()).toIVec()[componentNdx] == 0) in scanPointWidthAt()
3278 if (viewport.getPixel(x, pointPos.y()).toIVec()[componentNdx] == 0) in scanPointWidthAt()
4471 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyImagesEqual()
4504 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyImageResultValid()
4846 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyImage()
Des31fAdvancedBlendTests.cpp549 …t(8, 8, 8, 8) : m_context.getRenderTarget().getPixelFormat()).getColorThreshold().toIVec().asUint() in iterate()
Des31fSampleVariableTests.cpp78 …eturn !tcu::boolAny(tcu::greaterThan(tcu::abs(m_color.toIVec().swizzle(0, 1, 2) - testColor.toIVec in verify()
Des31fGeometryShaderTests.cpp1984 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()
Des31fCopyImageTests.cpp1210 …description.c_str(), cell.reference.getAccess(), resultAccess, threshold.toIVec().cast<deUint32>()… in renderTexture()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureSwizzleTests.cpp155 tcu::IVec4 swizzled = original.toIVec(); in iterate()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp321 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp329 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp431 tcu::clear(greenImage.getAccess(), tcu::RGBA::green().toIVec()); in compareGreenImage()
/external/deqp/modules/glshared/
DglsDrawTest.cpp3747 …tThreshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold().toIVec().xyz(); in compare()