Searched refs:internalAllocation (Results 1 – 2 of 2) sorted by relevance
167 AllocationCallbackRecord AllocationCallbackRecord::internalAllocation (size_t size, VkInternalAlloc… in internalAllocation() function in vk::AllocationCallbackRecord172 record.data.internalAllocation.size = size; in internalAllocation()173 record.data.internalAllocation.type = type; in internalAllocation()174 record.data.internalAllocation.scope = scope; in internalAllocation()184 record.data.internalAllocation.size = size; in internalFree()185 record.data.internalAllocation.type = type; in internalFree()186 record.data.internalAllocation.scope = scope; in internalFree()268 …m_records.append(AllocationCallbackRecord::internalAllocation(size, allocationType, allocationScop… in notifyInternalAllocation()379 ….type == AllocationCallbackRecord::TYPE_INTERNAL_ALLOCATION ? &record.data.internalAllocation.scope in validateAllocationCallbacks()380 …ecord.type == AllocationCallbackRecord::TYPE_INTERNAL_FREE ? &record.data.internalAllocation.scope in validateAllocationCallbacks()[all …]
104 } internalAllocation; member112 …static AllocationCallbackRecord internalAllocation (size_t size, VkInternalAllocationType type, …