Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.cpp815 …const bool srcHasDepth = (src.getFormat().order == tcu::TextureFormat::DS || src.getFormat().ord… in copy() local
835 else if (srcHasDepth || srcHasStencil || dstHasDepth || dstHasStencil) in copy()
837 …DE_ASSERT((srcHasDepth && dstHasDepth) || (srcHasStencil && dstHasStencil)); // must have at least… in copy()
839 if (dstHasDepth && srcHasDepth) in copy()
846 else if (dstHasDepth && !srcHasDepth) in copy()