Home
last modified time | relevance | path

Searched refs:ValidateCommandBuffer (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/layers/
Dobject_lifetime_validation.h122 …bool ValidateCommandBuffer(VkDevice device, VkCommandPool command_pool, VkCommandBuffer command_bu…
Dobject_tracker_utils.cpp82 bool ObjectLifetimes::ValidateCommandBuffer(VkDevice device, VkCommandPool command_pool, VkCommandB… in ValidateCommandBuffer() function in ObjectLifetimes
618 skip |= ValidateCommandBuffer(device, commandPool, pCommandBuffers[i]); in PreCallValidateFreeCommandBuffers()
732 … skip |= ValidateCommandBuffer(device, commandPool, reinterpret_cast<VkCommandBuffer>(itr.first)); in PreCallValidateDestroyCommandPool()