Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp4735 bool CoreChecks::CheckCommandBufferInFlight(const CMD_BUFFER_STATE *cb_node, const char *action, co… in CheckCommandBufferInFlight() function in CoreChecks
4749 skip |= CheckCommandBufferInFlight(GetCBState(cmd_buffer), action, error_code); in CheckCommandBuffersInFlight()
4781 …skip |= CheckCommandBufferInFlight(cb_node, "free", "VUID-vkFreeCommandBuffers-pCommandBuffers-000… in PreCallValidateFreeCommandBuffers()
6477 … skip |= CheckCommandBufferInFlight(pCB, "reset", "VUID-vkResetCommandBuffer-commandBuffer-00045"); in PreCallValidateResetCommandBuffer()
H A Dcore_validation.h915 …bool CheckCommandBufferInFlight(const CMD_BUFFER_STATE* cb_node, const char* action, const char* e…