Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.h1059 …andBufferState(const CMD_BUFFER_STATE* cb_state, const char* call_source, int current_submit_count,
1061 …bool ValidateCommandBufferSimultaneousUse(const CMD_BUFFER_STATE* pCB, int current_submit_count) c…
1145 bool ValidatePrimaryCommandBufferState(const CMD_BUFFER_STATE* pCB, int current_submit_count,
Dcore_validation.cpp2924 …ValidateCommandBufferSimultaneousUse(const CMD_BUFFER_STATE *pCB, int current_submit_count) const { in ValidateCommandBufferSimultaneousUse()
2926 if ((pCB->in_use.load() || current_submit_count > 1) && in ValidateCommandBufferSimultaneousUse()
2935 …andBufferState(const CMD_BUFFER_STATE *cb_state, const char *call_source, int current_submit_count, in ValidateCommandBufferState() argument
2941 (cb_state->submitCount + current_submit_count > 1)) { in ValidateCommandBufferState()
2946 …data->FormatHandle(cb_state->commandBuffer).c_str(), cb_state->submitCount + current_submit_count); in ValidateCommandBufferState()
3040 …oreChecks::ValidatePrimaryCommandBufferState(const CMD_BUFFER_STATE *pCB, int current_submit_count, in ValidatePrimaryCommandBufferState() argument
3047 skip |= ValidateCommandBufferSimultaneousUse(pCB, current_submit_count); in ValidatePrimaryCommandBufferState()
3065 …skip |= ValidateCommandBufferState(pCB, "vkQueueSubmit()", current_submit_count, "VUID-vkQueueSubm… in ValidatePrimaryCommandBufferState()