Lines Matching refs:optimal
170 VkFormatFeatureFlags linear = 0, optimal = 0, buffer = 0; in tu_physical_device_get_format_properties() local
188 optimal |= VK_FORMAT_FEATURE_TRANSFER_SRC_BIT | in tu_physical_device_get_format_properties()
201 optimal |= VK_FORMAT_FEATURE_BLIT_SRC_BIT; in tu_physical_device_get_format_properties()
204 optimal |= VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT; in tu_physical_device_get_format_properties()
207 optimal |= VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT; in tu_physical_device_get_format_properties()
210 optimal |= VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_EXT; in tu_physical_device_get_format_properties()
216 optimal |= VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BIT | in tu_physical_device_get_format_properties()
228 optimal |= VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT; in tu_physical_device_get_format_properties()
236 optimal |= VK_FORMAT_FEATURE_STORAGE_IMAGE_ATOMIC_BIT; in tu_physical_device_get_format_properties()
241 optimal |= VK_FORMAT_FEATURE_COLOR_ATTACHMENT_BLEND_BIT; in tu_physical_device_get_format_properties()
253 linear = optimal; in tu_physical_device_get_format_properties()
255 optimal |= VK_FORMAT_FEATURE_DEPTH_STENCIL_ATTACHMENT_BIT; in tu_physical_device_get_format_properties()
265 optimal = 0; in tu_physical_device_get_format_properties()
285 out_properties->optimalTilingFeatures = optimal; in tu_physical_device_get_format_properties()