Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DVkEncoder.cpp23582 uint32_t local_needHostSync; in vkCommandBufferHostSyncGOOGLE() local
23585 local_needHostSync = needHostSync; in vkCommandBufferHostSyncGOOGLE()
23592 countingStream->write((uint32_t*)&local_needHostSync, sizeof(uint32_t)); in vkCommandBufferHostSyncGOOGLE()
23603 stream->write((uint32_t*)&local_needHostSync, sizeof(uint32_t)); in vkCommandBufferHostSyncGOOGLE()
24036 uint32_t local_needHostSync; in vkQueueHostSyncGOOGLE() local
24039 local_needHostSync = needHostSync; in vkQueueHostSyncGOOGLE()
24046 countingStream->write((uint32_t*)&local_needHostSync, sizeof(uint32_t)); in vkQueueHostSyncGOOGLE()
24057 stream->write((uint32_t*)&local_needHostSync, sizeof(uint32_t)); in vkQueueHostSyncGOOGLE()