Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A 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.internalAllocation.type][record.data.internalAllocation.scope]; in validateAllocationCallbacks()
618 const size_t totalAllocated = results.internalAllocationTotal[type][scope]; in checkAndLog()
668 allocationTotal += validationResults.internalAllocationTotal[internalAllocationTypeNdx][internalAllocationScopeNdx]; in getLiveSystemAllocationTotal()
H A DvkAllocationCallbackUtil.hpp217 size_t internalAllocationTotal[VK_INTERNAL_ALLOCATION_TYPE_LAST][VK_SYSTEM_ALLOCATION_SCOPE_LAST]; member

Completed in 3 milliseconds