Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResources.h65 gfxstream::guest::IOStream* privateStream; \
137 gfxstream::guest::IOStream* privateStream; member
DResources.cpp53 res->privateStream = 0; \
108 res->privateStream = 0; \
DResourceTracker.cpp5740 if (!cb->privateStream) continue; in flushCommandBufferPendingCommandsBottomUp()
5745 static_cast<CommandBufferStagingStream*>(cb->privateStream); in flushCommandBufferPendingCommandsBottomUp()
7261 sStaging.pushStaging((CommandBufferStagingStream*)cb->privateStream, cb->privateEncoder); in resetCommandBufferStagingInfo()
7263 cb->privateStream = nullptr; in resetCommandBufferStagingInfo()
7411 sStaging.popStaging((CommandBufferStagingStream**)&cb->privateStream, &cb->privateEncoder); in getCommandBufferEncoder()
7415 ((CommandBufferStagingStream*)cb->privateStream)->getWritten(&writtenPtr, &written); in getCommandBufferEncoder()