commit | 6e90d42d3d5b8e51e60afbe97b27a0c16c2bacf1 | [log] [tgz] |
---|---|---|
author | egdaniel <egdaniel@google.com> | Wed Aug 10 08:29:53 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Aug 10 08:29:53 2016 -0700 |
tree | b6aabd59decbe388ffa3e2afbb9186e6fc175a8c | |
parent | 80ac591f9928f36ea1dac80f34b9ad048e92ef73 [diff] |
Check allignment of sub heap allocation in vulkan Certain Vulkan devices will return difference alignment requirements for a given allocation even if using the same heap. Thus we need to check this alignment as well when deciding which subheap we want to use in our memory allocation. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2232803003 Review-Url: https://codereview.chromium.org/2232803003