Home
last modified time | relevance | path

Searched refs:PreCallRecordDestroyDescriptorPool (Results 1 – 8 of 8) sorted by relevance

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp706 void ObjectLifetimes::PreCallRecordDestroyDescriptorPool(VkDevice device, VkDescriptorPool descript… in PreCallRecordDestroyDescriptorPool() function in ObjectLifetimes
Dcore_validation.h496 void PreCallRecordDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,
Dcore_validation.cpp4715 void ValidationStateTracker::PreCallRecordDestroyDescriptorPool(VkDevice device, VkDescriptorPool d… in PreCallRecordDestroyDescriptorPool() function in ValidationStateTracker
/external/vulkan-validation-layers/layers/generated/
Dobject_tracker.h552 void PreCallRecordDestroyDescriptorPool(
Dthread_safety.h1219 void PreCallRecordDestroyDescriptorPool(
Dthread_safety.cpp1303 void ThreadSafety::PreCallRecordDestroyDescriptorPool( in PreCallRecordDestroyDescriptorPool() function in ThreadSafety
Dchassis.h2750 …virtual void PreCallRecordDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool, … in PreCallRecordDestroyDescriptorPool() function
Dchassis.cpp2444 intercept->PreCallRecordDestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool()