Home
last modified time | relevance | path

Searched refs:refreshableObjectTypeCount (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_funcs.hpp8310 uint32_t refreshableObjectTypeCount; in getRefreshableObjectTypesKHR() local
8314 …GetPhysicalDeviceRefreshableObjectTypesKHR( m_physicalDevice, &refreshableObjectTypeCount, nullptr… in getRefreshableObjectTypesKHR()
8315 if ( ( result == VK_SUCCESS ) && refreshableObjectTypeCount ) in getRefreshableObjectTypesKHR()
8317 refreshableObjectTypes.resize( refreshableObjectTypeCount ); in getRefreshableObjectTypesKHR()
8318 …GetPhysicalDeviceRefreshableObjectTypesKHR( m_physicalDevice, &refreshableObjectTypeCount, reinter… in getRefreshableObjectTypesKHR()
8322 VULKAN_HPP_ASSERT( refreshableObjectTypeCount <= refreshableObjectTypes.size() ); in getRefreshableObjectTypesKHR()
8323 if ( refreshableObjectTypeCount < refreshableObjectTypes.size() ) in getRefreshableObjectTypesKHR()
8325 refreshableObjectTypes.resize( refreshableObjectTypeCount ); in getRefreshableObjectTypesKHR()
8337 uint32_t refreshableObjectTypeCount; in getRefreshableObjectTypesKHR() local
8341 …GetPhysicalDeviceRefreshableObjectTypesKHR( m_physicalDevice, &refreshableObjectTypeCount, nullptr… in getRefreshableObjectTypesKHR()
[all …]
Dvulkansc_raii.hpp9714 uint32_t refreshableObjectTypeCount; in getRefreshableObjectTypesKHR() local
9718 …tTypesKHR( static_cast<VkPhysicalDevice>( m_physicalDevice ), &refreshableObjectTypeCount, nullptr… in getRefreshableObjectTypesKHR()
9719 if ( ( result == VK_SUCCESS ) && refreshableObjectTypeCount ) in getRefreshableObjectTypesKHR()
9721 refreshableObjectTypes.resize( refreshableObjectTypeCount ); in getRefreshableObjectTypesKHR()
9722 …tTypesKHR( static_cast<VkPhysicalDevice>( m_physicalDevice ), &refreshableObjectTypeCount, reinter… in getRefreshableObjectTypesKHR()
9726 VULKAN_HPP_ASSERT( refreshableObjectTypeCount <= refreshableObjectTypes.size() ); in getRefreshableObjectTypesKHR()
9727 if ( refreshableObjectTypeCount < refreshableObjectTypes.size() ) in getRefreshableObjectTypesKHR()
9729 refreshableObjectTypes.resize( refreshableObjectTypeCount ); in getRefreshableObjectTypesKHR()