Add a vulkan extension and extension specific struct.

Add a vulkan physical device extension and extension specific
struct for android.

1. Add VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME to
the list of required device extensions. This is needed for android video
path to work.

2. Check if extension specific struct
VkPhysicalDeviceSamplerYcbcrConversionFeatures is supported by the
device or not and accordingly fail/initialize device queue.

Bug: 972226
Change-Id: Ib72f7bc5ae1a1bd7715667c00d6dd2cb7df43271
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1650521
Commit-Queue: vikas soni <vikassoni@chromium.org>
Reviewed-by: Antoine Labour <piman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#668716}
7 files changed