Home
last modified time | relevance | path

Searched refs:PreCallValidateDestroyDevice (Results 1 – 6 of 6) sorted by relevance

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp325 bool ObjectLifetimes::PreCallValidateDestroyDevice(VkDevice device, const VkAllocationCallbacks *pA… in PreCallValidateDestroyDevice() function in ObjectLifetimes
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.h67 bool PreCallValidateDestroyDevice(
Dobject_tracker.h94 bool PreCallValidateDestroyDevice(
Dchassis.h2560 …virtual bool PreCallValidateDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator… in PreCallValidateDestroyDevice() function
Dparameter_validation.cpp1863 bool StatelessValidation::PreCallValidateDestroyDevice( in PreCallValidateDestroyDevice() function in StatelessValidation
Dchassis.cpp722 intercept->PreCallValidateDestroyDevice(device, pAllocator); in DestroyDevice()