• Home
  • Raw
  • Download

Lines Matching full:raw

76 	: m_access(msAccess.raw())  in MultisampleConstPixelBufferAccess()
107 …return MultisamplePixelBufferAccess::fromMultisampleAccess(tcu::getSubregion(access.raw(), 0, x, y… in getSubregion()
112 …return MultisampleConstPixelBufferAccess::fromMultisampleAccess(tcu::getSubregion(access.raw(), 0,… in getSubregion()
117 DE_ASSERT(dst.getWidth() == src.raw().getHeight()); in resolveMultisampleColorBuffer()
118 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleColorBuffer()
133 for (int s = 0; s < src.raw().getWidth(); s++) in resolveMultisampleColorBuffer()
134 sum += src.raw().getPixel(s, x, y); in resolveMultisampleColorBuffer()
143 DE_ASSERT(dst.getWidth() == src.raw().getHeight()); in resolveMultisampleDepthBuffer()
144 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleDepthBuffer()
146 …const tcu::ConstPixelBufferAccess effectiveSrc = tcu::getEffectiveDepthStencilAccess(src.raw(), tc… in resolveMultisampleDepthBuffer()
172 DE_ASSERT(dst.getWidth() == src.raw().getHeight()); in resolveMultisampleStencilBuffer()
173 DE_ASSERT(dst.getHeight() == src.raw().getDepth()); in resolveMultisampleStencilBuffer()
175 …const tcu::ConstPixelBufferAccess effectiveSrc = tcu::getEffectiveDepthStencilAccess(src.raw(), tc… in resolveMultisampleStencilBuffer()
194 switch (src.raw().getFormat().order) in resolveMultisampleBuffer()
219 sum += access.raw().getPixel(s, x, y); in resolveMultisamplePixel()
226 tcu::clear(access.raw(), color); in clear()
231 tcu::clear(access.raw(), color); in clear()
236 tcu::clearDepth(access.raw(), depth); in clearDepth()
241 tcu::clearStencil(access.raw(), stencil); in clearStencil()