Lines Matching defs:level
14484 , level( level_ )
14520 level = level_;
14553 return std::tie( sType, pNext, commandPool, level, commandBufferCount );
14565 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( commandPool == rhs.commandPool ) && ( level == rhs.level ) &&
14580 VULKAN_HPP_NAMESPACE::CommandBufferLevel level = VULKAN_HPP_NAMESPACE::CommandBufferLevel::ePrimary;