Lines Matching refs:maxCommandBufferNestingLevel
74148 , maxCommandBufferNestingLevel( maxCommandBufferNestingLevel_ )
74179 maxCommandBufferNestingLevel = maxCommandBufferNestingLevel_;
74202 return std::tie( sType, pNext, maxCommandBufferNestingLevel );
74214 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( maxCommandBufferNestingLevel == rhs.maxCommandBufferNestingLevel );
74227 uint32_t maxCommandBufferNestingLevel = {};