Searched refs:current_cmds (Results 1 – 2 of 2) sorted by relevance
340 current_cmds = self.all_cmd_names.get_all_commands()341 commands = [cmd for cmd in commands if cmd not in current_cmds]
3278 vector<VkCommandBuffer> ¤t_cmds = *current_cmds_arg; in ValidateCommandBuffersForSubmit() local3287 current_cmds.push_back(submit->pCommandBuffers[i]); in ValidateCommandBuffersForSubmit()3289 … cb_node, (int)std::count(current_cmds.begin(), current_cmds.end(), submit->pCommandBuffers[i]), in ValidateCommandBuffersForSubmit()3323 vector<VkCommandBuffer> current_cmds; in PreCallValidateQueueSubmit() local3329 skip |= ValidateCommandBuffersForSubmit(queue, submit, &localImageLayoutMap, ¤t_cmds); in PreCallValidateQueueSubmit()