Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/internal/
H A DditTextureFormatTests.cpp1542 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate() local
1543 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess.getWidth()); in iterate()
1544 const PixelBufferAccess tmpAccess (inputAccess.getFormat(), inputAccess.getWidth(), 1, 1, &tmpMem[0]); in iterate()
1550 verifyRead(inputAccess); in iterate()
1556 copyPixels(inputAccess, tmpAccess); in iterate()
1575 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); in iterate() local
1576 vector<deUint8> tmpMem (getPixelSize(inputAccess.getFormat())*inputAccess in iterate()
1613 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); iterate() local
1651 const ConstPixelBufferAccess inputAccess = getInputAccess(m_format); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp2363 const tcu::PixelBufferAccess inputAccess = m_inputImageData.getAccess(); in verifyResult() local
2364 const deInt32 width = inputAccess.getWidth(); in verifyResult()
2365 const deInt32 height = inputAccess.getHeight(); in verifyResult()
2372 tcu::IVec4 color = inputAccess.getPixelInt(x, y); in verifyResult()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp2334 const tcu::PixelBufferAccess inputAccess = m_inputImageData.getAccess(); in verifyResult() local
2335 const deInt32 width = inputAccess.getWidth(); in verifyResult()
2336 const deInt32 height = inputAccess.getHeight(); in verifyResult()
2343 tcu::IVec4 color = inputAccess.getPixelInt(x, y); in verifyResult()

Completed in 13 milliseconds