Searched refs:hasAnyDepthAccess (Results 1 – 2 of 2) sorted by relevance
2707 if (clears->testDepth() && (renderPassCommands->hasAnyDepthAccess() || !optimizeWithLoadOp)) in clearWithCommand()2789 ASSERT(!renderPassCommands->hasAnyDepthAccess()); in clearWithLoadOp()
1556 bool hasAnyDepthAccess() { return mDepthAttachment.hasAnyAccess(); } in hasAnyDepthAccess() function