Searched refs:VkImageLayout_map (Results 1 – 2 of 2) sorted by relevance
1476 static std::map<deUint64, std::string> VkImageLayout_map = { variable1509 _OUT << "\"" << VkImageLayout_map[obj] << "\"," << std::endl; in print_VkImageLayout()1511 _OUT << "\"" << VkImageLayout_map[obj] << "\"" << std::endl; in print_VkImageLayout()1517 _OUT << "\"" << VkImageLayout_map[*obj] << "\"," << std::endl; in print_VkImageLayout()1519 _OUT << "\"" << VkImageLayout_map[*obj] << "\"" << std::endl; in print_VkImageLayout()
2817 static std::map<std::string, int> VkImageLayout_map = { variable2848 o = (VkImageLayout)VkImageLayout_map[std::string(_res)]; in parse_VkImageLayout()