commit | b3593a44656798b51fcd3e3b9a8f791c8b63b9fb | [log] [tgz] |
---|---|---|
author | Tobin Ehlis <tobine@google.com> | Wed Mar 16 16:00:36 2016 -0600 |
committer | Tobin Ehlis <tobine@google.com> | Thu Mar 17 13:19:25 2016 -0600 |
tree | bf28023e520fc78e504ca79aa1c73c9632b22143 | |
parent | 9c7bbbde5c566ff3dee91a578bd6d447f426f1ae [diff] |
layers: Consolidate VkDeviceMemory maps into a single map There were three separate maps in core_validation.cpp that used VkDeviceMemory for key. This change consolidates those maps into a single map with DEVICE_MEM_INFO as the value. To accomadate this I added data to DEVICE_MEM_INFO struct to track mapped image/buffer ranges as well as image reference for memory with mapped image.