| commit | 32b110ee83af275a0fb663deea173b4e9b396462 | [log] [tgz] |
|---|---|---|
| author | David Reveman <reveman@google.com> | Thu Feb 21 13:20:54 2019 -0500 |
| committer | David Reveman <reveman@google.com> | Thu Feb 21 21:09:36 2019 -0500 |
| tree | 8c4664e0ed2ab1af3c6156248d859425738d75a6 | |
| parent | 7be62ce4ab3c6aea91bc8e01316abfaf64e1c387 [diff] [blame] |
[vulkan] Add unwrap hook for QueueSubmit and semaphore resource tracking Change-Id: I491e3c226186968bf6b692e513d9ea5c1052b609
diff --git a/system/vulkan_enc/VkEncoder.cpp b/system/vulkan_enc/VkEncoder.cpp index 210459c..eaeb08f 100644 --- a/system/vulkan_enc/VkEncoder.cpp +++ b/system/vulkan_enc/VkEncoder.cpp
@@ -1373,6 +1373,7 @@ } } local_fence = fence; + mImpl->resources()->unwrap_vkQueueSubmit(submitCount, pSubmits, local_pSubmits); if (local_pSubmits) { for (uint32_t i = 0; i < (uint32_t)((submitCount)); ++i)