Searched refs:VkCommandBufferLevel_map (Results 1 – 2 of 2) sorted by relevance
3582 static std::map<deUint64, std::string> VkCommandBufferLevel_map = { variable3590 _OUT << "\"" << VkCommandBufferLevel_map[obj] << "\"," << std::endl; in print_VkCommandBufferLevel()3592 _OUT << "\"" << VkCommandBufferLevel_map[obj] << "\"" << std::endl; in print_VkCommandBufferLevel()3598 _OUT << "\"" << VkCommandBufferLevel_map[*obj] << "\"," << std::endl; in print_VkCommandBufferLevel()3600 _OUT << "\"" << VkCommandBufferLevel_map[*obj] << "\"" << std::endl; in print_VkCommandBufferLevel()
4143 static std::map<std::string, int> VkCommandBufferLevel_map = { variable4149 o = (VkCommandBufferLevel)VkCommandBufferLevel_map[std::string(_res)]; in parse_VkCommandBufferLevel()