Home
last modified time | relevance | path

Searched refs:validationResults (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp622 AllocationCallbackValidationResults validationResults; in validateAndLog() local
624 validateAllocationCallbacks(recorder, &validationResults); in validateAndLog()
626 return checkAndLog(log, validationResults, allowedLiveAllocScopeBits); in validateAndLog()
629 size_t getLiveSystemAllocationTotal (const AllocationCallbackValidationResults& validationResults) in getLiveSystemAllocationTotal() argument
633 DE_ASSERT(validationResults.violations.empty()); in getLiveSystemAllocationTotal()
635 …for (std::vector<AllocationCallbackRecord>::const_iterator alloc = validationResults.liveAllocatio… in getLiveSystemAllocationTotal()
636 alloc != validationResults.liveAllocations.end(); in getLiveSystemAllocationTotal()
651 …allocationTotal += validationResults.internalAllocationTotal[internalAllocationTypeNdx][internalAl… in getLiveSystemAllocationTotal()
DvkAllocationCallbackUtil.hpp217 … getLiveSystemAllocationTotal (const AllocationCallbackValidationResults& validationResults);
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp321 AllocationCallbackValidationResults validationResults; in getCurrentSystemMemoryUsage() local
323 validateAllocationCallbacks(allocRecoder, &validationResults); in getCurrentSystemMemoryUsage()
324 TCU_CHECK(validationResults.violations.empty()); in getCurrentSystemMemoryUsage()
326 …return getLiveSystemAllocationTotal(validationResults) + systemAllocationOverhead*validationResult… in getCurrentSystemMemoryUsage()