Lines Matching refs:tmpAccess

1544 		const PixelBufferAccess			tmpAccess		(inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpMem[0]);
1556 copyPixels(inputAccess, tmpAccess);
1557 verifyRead(tmpAccess);
1577 const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpMem[0]);
1579 const PixelBufferAccess tmpDepthAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sampler::MODE_DEPTH);
1595 copyGetSetDepth(inputAccess, tmpAccess);
1596 verifyGetPixDepth(tmpDepthAccess, tmpAccess);
1615 const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpMem[0]);
1617 const PixelBufferAccess tmpStencilAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sampler::MODE_STENCIL);
1633 copyGetSetStencil(inputAccess, tmpAccess);
1634 verifyGetPixStencil(tmpStencilAccess, tmpAccess);
1653 const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpMem[0]);
1656 const PixelBufferAccess tmpDepthAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sampler::MODE_DEPTH);
1657 const PixelBufferAccess tmpStencilAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sampler::MODE_STENCIL);
1682 tcu::copy(tmpAccess, inputAccess);
1683 tcu::clearDepth(tmpAccess, 0.0f);
1687 tcu::copy(tmpAccess, inputAccess);
1688 tcu::clearStencil(tmpAccess, 0);
1692 tcu::copy(tmpAccess, inputAccess);
1694 for (int ndx = 0; ndx < tmpAccess.getWidth(); ndx++)
1695 tmpAccess.setPixDepth(0.0f, ndx, 0, 0);
1700 tcu::copy(tmpAccess, inputAccess);
1702 for (int ndx = 0; ndx < tmpAccess.getWidth(); ndx++)
1703 tmpAccess.setPixStencil(0, ndx, 0, 0);