Searched defs:StagingInfo (Results 1 – 1 of 1) sorted by relevance
131 struct StagingInfo { struct132 Lock mLock;133 std::vector<CommandBufferStagingStream*> streams;134 std::vector<VkEncoder*> encoders;138 void setAllocFree(CommandBufferStagingStream::Alloc&& allocFn, in setAllocFree()144 ~StagingInfo() { in ~StagingInfo()154 void pushStaging(CommandBufferStagingStream* stream, VkEncoder* encoder) { in pushStaging()161 void popStaging(CommandBufferStagingStream** streamOut, VkEncoder** encoderOut) { in popStaging()184 CommandBufferStagingStream::Alloc mAlloc = nullptr;185 CommandBufferStagingStream::Free mFree = nullptr;