Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp609 bool ObjectLifetimes::PreCallValidateFreeCommandBuffers(VkDevice device, VkCommandPool commandPool,… in PreCallValidateFreeCommandBuffers() function in ObjectLifetimes
Dcore_validation.h1675 …bool PreCallValidateFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t comman…
Dcore_validation.cpp4774 bool CoreChecks::PreCallValidateFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint… in PreCallValidateFreeCommandBuffers() function in CoreChecks
/external/vulkan-validation-layers/layers/generated/
Dparameter_validation.h400 bool PreCallValidateFreeCommandBuffers(
Dobject_tracker.h654 bool PreCallValidateFreeCommandBuffers(
Dchassis.h2791 …virtual bool PreCallValidateFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_… in PreCallValidateFreeCommandBuffers() function
Dparameter_validation.cpp4029 bool StatelessValidation::PreCallValidateFreeCommandBuffers( in PreCallValidateFreeCommandBuffers() function in StatelessValidation
Dchassis.cpp2739 …skip |= intercept->PreCallValidateFreeCommandBuffers(device, commandPool, commandBufferCount, pCom… in FreeCommandBuffers()