Lines Matching refs:frameInUseCount
1820 uint32_t frameInUseCount; member
2337 uint32_t frameInUseCount; member
5056 bool MakeLost(uint32_t currentFrameIndex, uint32_t frameInUseCount);
5228 uint32_t frameInUseCount,
5241 uint32_t frameInUseCount,
5244 virtual uint32_t MakeAllocationsLost(uint32_t currentFrameIndex, uint32_t frameInUseCount) = 0;
5313 uint32_t frameInUseCount,
5325 uint32_t frameInUseCount,
5328 virtual uint32_t MakeAllocationsLost(uint32_t currentFrameIndex, uint32_t frameInUseCount);
5368 uint32_t frameInUseCount,
5494 uint32_t frameInUseCount,
5506 uint32_t frameInUseCount,
5509 virtual uint32_t MakeAllocationsLost(uint32_t currentFrameIndex, uint32_t frameInUseCount);
5604 uint32_t frameInUseCount,
5616 uint32_t frameInUseCount,
5619 virtual uint32_t MakeAllocationsLost(uint32_t currentFrameIndex, uint32_t frameInUseCount);
5826 uint32_t frameInUseCount,
7307 bool VmaAllocation_T::MakeLost(uint32_t currentFrameIndex, uint32_t frameInUseCount) in MakeLost() argument
7323 else if(localLastUseFrameIndex + frameInUseCount >= currentFrameIndex) in MakeLost()
7841 uint32_t frameInUseCount, in CreateAllocationRequest() argument
7881 frameInUseCount, in CreateAllocationRequest()
7906 frameInUseCount, in CreateAllocationRequest()
7930 frameInUseCount, in CreateAllocationRequest()
7966 frameInUseCount, in CreateAllocationRequest()
8000 uint32_t frameInUseCount, in MakeRequestedAllocationsLost() argument
8012 if(pAllocationRequest->item->hAllocation->MakeLost(currentFrameIndex, frameInUseCount)) in MakeRequestedAllocationsLost()
8030 …VmaBlockMetadata_Generic::MakeAllocationsLost(uint32_t currentFrameIndex, uint32_t frameInUseCount) in MakeAllocationsLost() argument
8039 it->hAllocation->MakeLost(currentFrameIndex, frameInUseCount)) in MakeAllocationsLost()
8315 uint32_t frameInUseCount, in CheckAllocation() argument
8345 … suballocItem->hAllocation->GetLastUseFrameIndex() + frameInUseCount < currentFrameIndex) in CheckAllocation()
8443 … lastSuballocItem->hAllocation->GetLastUseFrameIndex() + frameInUseCount < currentFrameIndex) in CheckAllocation()
8473 … nextSuballoc.hAllocation->GetLastUseFrameIndex() + frameInUseCount < currentFrameIndex) in CheckAllocation()
9649 uint32_t frameInUseCount, in CreateAllocationRequest() argument
9930 … suballoc.hAllocation->GetLastUseFrameIndex() + frameInUseCount < currentFrameIndex) in CreateAllocationRequest()
9956 … suballoc.hAllocation->GetLastUseFrameIndex() + frameInUseCount < currentFrameIndex) in CreateAllocationRequest()
10022 uint32_t frameInUseCount, in MakeRequestedAllocationsLost() argument
10043 if(suballoc.hAllocation->MakeLost(currentFrameIndex, frameInUseCount)) in MakeRequestedAllocationsLost()
10065 … VmaBlockMetadata_Linear::MakeAllocationsLost(uint32_t currentFrameIndex, uint32_t frameInUseCount) in MakeAllocationsLost() argument
10075 suballoc.hAllocation->MakeLost(currentFrameIndex, frameInUseCount)) in MakeAllocationsLost()
10091 suballoc.hAllocation->MakeLost(currentFrameIndex, frameInUseCount)) in MakeAllocationsLost()
10590 uint32_t frameInUseCount, in CreateAllocationRequest() argument
10641 uint32_t frameInUseCount, in MakeRequestedAllocationsLost() argument
10651 …t VmaBlockMetadata_Buddy::MakeAllocationsLost(uint32_t currentFrameIndex, uint32_t frameInUseCount) in MakeAllocationsLost() argument
11247 createInfo.frameInUseCount, in VmaPool_T()
11270 uint32_t frameInUseCount, in VmaBlockVector() argument
11280 m_FrameInUseCount(frameInUseCount), in VmaBlockVector()
13493 createInfo.frameInUseCount, in RecordCreatePool()
14084 pCreateInfo->frameInUseCount, in VmaAllocator_T()