Lines Matching refs:tmpAccess
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()
1588 verifyGetPixStencil(tmpStencilAccess, tmpAccess); in iterate()
1607 …const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmp… in iterate() local
1610 …const PixelBufferAccess tmpDepthAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sampler… in iterate()
1611 …const PixelBufferAccess tmpStencilAccess = getEffectiveDepthStencilAccess(tmpAccess, tcu::Sample… in iterate()
1636 tcu::copy(tmpAccess, inputAccess); in iterate()
1637 tcu::clearDepth(tmpAccess, 0.0f); in iterate()
1641 tcu::copy(tmpAccess, inputAccess); in iterate()
1642 tcu::clearStencil(tmpAccess, 0); in iterate()
1646 tcu::copy(tmpAccess, inputAccess); in iterate()
1648 for (int ndx = 0; ndx < tmpAccess.getWidth(); ndx++) in iterate()
1649 tmpAccess.setPixDepth(0.0f, ndx, 0, 0); in iterate()
1654 tcu::copy(tmpAccess, inputAccess); in iterate()
1656 for (int ndx = 0; ndx < tmpAccess.getWidth(); ndx++) in iterate()
1657 tmpAccess.setPixStencil(0, ndx, 0, 0); in iterate()