Lines Matching refs:format_properties
1756 VkFormatProperties format_properties; in TEST_F() local
1757 vkGetPhysicalDeviceFormatProperties(gpu(), static_cast<VkFormat>(8000), &format_properties); in TEST_F()
2009 VkFormatProperties format_properties; in TEST_F() local
2011 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_MAX_ENUM, &format_properties); in TEST_F()
3776 VkFormatProperties format_props = m_device->format_properties(input_attribs.format); in TEST_F()
9722 VkFormatProperties format_properties; in TEST_F() local
9724 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_B8G8R8A8_UNORM, &format_properties); in TEST_F()
9725 if (!(format_properties.optimalTilingFeatures & VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT)) { in TEST_F()
9810 VkFormatProperties format_properties; in TEST_F() local
9812 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_B8G8R8A8_UNORM, &format_properties); in TEST_F()
9853 VkFormatProperties format_properties; in TEST_F() local
9855 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_B8G8R8A8_UNORM, &format_properties); in TEST_F()
11915 VkFormatProperties format_properties; in TEST_F() local
11916 … vkGetPhysicalDeviceFormatProperties(gpu(), format_with_uniform_texel_support, &format_properties); in TEST_F()
11917 if (!(format_properties.bufferFeatures & VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT)) { in TEST_F()
11922 vkGetPhysicalDeviceFormatProperties(gpu(), format_without_texel_support, &format_properties); in TEST_F()
11923 if ((format_properties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT) || in TEST_F()
11924 (format_properties.bufferFeatures & VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT)) { in TEST_F()
18103 VkFormatProperties format_properties; in TEST_F() local
18104 vkGetPhysicalDeviceFormatProperties(gpu(), tex_format, &format_properties); in TEST_F()
18105 if (format_properties.linearTilingFeatures & VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT) { in TEST_F()
18107 } else if (format_properties.optimalTilingFeatures & VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT) { in TEST_F()
23424 …if (!(m_device->format_properties(VK_FORMAT_R8_UINT).optimalTilingFeatures & VK_FORMAT_FEATURE_COL… in TEST_F()
28069 VkFormatProperties format_properties; in TEST_F() local
28070 vkGetPhysicalDeviceFormatProperties(gpu(), format_texel_case, &format_properties); in TEST_F()
28071 if (!(format_properties.bufferFeatures & VK_FORMAT_FEATURE_STORAGE_TEXEL_BUFFER_BIT)) { in TEST_F()
30509 VkFormatProperties format_properties; in TEST_F() local
30510 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_D32_SFLOAT_S8_UINT, &format_properties); in TEST_F()
30511 if (!(format_properties.optimalTilingFeatures & VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT)) { in TEST_F()