Searched refs:VkBorderColor_map (Results 1 – 2 of 2) sorted by relevance
3165 static std::map<deUint64, std::string> VkBorderColor_map = { variable3179 _OUT << "\"" << VkBorderColor_map[obj] << "\"," << std::endl; in print_VkBorderColor()3181 _OUT << "\"" << VkBorderColor_map[obj] << "\"" << std::endl; in print_VkBorderColor()3187 _OUT << "\"" << VkBorderColor_map[*obj] << "\"," << std::endl; in print_VkBorderColor()3189 _OUT << "\"" << VkBorderColor_map[*obj] << "\"" << std::endl; in print_VkBorderColor()
3942 static std::map<std::string, int> VkBorderColor_map = { variable3954 o = (VkBorderColor)VkBorderColor_map[std::string(_res)]; in parse_VkBorderColor()