Home
last modified time | relevance | path

Searched refs:allowedLiveAllocScopeBits (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp226 …tLog& log, const AllocationCallbackValidationResults& results, deUint32 allowedLiveAllocScopeBits);
227 …tcu::TestLog& log, const AllocationCallbackRecorder& recorder, deUint32 allowedLiveAllocScopeBits);
DvkAllocationCallbackUtil.cpp575 …stLog& log, const AllocationCallbackValidationResults& results, deUint32 allowedLiveAllocScopeBits) in checkAndLog() argument
604 if ((allowedLiveAllocScopeBits & (1u << scope)) == 0) in checkAndLog()
620 if ((allowedLiveAllocScopeBits & (1u << scopeNdx)) == 0 && in checkAndLog()
637 …(tcu::TestLog& log, const AllocationCallbackRecorder& recorder, deUint32 allowedLiveAllocScopeBits) in validateAndLog() argument
643 return checkAndLog(log, validationResults, allowedLiveAllocScopeBits); in validateAndLog()