Home
last modified time | relevance | path

Searched refs:PostCallRecordAllocateDescriptorSets (Results 1 – 7 of 7) sorted by relevance

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp600 void ObjectLifetimes::PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAl… in PostCallRecordAllocateDescriptorSets() function in ObjectLifetimes
Dcore_validation.h606 …void PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pAll…
Dcore_validation.cpp6190 void ValidationStateTracker::PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescript… in PostCallRecordAllocateDescriptorSets() function in ValidationStateTracker
/external/vulkan-validation-layers/layers/generated/
Dobject_tracker.h564 void PostCallRecordAllocateDescriptorSets(
Dthread_safety.h1245 void PostCallRecordAllocateDescriptorSets(
Dthread_safety.cpp56 void ThreadSafety::PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAlloc… in PostCallRecordAllocateDescriptorSets() function in ThreadSafety
Dchassis.cpp953 …intercept->PostCallRecordAllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets, result, &a… in AllocateDescriptorSets()