Home
last modified time | relevance | path

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

/external/deqp/modules/internal/
DditTextureFormatTests.cpp1498 …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/
DtcuFuzzyImageCompare.cpp167 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/
DvktYCbCrUtil.cpp268 const tcu::ConstPixelBufferAccess tmpAccess = tmpTexture.getAccess(); in fillGradient() local
275 channelAccess.setPixel(tcu::Vec4(tmpAccess.getPixel(x, y)[channelNdx]), x, y); in fillGradient()