Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp748 …const tcu::ConstPixelBufferAccess dsPixelAccess (format, renderSize.x(), renderSize.y(), 1, dsBuff… in iterate() local
750 for(int z = 0; z < dsPixelAccess.getDepth(); z++) in iterate()
751 for(int y = 0; y < dsPixelAccess.getHeight(); y++) in iterate()
752 for(int x = 0; x < dsPixelAccess.getWidth(); x++) in iterate()
754 float depthValue = (m_testMode == MODE_DEPTH) ? dsPixelAccess.getPixDepth(x, y, z) : 0.0f; in iterate()
755 int stencilValue = (m_testMode == MODE_STENCIL) ? dsPixelAccess.getPixStencil(x, y, z) : 0; in iterate()
1465 …const tcu::ConstPixelBufferAccess dsPixelAccess (format, renderSize.x(), renderSize.y(), 1, dsBuff… in iterate() local
1467 for(int z = 0; z < dsPixelAccess.getDepth(); z++) in iterate()
1468 for(int y = 0; y < dsPixelAccess.getHeight(); y++) in iterate()
1469 for(int x = 0; x < dsPixelAccess.getWidth(); x++) in iterate()
[all …]