Searched refs:tmpAccess (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 1498 …const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpM… in iterate() local 1510 copyPixels(inputAccess, tmpAccess); in iterate() 1511 verifyRead(tmpAccess); in iterate() 1531 …const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmp… in iterate() local 1533 …const PixelBufferAccess tmpDepthAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sampler… in iterate() 1549 copyGetSetDepth(inputAccess, tmpAccess); in iterate() 1550 verifyGetPixDepth(tmpDepthAccess, tmpAccess); in iterate() 1569 …const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmp… in iterate() local 1571 …const PixelBufferAccess tmpStencilAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sample… in iterate() 1587 copyGetSetStencil(inputAccess, tmpAccess); in iterate() [all …]
|
/external/deqp/framework/common/ |
D | tcuFuzzyImageCompare.cpp | 167 PixelBufferAccess tmpAccess = tmp.getAccess(); in separableConvolve() local 188 writeUnorm8<DstChannels>(tmpAccess, j, i, toColor(sum)); in separableConvolve() 202 deUint32 p = readUnorm8<DstChannels>(tmpAccess, de::clamp(j+ky-shiftY, 0, tmp.getWidth()-1), i); in separableConvolve()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 268 const tcu::ConstPixelBufferAccess tmpAccess = tmpTexture.getAccess(); in fillGradient() local 275 channelAccess.setPixel(tcu::Vec4(tmpAccess.getPixel(x, y)[channelNdx]), x, y); in fillGradient()
|