Searched refs:tmpAccess (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/internal/ |
D | ditTextureFormatTests.cpp | 1544 …const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpM… in iterate() local 1556 copyPixels(inputAccess, tmpAccess); in iterate() 1557 verifyRead(tmpAccess); in iterate() 1577 …const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmp… in iterate() local 1579 …const PixelBufferAccess tmpDepthAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sampler… in iterate() 1595 copyGetSetDepth(inputAccess, tmpAccess); in iterate() 1596 verifyGetPixDepth(tmpDepthAccess, tmpAccess); in iterate() 1615 …const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmp… in iterate() local 1617 …const PixelBufferAccess tmpStencilAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sample… in iterate() 1633 copyGetSetStencil(inputAccess, tmpAccess); in iterate() [all …]
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 329 const tcu::ConstPixelBufferAccess tmpAccess = tmpTexture.getAccess(); in fillGradient() local 336 channelAccess.setPixel(tcu::Vec4(tmpAccess.getPixel(x, y)[channelNdx]), x, y); in fillGradient()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 329 const tcu::ConstPixelBufferAccess tmpAccess = tmpTexture.getAccess(); in fillGradient() local 336 channelAccess.setPixel(tcu::Vec4(tmpAccess.getPixel(x, y)[channelNdx]), x, y); in fillGradient()
|