Lines Matching refs:tmpAccess
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()
1634 verifyGetPixStencil(tmpStencilAccess, tmpAccess); in iterate()
1653 …const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmp… in iterate() local
1656 …const PixelBufferAccess tmpDepthAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sampler… in iterate()
1657 …const PixelBufferAccess tmpStencilAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sample… in iterate()
1682 tcu::copy(tmpAccess, inputAccess); in iterate()
1683 tcu::clearDepth(tmpAccess, 0.0f); in iterate()
1687 tcu::copy(tmpAccess, inputAccess); in iterate()
1688 tcu::clearStencil(tmpAccess, 0); in iterate()
1692 tcu::copy(tmpAccess, inputAccess); in iterate()
1694 for (int ndx = 0; ndx < tmpAccess.getWidth(); ndx++) in iterate()
1695 tmpAccess.setPixDepth(0.0f, ndx, 0, 0); in iterate()
1700 tcu::copy(tmpAccess, inputAccess); in iterate()
1702 for (int ndx = 0; ndx < tmpAccess.getWidth(); ndx++) in iterate()
1703 tmpAccess.setPixStencil(0, ndx, 0, 0); in iterate()