Lines Matching refs:videoFormatPropertyCount
15541 uint32_t videoFormatPropertyCount;
15548 &videoFormatPropertyCount,
15550 if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && videoFormatPropertyCount )
15552 videoFormatProperties.resize( videoFormatPropertyCount );
15556 &videoFormatPropertyCount,
15561 VULKAN_HPP_ASSERT( videoFormatPropertyCount <= videoFormatProperties.size() );
15562 if ( videoFormatPropertyCount < videoFormatProperties.size() )
15564 videoFormatProperties.resize( videoFormatPropertyCount );