Home
last modified time | relevance | path

Searched refs:inputAccess (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/internal/
DditTextureFormatTests.cpp1496 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate() local
1497 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess.getWidth()); in iterate()
1498 …const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpM… in iterate()
1504 verifyRead(inputAccess); in iterate()
1510 copyPixels(inputAccess, tmpAccess); in iterate()
1529 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate() local
1530 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess.getWidth()); in iterate()
1531 …const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmp… in iterate()
1532 …const ConstPixelBufferAccess inputDepthAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::S… in iterate()
1545 verifyGetPixDepth(inputDepthAccess, inputAccess); in iterate()
[all …]