Home
last modified time | relevance | path

Searched refs:toFlush (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp5817 std::vector<VkCommandBuffer> toFlush; in flushStagingStreams() local
5820 toFlush.push_back(getCommandBuffer(pSubmits[i], j)); in flushStagingStreams()
5825 collectAllPendingDescriptorSetsBottomUp(toFlush, pendingSets); in flushStagingStreams()
5828 flushCommandBufferPendingCommandsBottomUp(context, queue, toFlush); in flushStagingStreams()
5830 for (auto cb : toFlush) { in flushStagingStreams()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp3237 const VkMappedMemoryRange toFlush = { in updateBufferFromBytes() local
3244 VK_CHECK(vk->vkFlushMappedMemoryRanges(sVkEmulation->device, 1, &toFlush)); in updateBufferFromBytes()