Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuRGBA.cpp48 IVec4 RGBA::toIVec (void) const in toIVec() function in tcu::RGBA
DtcuRGBA.hpp90 IVec4 toIVec (void) const;
DtcuImageCompare.cpp1099 …Name, imageSetDesc, reference.getAccess(), result.getAccess(), threshold.toIVec().cast<deUint32>()… in pixelThresholdCompare()
/third_party/vk-gl-cts/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.cpp204 …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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fPrimitiveBoundingBoxTests.cpp3108 if (color.toIVec()[componentNdx] > 0) in verifyNarrowPointPattern()
3181 if (viewport.getPixel(pointPos.x(), pointPos.y()).toIVec()[componentNdx]) in verifyWidePoint()
3198 if (viewport.getPixel(testPos.x(), testPos.y()).toIVec()[componentNdx]) in verifyWidePoint()
3248 else if (viewport.getPixel(pointPos.x(), y).toIVec()[componentNdx] == 0) in verifyWidePointAt()
3285 else if (viewport.getPixel(pointPos.x(), y).toIVec()[componentNdx] == 0) in verifyWidePointAt()
3354 if (viewport.getPixel(x, pointPos.y()).toIVec()[componentNdx] == 0) in scanPointWidthAt()
3365 if (viewport.getPixel(x, pointPos.y()).toIVec()[componentNdx] == 0) in scanPointWidthAt()
4593 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyImagesEqual()
4626 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyImageResultValid()
4984 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyImage()
Des31fAdvancedBlendTests.cpp566 …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.cpp1996 const tcu::IVec4 colDiff = tcu::abs(testColor.toIVec() - refcolor.toIVec()); in compare()
3567 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toIVec()); in verifyImageSingleColoredRow()
3576 … 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureSwizzleTests.cpp245 tcu::IVec4 swizzled = original.toIVec(); in iterate()
/third_party/vk-gl-cts/modules/gles2/stress/
Des2sSpecialFloatTests.cpp321 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern()
/third_party/vk-gl-cts/modules/gles3/stress/
Des3sSpecialFloatTests.cpp329 const tcu::IVec4 colorDiff = tcu::abs(col.toIVec() - refCol.toIVec()); in drawTestPattern()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp74 tcu::clear(greenImage.getAccess(), tcu::RGBA::green().toIVec()); in compareGreenImage()
DvktPipelineMultisampleSampleLocationsExtTests.cpp373 tcu::clear(greenImage.getAccess(), tcu::RGBA::green().toIVec()); in compareGreenImage()
/third_party/vk-gl-cts/modules/glshared/
DglsDrawTest.cpp3736 …tThreshold = m_renderCtx.getRenderTarget().getPixelFormat().getColorThreshold().toIVec().xyz(); in compare()