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