Searched refs:TYPE_ALLOCATION (Results 1 – 4 of 4) sorted by relevance
134 record.type = TYPE_ALLOCATION; in allocation()349 if (record.type == AllocationCallbackRecord::TYPE_ALLOCATION) in getAlignment()377 …tionScope* const scopePtr = record.type == AllocationCallbackRecord::TYPE_ALLOCATION ? &record.d… in validateAllocationCallbacks()388 if (record.type == AllocationCallbackRecord::TYPE_ALLOCATION || in validateAllocationCallbacks()398 case AllocationCallbackRecord::TYPE_ALLOCATION: in validateAllocationCallbacks()598 …const VkSystemAllocationScope scope = record.type == AllocationCallbackRecord::TYPE_ALLOCATION ?… in checkAndLog()656 DE_ASSERT(alloc->type == AllocationCallbackRecord::TYPE_ALLOCATION || in getLiveSystemAllocationTotal()659 …const size_t size = (alloc->type == AllocationCallbackRecord::TYPE_ALLOCATION ? alloc->data.alloc… in getLiveSystemAllocationTotal()660 …const size_t alignment = (alloc->type == AllocationCallbackRecord::TYPE_ALLOCATION ? alloc->data.a… in getLiveSystemAllocationTotal()678 case AllocationCallbackRecord::TYPE_ALLOCATION: in operator <<()
63 TYPE_ALLOCATION = 0, //! Call to pfnAllocation enumerator
593 case AllocationCallbackRecord::TYPE_ALLOCATION: in enumerateDevicesAllocLeakTest()
6662 TYPE_ALLOCATION, enumerator11852 currNode->type = Node::TYPE_ALLOCATION; in Alloc()11884 case Node::TYPE_ALLOCATION: in ValidateNode()11953 VMA_ASSERT(node != VMA_NULL && node->type == Node::TYPE_ALLOCATION); in FreeAtOffset()11991 case Node::TYPE_ALLOCATION: in CalcAllocationStatInfoNode()12084 case Node::TYPE_ALLOCATION: in PrintDetailedMapNode()