commit | ab89e17faf95f6180907067b5f79023972ef48c0 | [log] [tgz] |
---|---|---|
author | Yilong Li <[email protected]> | Fri Sep 18 10:07:59 2020 -0700 |
committer | Yilong Li <[email protected]> | Fri Sep 18 13:44:16 2020 -0700 |
tree | 6d14053ede9676802fae5017aed7eb0c5a2ed2ff | |
parent | dcac4016ab98b5b54a98bded4ec371e776194d3b [diff] |
fuchsia: Set sysmem constraints only if format/tiling/usage valid on host. Host Vulkan driver may not support some specific format, tiling and image usage combinations. Before guest ICD set up sysmem buffer collection constraints, guest needs to verify the image properties to ensure that this works on host Vulkan driver, otherwise it may cause further issues with the ColorBuffer/guest Vulkan image. TEST=chromium test on FEMU. Change-Id: I391c564a39cfecf35e8e2ca6486f8e35bed5ee96