anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_format
When HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED is used, then the platform gralloc module will select a format based on the usage flags provided by the camera device and the other endpoint of the stream. The patch fixes crash in vulkan when the test is run with camera stream set to HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED. Test: android.graphics.cts.CameraVulkanGpuTest#testCameraImportAndRendering on chromebook with camera HAL3. v2: use AHARDWAREBUFFER_FORMAT_IMPLEMENTATION_DEFINED and take AHARDWAREBUFFER_USAGE_CAMERA_MASK in to account (Gurchetan) Fixes: f1654fa7 "anv/android: support creating images from external format" Signed-off-by:Nataraj Deshpande <nataraj.deshpande@intel.com> Signed-off-by:
Gurchetan Singh <gurchetansingh@chromium.org> Signed-off-by:
Tapani Pälli <tapani.palli@intel.com> Reviewed-by:
Tapani Pälli <tapani.palli@intel.com> Reviewed-by:
Gurchetan Singh <gurchetansingh@chromium.org> Acked-by:
Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by:
Jason Ekstrand <jason@jlekstrand.net> (cherry picked from commit d94fca54)