Home
last modified time | relevance | path

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

/external/angle/scripts/
Dregistry_xml.py340 current_cmds = self.all_cmd_names.get_all_commands()
341 commands = [cmd for cmd in commands if cmd not in current_cmds]
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp3278 vector<VkCommandBuffer> &current_cmds = *current_cmds_arg; in ValidateCommandBuffersForSubmit() local
3287 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() local
3329 skip |= ValidateCommandBuffersForSubmit(queue, submit, &localImageLayoutMap, &current_cmds); in PreCallValidateQueueSubmit()