Lines Matching refs:inputAccess

1542 		const ConstPixelBufferAccess	inputAccess		= getInputAccess(m_format);
1543 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess.getWidth());
1544 const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpMem[0]);
1550 verifyRead(inputAccess);
1556 copyPixels(inputAccess, tmpAccess);
1575 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format);
1576 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess.getWidth());
1577 const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpMem[0]);
1578 const ConstPixelBufferAccess inputDepthAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::Sampler::MODE_DEPTH);
1591 verifyGetPixDepth(inputDepthAccess, inputAccess);
1595 copyGetSetDepth(inputAccess, tmpAccess);
1613 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format);
1614 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess.getWidth());
1615 const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpMem[0]);
1616 const ConstPixelBufferAccess inputStencilAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::Sampler::MODE_STENCIL);
1629 verifyGetPixStencil(inputStencilAccess, inputAccess);
1633 copyGetSetStencil(inputAccess, tmpAccess);
1651 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format);
1652 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess.getWidth());
1653 const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpMem[0]);
1654 const ConstPixelBufferAccess inputDepthAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::Sampler::MODE_DEPTH);
1655 const ConstPixelBufferAccess inputStencilAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::Sampler::MODE_STENCIL);
1666 verifyGetPixDepth(inputDepthAccess, inputAccess);
1667 verifyGetPixStencil(inputStencilAccess, inputAccess);
1682 tcu::copy(tmpAccess, inputAccess);
1687 tcu::copy(tmpAccess, inputAccess);
1692 tcu::copy(tmpAccess, inputAccess);
1700 tcu::copy(tmpAccess, inputAccess);