Lines Matching defs:access
86 tcu::TextureLevel getRepresentableDepthChannel (const ConstPixelBufferAccess& access)
88 tcu::TextureLevel depthChannel (mapVkFormat(VK_FORMAT_R8G8B8_UNORM), access.getWidth(), access.getHeight());
90 for (int y = 0; y < access.getHeight(); y++)
91 for (int x = 0; x < access.getWidth(); x++)
92 depthChannel.getAccess().setPixel(tcu::Vec4(access.getPixDepth(x, y)), x, y);
899 // Memory barrier between copy and host access
924 const tcu::ConstPixelBufferAccess access (format, m_width, m_height, 1, ptr);
980 if (!tcu::floatThresholdCompare(m_context.getTestContext().getLog(), "", "", reference.getAccess(), access, threshold, tcu::COMPARE_LOG_ON_ERROR))
1699 // Memory barrier between copy and host access