Lines Matching refs:videoFormatPropertyCount
9453 uint32_t videoFormatPropertyCount;
9458 m_physicalDevice, reinterpret_cast<const VkPhysicalDeviceVideoFormatInfoKHR *>( &videoFormatInfo ), &videoFormatPropertyCount, nullptr ) );
9459 if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && videoFormatPropertyCount )
9461 videoFormatProperties.resize( videoFormatPropertyCount );
9465 &videoFormatPropertyCount,
9470 VULKAN_HPP_ASSERT( videoFormatPropertyCount <= videoFormatProperties.size() );
9471 if ( videoFormatPropertyCount < videoFormatProperties.size() )
9473 videoFormatProperties.resize( videoFormatPropertyCount );
9491 uint32_t videoFormatPropertyCount;
9496 m_physicalDevice, reinterpret_cast<const VkPhysicalDeviceVideoFormatInfoKHR *>( &videoFormatInfo ), &videoFormatPropertyCount, nullptr ) );
9497 if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && videoFormatPropertyCount )
9499 videoFormatProperties.resize( videoFormatPropertyCount );
9503 &videoFormatPropertyCount,
9508 VULKAN_HPP_ASSERT( videoFormatPropertyCount <= videoFormatProperties.size() );
9509 if ( videoFormatPropertyCount < videoFormatProperties.size() )
9511 videoFormatProperties.resize( videoFormatPropertyCount );