Lines Matching defs:commandBufferDeviceMasks_
29016 VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & commandBufferDeviceMasks_ = {},
29022 , commandBufferCount( static_cast<uint32_t>( commandBufferDeviceMasks_.size() ) )
29023 , pCommandBufferDeviceMasks( commandBufferDeviceMasks_.data() )
29082 setCommandBufferDeviceMasks( VULKAN_HPP_NAMESPACE::ArrayProxyNoTemporaries<const uint32_t> const & commandBufferDeviceMasks_ ) VULKAN_HPP_NOEXCEPT
29084 commandBufferCount = static_cast<uint32_t>( commandBufferDeviceMasks_.size() );
29085 pCommandBufferDeviceMasks = commandBufferDeviceMasks_.data();