Home
last modified time | relevance | path

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

/external/deqp/modules/internal/
DditTextureFormatTests.cpp1406 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate() local
1407 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess.getWidth()); in iterate()
1408 …const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpM… in iterate()
1414 verifyRead(inputAccess); in iterate()
1420 copyPixels(inputAccess, tmpAccess); in iterate()
1439 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate() local
1440 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess.getWidth()); in iterate()
1441 …const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmp… in iterate()
1442 …const ConstPixelBufferAccess inputDepthAccess = getEffectiveDepthStencilAccess(inputAccess, tcu::S… in iterate()
1455 verifyGetPixDepth(inputDepthAccess, inputAccess); in iterate()
[all …]