MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / GetBlock

Method GetBlock

3rdparty/vulkan/include/vk_mem_alloc.h:10065–10065  ·  view source on GitHub ↗

To be used only while the m_Mutex is locked. Used during defragmentation.

Source from the content-addressed store, hash-verified

10063 size_t GetBlockCount() const { return m_Blocks.size(); }
10064 // To be used only while the m_Mutex is locked. Used during defragmentation.
10065 VmaDeviceMemoryBlock* GetBlock(size_t index) const { return m_Blocks[index]; }
10066 VMA_RW_MUTEX &GetMutex() { return m_Mutex; }
10067
10068 VkResult CreateMinBlocks();

Callers 15

BindBufferMemoryMethod · 0.45
BindImageMemoryMethod · 0.45
FreeMethod · 0.45
DefragmentPassBeginMethod · 0.45
DefragmentPassEndMethod · 0.45
AllocInOtherBlockMethod · 0.45
MoveDataToFreeBlocksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected