Searched refs:videoFormatPropertyCount (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_funcs.hpp | 8955 uint32_t videoFormatPropertyCount; in getVideoFormatPropertiesKHR() local 8962 &videoFormatPropertyCount, in getVideoFormatPropertiesKHR() 8964 if ( ( result == Result::eSuccess ) && videoFormatPropertyCount ) in getVideoFormatPropertiesKHR() 8966 videoFormatProperties.resize( videoFormatPropertyCount ); in getVideoFormatPropertiesKHR() 8970 &videoFormatPropertyCount, in getVideoFormatPropertiesKHR() 8972 VULKAN_HPP_ASSERT( videoFormatPropertyCount <= videoFormatProperties.size() ); in getVideoFormatPropertiesKHR() 8975 if ( ( result == Result::eSuccess ) && ( videoFormatPropertyCount < videoFormatProperties.size() ) ) in getVideoFormatPropertiesKHR() 8977 videoFormatProperties.resize( videoFormatPropertyCount ); in getVideoFormatPropertiesKHR() 8997 uint32_t videoFormatPropertyCount; in getVideoFormatPropertiesKHR() local 9004 &videoFormatPropertyCount, in getVideoFormatPropertiesKHR() [all...] |
H A D | vulkan_raii.hpp | 11544 uint32_t videoFormatPropertyCount; in getVideoFormatPropertiesKHR() local 11552 &videoFormatPropertyCount, in getVideoFormatPropertiesKHR() 11554 if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && videoFormatPropertyCount ) in getVideoFormatPropertiesKHR() 11556 videoFormatProperties.resize( videoFormatPropertyCount ); in getVideoFormatPropertiesKHR() 11561 &videoFormatPropertyCount, in getVideoFormatPropertiesKHR() 11563 VULKAN_HPP_ASSERT( videoFormatPropertyCount <= videoFormatProperties.size() ); in getVideoFormatPropertiesKHR() 11567 ( videoFormatPropertyCount < videoFormatProperties.size() ) ) in getVideoFormatPropertiesKHR() 11569 videoFormatProperties.resize( videoFormatPropertyCount ); in getVideoFormatPropertiesKHR()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_funcs.hpp | 9453 uint32_t videoFormatPropertyCount; in getVideoFormatPropertiesKHR() local 9458 m_physicalDevice, reinterpret_cast<const VkPhysicalDeviceVideoFormatInfoKHR *>( &videoFormatInfo ), &videoFormatPropertyCount, nullptr ) ); in getVideoFormatPropertiesKHR() 9459 if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && videoFormatPropertyCount ) in getVideoFormatPropertiesKHR() 9461 videoFormatProperties.resize( videoFormatPropertyCount ); in getVideoFormatPropertiesKHR() 9465 &videoFormatPropertyCount, in getVideoFormatPropertiesKHR() 9470 VULKAN_HPP_ASSERT( videoFormatPropertyCount <= videoFormatProperties.size() ); in getVideoFormatPropertiesKHR() 9471 if ( videoFormatPropertyCount < videoFormatProperties.size() ) in getVideoFormatPropertiesKHR() 9473 videoFormatProperties.resize( videoFormatPropertyCount ); in getVideoFormatPropertiesKHR() 9491 uint32_t videoFormatPropertyCount; in getVideoFormatPropertiesKHR() local 9496 m_physicalDevice, reinterpret_cast<const VkPhysicalDeviceVideoFormatInfoKHR *>( &videoFormatInfo ), &videoFormatPropertyCount, nullpt in getVideoFormatPropertiesKHR() [all...] |
H A D | vulkan_raii.hpp | 15541 uint32_t videoFormatPropertyCount; in getVideoFormatPropertiesKHR() local 15548 &videoFormatPropertyCount, in getVideoFormatPropertiesKHR() 15550 if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && videoFormatPropertyCount ) in getVideoFormatPropertiesKHR() 15552 videoFormatProperties.resize( videoFormatPropertyCount ); in getVideoFormatPropertiesKHR() 15556 &videoFormatPropertyCount, in getVideoFormatPropertiesKHR() 15561 VULKAN_HPP_ASSERT( videoFormatPropertyCount <= videoFormatProperties.size() ); in getVideoFormatPropertiesKHR() 15562 if ( videoFormatPropertyCount < videoFormatProperties.size() ) in getVideoFormatPropertiesKHR() 15564 videoFormatProperties.resize( videoFormatPropertyCount ); in getVideoFormatPropertiesKHR() [all...] |
Completed in 103 milliseconds