Searched refs:VkSystemAllocationScope_map (Results 1 – 2 of 2) sorted by relevance
1662 static std::map<deUint64, std::string> VkSystemAllocationScope_map = { variable1673 _OUT << "\"" << VkSystemAllocationScope_map[obj] << "\"," << std::endl; in print_VkSystemAllocationScope()1675 _OUT << "\"" << VkSystemAllocationScope_map[obj] << "\"" << std::endl; in print_VkSystemAllocationScope()1681 _OUT << "\"" << VkSystemAllocationScope_map[*obj] << "\"," << std::endl; in print_VkSystemAllocationScope()1683 _OUT << "\"" << VkSystemAllocationScope_map[*obj] << "\"" << std::endl; in print_VkSystemAllocationScope()
2943 static std::map<std::string, int> VkSystemAllocationScope_map = { variable2952 o = (VkSystemAllocationScope)VkSystemAllocationScope_map[std::string(_res)]; in parse_VkSystemAllocationScope()