Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp741 void ObjectLifetimes::PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in PreCallRecordDestroyCommandPool() function in ObjectLifetimes
Dcore_validation.h486 …void PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocatio…
Dcore_validation.cpp4850 void ValidationStateTracker::PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool command… in PreCallRecordDestroyCommandPool() function in ValidationStateTracker
/external/vulkan-validation-layers/layers/generated/
Dobject_tracker.h637 void PreCallRecordDestroyCommandPool(
Dthread_safety.h1347 void PreCallRecordDestroyCommandPool(
Dthread_safety.cpp109 void ThreadSafety::PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, cons… in PreCallRecordDestroyCommandPool() function in ThreadSafety
Dchassis.h2783 …virtual void PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkA… in PreCallRecordDestroyCommandPool() function
Dchassis.cpp2675 intercept->PreCallRecordDestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()