Home
last modified time | relevance | path

Searched refs:internalAllocationTotal (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp319 deMemset(internalAllocationTotal, 0, sizeof(internalAllocationTotal)); in AllocationCallbackValidationResults()
326 deMemset(internalAllocationTotal, 0, sizeof(internalAllocationTotal)); in clear()
536 …size_t* const totalAllocSizePtr = &results->internalAllocationTotal[record.data.internalAllocatio… in validateAllocationCallbacks()
618 const size_t totalAllocated = results.internalAllocationTotal[type][scope]; in checkAndLog()
668 …allocationTotal += validationResults.internalAllocationTotal[internalAllocationTypeNdx][internalAl… in getLiveSystemAllocationTotal()
DvkAllocationCallbackUtil.hpp217 …size_t internalAllocationTotal[VK_INTERNAL_ALLOCATION_TYPE_LAST][VK_SYSTEM_ALLOCATION_SCO… member