Home
last modified time | relevance | path

Searched refs:PostCallRecordAllocateDescriptorSets (Results 1 – 8 of 8) 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(
Dchassis.h2757 …virtual void PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateIn… in PostCallRecordAllocateDescriptorSets() function
3729 …virtual void PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateIn… in PostCallRecordAllocateDescriptorSets() function
3730 PostCallRecordAllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets, result); in 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()