Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp352 const Vec4 resColor (access.getPixel(x, y, z)); in comparePixelToColorClearValue() local
366 …const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold… in comparePixelToColorClearValue()
371 …ef:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << resColor; in comparePixelToColorClearValue()
380 const UVec4 resColor (access.getPixelUint(x, y, z)); in comparePixelToColorClearValue() local
387 …const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold… in comparePixelToColorClearValue()
392 …ef:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << resColor; in comparePixelToColorClearValue()
401 const IVec4 resColor (access.getPixelInt(x, y, z)); in comparePixelToColorClearValue() local
408 …const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold… in comparePixelToColorClearValue()
413 …ef:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << resColor; in comparePixelToColorClearValue()
422 const Vec4 resColor (access.getPixel(x, y, z)); in comparePixelToColorClearValue() local
[all …]