• Home
  • Raw
  • Download

Lines Matching defs:frameIndex

13461 void VmaRecorder::RecordCreateAllocator(uint32_t frameIndex)  in RecordCreateAllocator()
13471 void VmaRecorder::RecordDestroyAllocator(uint32_t frameIndex) in RecordDestroyAllocator()
13481 void VmaRecorder::RecordCreatePool(uint32_t frameIndex, const VmaPoolCreateInfo& createInfo, VmaPoo… in RecordCreatePool()
13498 void VmaRecorder::RecordDestroyPool(uint32_t frameIndex, VmaPool pool) in RecordDestroyPool()
13509 void VmaRecorder::RecordAllocateMemory(uint32_t frameIndex, in RecordAllocateMemory()
13534 void VmaRecorder::RecordAllocateMemoryPages(uint32_t frameIndex, in RecordAllocateMemoryPages()
13560 void VmaRecorder::RecordAllocateMemoryForBuffer(uint32_t frameIndex, in RecordAllocateMemoryForBuffer()
13589 void VmaRecorder::RecordAllocateMemoryForImage(uint32_t frameIndex, in RecordAllocateMemoryForImage()
13618 void VmaRecorder::RecordFreeMemory(uint32_t frameIndex, in RecordFreeMemory()
13630 void VmaRecorder::RecordFreeMemoryPages(uint32_t frameIndex, in RecordFreeMemoryPages()
13645 uint32_t frameIndex, in RecordResizeAllocation()
13658 void VmaRecorder::RecordSetAllocationUserData(uint32_t frameIndex, in RecordSetAllocationUserData()
13675 void VmaRecorder::RecordCreateLostAllocation(uint32_t frameIndex, in RecordCreateLostAllocation()
13687 void VmaRecorder::RecordMapMemory(uint32_t frameIndex, in RecordMapMemory()
13699 void VmaRecorder::RecordUnmapMemory(uint32_t frameIndex, in RecordUnmapMemory()
13711 void VmaRecorder::RecordFlushAllocation(uint32_t frameIndex, in RecordFlushAllocation()
13725 void VmaRecorder::RecordInvalidateAllocation(uint32_t frameIndex, in RecordInvalidateAllocation()
13739 void VmaRecorder::RecordCreateBuffer(uint32_t frameIndex, in RecordCreateBuffer()
13765 void VmaRecorder::RecordCreateImage(uint32_t frameIndex, in RecordCreateImage()
13800 void VmaRecorder::RecordDestroyBuffer(uint32_t frameIndex, in RecordDestroyBuffer()
13812 void VmaRecorder::RecordDestroyImage(uint32_t frameIndex, in RecordDestroyImage()
13824 void VmaRecorder::RecordTouchAllocation(uint32_t frameIndex, in RecordTouchAllocation()
13836 void VmaRecorder::RecordGetAllocationInfo(uint32_t frameIndex, in RecordGetAllocationInfo()
13848 void VmaRecorder::RecordMakePoolAllocationsLost(uint32_t frameIndex, in RecordMakePoolAllocationsLost()
13860 void VmaRecorder::RecordDefragmentationBegin(uint32_t frameIndex, in RecordDefragmentationBegin()
13883 void VmaRecorder::RecordDefragmentationEnd(uint32_t frameIndex, in RecordDefragmentationEnd()
15058 void VmaAllocator_T::SetCurrentFrameIndex(uint32_t frameIndex) in SetCurrentFrameIndex()
15551 uint32_t frameIndex) in vmaSetCurrentFrameIndex()