Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp639 AllocationCallbackValidationResults validationResults; in validateAndLog() local
641 validateAllocationCallbacks(recorder, &validationResults); in validateAndLog()
643 return checkAndLog(log, validationResults, allowedLiveAllocScopeBits); in validateAndLog()
646 size_t getLiveSystemAllocationTotal (const AllocationCallbackValidationResults& validationResults) in getLiveSystemAllocationTotal() argument
650 DE_ASSERT(validationResults.violations.empty()); in getLiveSystemAllocationTotal()
652 …for (std::vector<AllocationCallbackRecord>::const_iterator alloc = validationResults.liveAllocatio… in getLiveSystemAllocationTotal()
653 alloc != validationResults.liveAllocations.end(); in getLiveSystemAllocationTotal()
668 …allocationTotal += validationResults.internalAllocationTotal[internalAllocationTypeNdx][internalAl… in getLiveSystemAllocationTotal()
DvkAllocationCallbackUtil.hpp229 … getLiveSystemAllocationTotal (const AllocationCallbackValidationResults& validationResults);
/external/ltp/testcases/network/nfsv4/locks/
Dlocktests.c145 void validationResults(int n) in validationResults() function
711 validationResults(n - 1); in master()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp352 AllocationCallbackValidationResults validationResults; in getCurrentSystemMemoryUsage() local
354 validateAllocationCallbacks(allocRecoder, &validationResults); in getCurrentSystemMemoryUsage()
355 TCU_CHECK(validationResults.violations.empty()); in getCurrentSystemMemoryUsage()
357 …return getLiveSystemAllocationTotal(validationResults) + systemAllocationOverhead*validationResult… in getCurrentSystemMemoryUsage()