Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp720 bool ObjectLifetimes::PreCallValidateDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in PreCallValidateDestroyCommandPool() function in ObjectLifetimes
Dcore_validation.h1681 …bool PreCallValidateDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocat…
Dcore_validation.cpp4839 bool CoreChecks::PreCallValidateDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in PreCallValidateDestroyCommandPool() function in CoreChecks
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.h388 bool PreCallValidateDestroyCommandPool(
Dobject_tracker.h633 bool PreCallValidateDestroyCommandPool(
Dchassis.h2782 …virtual bool PreCallValidateDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const V… in PreCallValidateDestroyCommandPool() function
Dparameter_validation.cpp3971 bool StatelessValidation::PreCallValidateDestroyCommandPool( in PreCallValidateDestroyCommandPool() function in StatelessValidation
Dchassis.cpp2670 skip |= intercept->PreCallValidateDestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()