Searched refs:mAllocationsToDelete (Results 1 – 4 of 4) sorted by relevance
139 mAllocationsToDelete.Enqueue(allocation, mDevice->GetPendingCommandSerial()); in AllocateTransientCPUDescriptors()145 mAllocationsToDelete.IterateUpTo(completedSerial)) { in Tick()149 mAllocationsToDelete.ClearUpTo(completedSerial); in Tick()
224 mAllocationsToDelete.IterateUpTo(completedSerial)) { in Tick()229 mAllocationsToDelete.ClearUpTo(completedSerial); in Tick()237 mAllocationsToDelete.Enqueue(allocation, mDevice->GetPendingCommandSerial()); in DeallocateMemory()
80 SerialQueue<ExecutionSerial, CPUDescriptorHeapAllocation> mAllocationsToDelete; variable
102 SerialQueue<ExecutionSerial, ResourceHeapAllocation> mAllocationsToDelete; variable