Searched refs:VK_FORMAT_LAYOUT_SUBSAMPLED (Results 1 – 2 of 2) sorted by relevance
193 if (desc->layout == VK_FORMAT_LAYOUT_SUBSAMPLED) { in radv_translate_tex_dataformat()416 } else if (desc->layout == VK_FORMAT_LAYOUT_SUBSAMPLED) { in radv_translate_tex_numformat()656 if (!desc || desc->layout == VK_FORMAT_LAYOUT_SUBSAMPLED) { in radv_physical_device_get_format_properties()672 desc->layout == VK_FORMAT_LAYOUT_SUBSAMPLED) { in radv_physical_device_get_format_properties()680 if (desc->layout != VK_FORMAT_LAYOUT_SUBSAMPLED) { in radv_physical_device_get_format_properties()685 out_properties->linearTilingFeatures = desc->layout == VK_FORMAT_LAYOUT_SUBSAMPLED ? 0 : tiling; in radv_physical_device_get_format_properties()1200 if (desc->layout == VK_FORMAT_LAYOUT_SUBSAMPLED) { in radv_get_image_format_properties()
47 VK_FORMAT_LAYOUT_SUBSAMPLED = 3, enumerator348 return desc->layout == VK_FORMAT_LAYOUT_SUBSAMPLED; in vk_format_is_subsampled()