Lines Matching refs:vkGetPhysicalDeviceFormatProperties
109 vkGetPhysicalDeviceFormatProperties(phy, ds_formats[i], &format_props); in FindSupportedDepthStencilFormat()
124 vkGetPhysicalDeviceFormatProperties(phy, format, &format_props); in ImageFormatIsSupported()
133 vkGetPhysicalDeviceFormatProperties(phy, format, &format_props); in ImageFormatAndFeaturesSupported()
1757 vkGetPhysicalDeviceFormatProperties(gpu(), static_cast<VkFormat>(8000), &format_properties); in TEST_F()
2011 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_MAX_ENUM, &format_properties); in TEST_F()
9724 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_B8G8R8A8_UNORM, &format_properties); in TEST_F()
9812 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_B8G8R8A8_UNORM, &format_properties); in TEST_F()
9855 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_B8G8R8A8_UNORM, &format_properties); in TEST_F()
11916 … vkGetPhysicalDeviceFormatProperties(gpu(), format_with_uniform_texel_support, &format_properties); in TEST_F()
11922 vkGetPhysicalDeviceFormatProperties(gpu(), format_without_texel_support, &format_properties); in TEST_F()
14907 … vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D16_UNORM, &format_props); in TEST_F()
14936 vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_S8_UINT, &format_props); in TEST_F()
18104 vkGetPhysicalDeviceFormatProperties(gpu(), tex_format, &format_properties); in TEST_F()
23889 …vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D32_SFLOAT_S8_UINT, &props… in TEST_F()
23893 …vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D24_UNORM_S8_UINT, &props); in TEST_F()
23897 vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D16_UNORM, &props); in TEST_F()
23901 vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_S8_UINT, &props); in TEST_F()
24741 vkGetPhysicalDeviceFormatProperties(gpu, format, &format_props); in FindFormatLinearWithoutMips()
24763 vkGetPhysicalDeviceFormatProperties(gpu, format, &format_props); in FindFormatWithoutSamples()
24911 vkGetPhysicalDeviceFormatProperties(gpu, format, &format_props); in FindUnsupportedImage()
24943 vkGetPhysicalDeviceFormatProperties(gpu, format, &format_props); in FindFormatWithoutFeatures()
25142 vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), image_format, &format_props); in TEST_F()
25943 …vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), image_create_info.format, &propertie… in TEST_F()
26061 … vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D32_SFLOAT, &properties); in TEST_F()
26203 … vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D32_SFLOAT, &properties); in TEST_F()
28070 vkGetPhysicalDeviceFormatProperties(gpu(), format_texel_case, &format_properties); in TEST_F()
30510 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_D32_SFLOAT_S8_UINT, &format_properties); in TEST_F()