[vulkan] Enable VK_KHR_sampler_ycbcr_conversion

Fixes: 125481123

Test:

Linux Quadro K2200

android/scripts/unix/run-deqp-vk-mustpass.sh

Results: +13k passed

Passed:        131444/285338 (46.1%)
Failed:        4/285338 (0.0%)
Not supported: 153839/285338 (53.9%)
Warnings:      51/285338 (0.0%)

Change-Id: I5dd2462d2bff70c6d477edd03d3a2df502cde913
diff --git a/system/vulkan_enc/ResourceTracker.cpp b/system/vulkan_enc/ResourceTracker.cpp
index 1ccad27..614a39e 100644
--- a/system/vulkan_enc/ResourceTracker.cpp
+++ b/system/vulkan_enc/ResourceTracker.cpp
@@ -597,6 +597,7 @@
 
         std::vector<const char*> allowedExtensionNames = {
             "VK_KHR_get_physical_device_properties2",
+            "VK_KHR_sampler_ycbcr_conversion",
             // TODO:
             // VK_KHR_external_memory_capabilities
         };
@@ -659,6 +660,7 @@
             "VK_KHR_get_memory_requirements2",
             "VK_KHR_dedicated_allocation",
             "VK_KHR_bind_memory2",
+            "VK_KHR_sampler_ycbcr_conversion",
             // "VK_KHR_maintenance2",
             // "VK_KHR_maintenance3",
             // TODO: