Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp683 bool ObjectLifetimes::PreCallValidateDestroyDescriptorPool(VkDevice device, VkDescriptorPool descri… in PreCallValidateDestroyDescriptorPool() function in ObjectLifetimes
Dcore_validation.h1673 bool PreCallValidateDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool,
Dcore_validation.cpp4703 bool CoreChecks::PreCallValidateDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorP… in PreCallValidateDestroyDescriptorPool() function in CoreChecks
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.h338 bool PreCallValidateDestroyDescriptorPool(
Dobject_tracker.h548 bool PreCallValidateDestroyDescriptorPool(
Dchassis.h2749 …virtual bool PreCallValidateDestroyDescriptorPool(VkDevice device, VkDescriptorPool descriptorPool… in PreCallValidateDestroyDescriptorPool() function
Dparameter_validation.cpp3591 bool StatelessValidation::PreCallValidateDestroyDescriptorPool( in PreCallValidateDestroyDescriptorPool() function in StatelessValidation
Dchassis.cpp2439 skip |= intercept->PreCallValidateDestroyDescriptorPool(device, descriptorPool, pAllocator); in DestroyDescriptorPool()