Searched refs:VkMemoryAllocateFlagBits_map (Results 1 – 2 of 2) sorted by relevance
13793 static std::map<deUint64, std::string> VkMemoryAllocateFlagBits_map = { variable13802 _OUT << "\"" << VkMemoryAllocateFlagBits_map[obj] << "\"," << std::endl; in print_VkMemoryAllocateFlagBits()13804 _OUT << "\"" << VkMemoryAllocateFlagBits_map[obj] << "\"" << std::endl; in print_VkMemoryAllocateFlagBits()13810 _OUT << "\"" << VkMemoryAllocateFlagBits_map[*obj] << "\"," << std::endl; in print_VkMemoryAllocateFlagBits()13812 _OUT << "\"" << VkMemoryAllocateFlagBits_map[*obj] << "\"" << std::endl; in print_VkMemoryAllocateFlagBits()14213 _OUT << VkMemoryAllocateFlagBits_map[1ULL<<i] << " | "; in print_VkMemoryAllocateFlags()14215 _OUT << VkMemoryAllocateFlagBits_map[1ULL<<i]; in print_VkMemoryAllocateFlags()14235 _OUT << VkMemoryAllocateFlagBits_map[1ULL<<i] << " | "; in print_VkMemoryAllocateFlags()14237 _OUT << VkMemoryAllocateFlagBits_map[1ULL<<i]; in print_VkMemoryAllocateFlags()
7216 static std::map<std::string, int> VkMemoryAllocateFlagBits_map = { variable7223 o = (VkMemoryAllocateFlagBits)VkMemoryAllocateFlagBits_map[std::string(_res)]; in parse_VkMemoryAllocateFlagBits()7408 o |= (VkMemoryAllocateFlagBits)VkMemoryAllocateFlagBits_map[it]; in parse_VkMemoryAllocateFlags()