Lines Matching refs:pFormatProperties

2155 …es( VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties* pFormatProperties ) const  in vkGetPhysicalDeviceFormatProperties()
2157 return ::vkGetPhysicalDeviceFormatProperties( physicalDevice, format, pFormatProperties ); in vkGetPhysicalDeviceFormatProperties()
2160 …2( VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties ) const in vkGetPhysicalDeviceFormatProperties2()
2162 return ::vkGetPhysicalDeviceFormatProperties2( physicalDevice, format, pFormatProperties ); in vkGetPhysicalDeviceFormatProperties2()
2165 …R( VkPhysicalDevice physicalDevice, VkFormat format, VkFormatProperties2* pFormatProperties ) const in vkGetPhysicalDeviceFormatProperties2KHR()
2167 return ::vkGetPhysicalDeviceFormatProperties2KHR( physicalDevice, format, pFormatProperties ); in vkGetPhysicalDeviceFormatProperties2KHR()
15327 …void getFormatProperties( Format format, FormatProperties* pFormatProperties, Dispatch const &d = …
15334 …void getFormatProperties2( Format format, FormatProperties2* pFormatProperties, Dispatch const &d …
15343 …void getFormatProperties2KHR( Format format, FormatProperties2* pFormatProperties, Dispatch const …
53384 …ysicalDevice::getFormatProperties( Format format, FormatProperties* pFormatProperties, Dispatch co… in getFormatProperties() argument
53386 …ice, static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties*>( pFormatProperties ) ); in getFormatProperties()
53399 …icalDevice::getFormatProperties2( Format format, FormatProperties2* pFormatProperties, Dispatch co… in getFormatProperties2() argument
53401 …ce, static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties2*>( pFormatProperties ) ); in getFormatProperties2()
53422 …lDevice::getFormatProperties2KHR( Format format, FormatProperties2* pFormatProperties, Dispatch co… in getFormatProperties2KHR() argument
53424 …ce, static_cast<VkFormat>( format ), reinterpret_cast<VkFormatProperties2*>( pFormatProperties ) ); in getFormatProperties2KHR()