Searched refs:allowedLiveAllocScopeBits (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkAllocationCallbackUtil.hpp | 226 …tLog& log, const AllocationCallbackValidationResults& results, deUint32 allowedLiveAllocScopeBits); 227 …tcu::TestLog& log, const AllocationCallbackRecorder& recorder, deUint32 allowedLiveAllocScopeBits);
|
D | vkAllocationCallbackUtil.cpp | 575 …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()
|