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/
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);
/third_party/ltp/testcases/network/nfsv4/locks/
Dlocktests.c145 void validationResults(int n) in validationResults() function
711 validationResults(n - 1); in master()
/third_party/libphonenumber/javascript/i18n/phonenumbers/
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/
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*validationResult… in getCurrentSystemMemoryUsage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
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*validationResult… in getCurrentSystemMemoryUsage()