Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp214 …tLog& log, const AllocationCallbackValidationResults& results, deUint32 allowedLiveAllocScopeBits);
215 …tcu::TestLog& log, const AllocationCallbackRecorder& recorder, deUint32 allowedLiveAllocScopeBits);
DvkAllocationCallbackUtil.cpp558 …stLog& log, const AllocationCallbackValidationResults& results, deUint32 allowedLiveAllocScopeBits) in checkAndLog() argument
587 if ((allowedLiveAllocScopeBits & (1u << scope)) == 0) in checkAndLog()
603 if ((allowedLiveAllocScopeBits & (1u << scopeNdx)) == 0 && in checkAndLog()
620 …(tcu::TestLog& log, const AllocationCallbackRecorder& recorder, deUint32 allowedLiveAllocScopeBits) in validateAndLog() argument
626 return checkAndLog(log, validationResults, allowedLiveAllocScopeBits); in validateAndLog()