Home
last modified time | relevance | path

Searched refs:validationResults (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A 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.liveAllocations.begin(); in getLiveSystemAllocationTotal()
653 alloc != validationResults.liveAllocations.end(); in getLiveSystemAllocationTotal()
668 allocationTotal += validationResults.internalAllocationTotal[internalAllocationTypeNdx][internalAllocationScopeNdx]; in getLiveSystemAllocationTotal()
H A DvkAllocationCallbackUtil.hpp229 size_t getLiveSystemAllocationTotal (const AllocationCallbackValidationResults& validationResults);
/third_party/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.c145 void validationResults(int n) in validationResults() function
711 validationResults(n - 1); in master()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonenumberutil.js4357 var validationResults = i18n.phonenumbers.PhoneNumberUtil.ValidationResult;
4358 if (validationResult != validationResults.TOO_SHORT &&
4359 validationResult != validationResults.IS_POSSIBLE_LOCAL_ONLY &&
4360 validationResult != validationResults.INVALID_LENGTH) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp386 AllocationCallbackValidationResults validationResults; in getCurrentSystemMemoryUsage() local
388 validateAllocationCallbacks(allocRecoder, &validationResults); in getCurrentSystemMemoryUsage()
389 TCU_CHECK(validationResults.violations.empty()); in getCurrentSystemMemoryUsage()
391 return getLiveSystemAllocationTotal(validationResults) + systemAllocationOverhead*validationResults.liveAllocations.size(); in getCurrentSystemMemoryUsage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiObjectManagementTests.cpp386 AllocationCallbackValidationResults validationResults; in getCurrentSystemMemoryUsage() local
388 validateAllocationCallbacks(allocRecoder, &validationResults); in getCurrentSystemMemoryUsage()
389 TCU_CHECK(validationResults.violations.empty()); in getCurrentSystemMemoryUsage()
391 return getLiveSystemAllocationTotal(validationResults) + systemAllocationOverhead*validationResults.liveAllocations.size(); in getCurrentSystemMemoryUsage()

Completed in 21 milliseconds