Add a CpuWritesGpuReadsCached finch flag
In this CL, we want to relax the requirement for CACHED memory as part of a finch experiment. On Mali GPU, we have roughly 3 types: a) HOST | COHERENT| DEVICE (coherent is not cached) b) HOST | CACHED | DEVICE (cached is non-coherent) c) DEVICE By relaxing the CACHED condition, the driver is free to give us (a) or (b) based on what it thinks is more performant. This is roughtly equivalent to https://skia-review.googlesource.com/c/skia/+/312056 Change-Id: Ib8a76b1870b6284ba1cb83128f5349e96f56fc9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376447Reviewed-by:Peng Huang <penghuang@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#801624}
Showing
Please register or sign in to comment