Home | History | Annotate | Download | only in common

Lines Matching refs:hasDepth

637 		const bool hasDepth		= access.getFormat().order == tcu::TextureFormat::DS || access.getFormat().order == tcu::TextureFormat::D;
640 DE_ASSERT(hasDepth || hasStencil);
643 if (hasDepth)
714 const bool hasDepth = access.getFormat().order == tcu::TextureFormat::DS || access.getFormat().order == tcu::TextureFormat::D;
717 DE_ASSERT(hasDepth || hasStencil);
720 if (hasDepth)