Searched defs:virtualBlock (Results 1 – 2 of 2) sorted by relevance
17474 VMA_CALL_PRE void VMA_CALL_POST vmaDestroyVirtualBlock(VmaVirtualBlock VMA_NULLABLE virtualBlock) in vmaDestroyVirtualBlock()17485 …A_CALL_PRE VkBool32 VMA_CALL_POST vmaIsVirtualBlockEmpty(VmaVirtualBlock VMA_NOT_NULL virtualBlock) in vmaIsVirtualBlockEmpty()17493 …_CALL_PRE void VMA_CALL_POST vmaGetVirtualAllocationInfo(VmaVirtualBlock VMA_NOT_NULL virtualBlock, in vmaGetVirtualAllocationInfo()17502 VMA_CALL_PRE VkResult VMA_CALL_POST vmaVirtualAllocate(VmaVirtualBlock VMA_NOT_NULL virtualBlock, in vmaVirtualAllocate()17512 VMA_CALL_PRE void VMA_CALL_POST vmaVirtualFree(VmaVirtualBlock VMA_NOT_NULL virtualBlock, VmaVirtua… in vmaVirtualFree()17523 VMA_CALL_PRE void VMA_CALL_POST vmaClearVirtualBlock(VmaVirtualBlock VMA_NOT_NULL virtualBlock) in vmaClearVirtualBlock()17531 …L_PRE void VMA_CALL_POST vmaSetVirtualAllocationUserData(VmaVirtualBlock VMA_NOT_NULL virtualBlock, in vmaSetVirtualAllocationUserData()17540 …CALL_PRE void VMA_CALL_POST vmaGetVirtualBlockStatistics(VmaVirtualBlock VMA_NOT_NULL virtualBlock, in vmaGetVirtualBlockStatistics()17549 …RE void VMA_CALL_POST vmaCalculateVirtualBlockStatistics(VmaVirtualBlock VMA_NOT_NULL virtualBlock, in vmaCalculateVirtualBlockStatistics()17560 …L_PRE void VMA_CALL_POST vmaBuildVirtualBlockStatsString(VmaVirtualBlock VMA_NOT_NULL virtualBlock, in vmaBuildVirtualBlockStatsString()[all …]
4542 VmaVirtualBlock virtualBlock = VK_NULL_HANDLE; in TestAllocationAlgorithmsCorrectness() local